vue电影院位置选座代码
代码语言:html
所属分类:其他
代码描述:vue电影院位置选座代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" />
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/vue@2.6.1-dev.js"></script>
<style>
.sm-img {
width: 26px;
height: 26px;
}
.sm-img img {
width: 26px;
height: 26px;
}
.sm {
position: relative;
}
.sm-line {
width: 0;
height: 100vh;
border: 1px dashed #ccc;
position: absolute;
top: 18px;
left: 50%;
}
.sm-title {
background-color: #dddddd;
width: 190px;
height: 17px;
-webkit-transform: perspective(17px) rotateX(-10deg);
transform: perspective(17px) rotateX(-10deg);
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0