123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- .page-movie{
- background-color:#b11b1c;
- background-image: url("https://business.coffunity.cn/upload/sqbg.png");
- background-repeat: repeat-x;
- width:100vw;
- min-height:100vh;
- display: flex;
- padding-bottom: 20px;
- .movie-bg{
- background-image: url("https://business.coffunity.cn/upload/sqbg2.png");
- background-repeat: no-repeat;
- width:100%;
- height:100%;
- display: flex;
- flex-direction: column;
-
- .move-content{
- margin-left:10px;
- margin-right: 10px;
- background:#FFF;
- border-radius: 10px;
- margin-top:100px;
- margin-bottom: 50px;
-
- .section1{
- margin-left:10px;
- margin-right:10px;
- margin-top:10px;
- margin-bottom: 20px;
- display: flex;
- flex-direction: row;
-
- .movie-img{
- width:20%;
- overflow: hidden;
- .img{
- width:70px;
- height:70px;
- border-radius: 10px;;
- }
-
- }
- .intro{
- width:60%;
- margin-left: 10px;
- .title{
- font-size:18px;
- font-weight: bold;
- color:#000;
-
- }
- .tips{
- font-size:12px;
- color:#333;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- line-height:18px;
- overflow: hidden;
- margin-top:5px;
- }
- .tags{
- .uni-tag{
- margin-right:10px;
- }
- }
-
- }
- .price{
- width:20%;
- color:#b11b1c;
- font-size:18px;
- display: flex;
- justify-content: center;
- align-items: flex-start;
- font-weight: bold;
- .sign{
- font-size:12px;
- margin-top:6px;
- }
- }
- }
-
-
- .section2{
- margin-left:10px;
- margin-right:10px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: flex-start;
- margin-top:5px;
- .address{
- .part{
- display: flex;
- height:25px;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- color:#000;
- font-size:12px;
- // border:1px solid red;
- line-height: 25px;
- overflow: hidden;
- .icon{
- height:100%;
- width:20px;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 5px;
- .img{
- height:14px;
- margin-top:5px;
- }
- }
- .text{
- // border:1px solid red;
- height:100%;
-
- }
- }
- }
- .customer{
- display: flex;
- height:100%;
-
- justify-content: center;
- align-items: center;
- flex-direction: column;
- margin-right: 10px;
- .icon{
- height:30px;
- width:30px;
- display: flex;
- justify-content: center;
- align-items: center;
- .img{
- height:15px
- }
- }
-
- .name{
- font-size:12px;
- }
- }
- }
-
- .section3{
- margin-top:10px;
- }
-
-
- .section4{
- display:flex;
- flex-direction: row;
- margin-top:5px;
- padding:10px;
- height:80px;
- background:#f9f9f9;
- .spare{
- width:80%;
- display:flex;
- flex-direction: column;
- height:30px;
-
-
- .status{
- display: flex;
- flex-direction: row;
- font-size:12px;
- line-height: 25px;
- .txt{
- font-weight: bold;
- }
- .status1{
- margin-left:5px;
- background:#edcdcd;
- border-radius: 3px;
- color:#333;
- padding:0px 5px;
- }
- .status2{
- background:#333;
- border-radius: 3px;
- color:#efefef;
- margin-left:5px;
- padding:0px 5px;
- }
-
- }
- .time{
- display:flex;
- flex-direction: column;
- .part{
- height:20px;
- display:flex;
- justify-content: space-between;
- font-size:12px;
- align-items: center;
- margin-right:20px;
-
- }
-
- }
- }
- .btns{
- width:20%;
- .btn-share{
- background:#b11b1c;
- font-size:12px;
- color:#FFF;
- border-radius: 10px;
- }
- }
- }
- .section5{
- margin-left:10px;
- margin-right:10px;
- .header-list{
- height:50px;
- display:flex;
- flex-direction: row;
- .user{
- width:40px;
- height:40px;
- margin-right: 10px;
- .img{
- height:40px;
- width:40px;
- border-radius: 50%;
- }
- }
- }
- }
-
- .section6{
- margin-left:10px;
- margin-right: 10px;
- .title{
- font-size:14px;
- font-weight: bold;
- }
- .users{
- width:100%;
- display:flex;
- flex-direction: row;
- .user{
- width:60px;
- overflow: hidden;
- margin-right:10px;
- .img{
- width:60px;
- height:60px;
- .icon{
- width:60px;
- height:60px;
- }
- }
- .name{
- height:20px;
- line-height:20px;
- text-align:center;
- font-size:12px;
- }
- }
- }
-
- }
-
- .section7{
- margin-left:10px;
- margin-right: 10px;
- font-size:12px;
- padding-bottom: 60px;
- margin-top:10px;
- .title{
- font-size:14px;
- font-weight: bold;
- margin-top:30px;
- }
- .content{
- width: 100%;
- padding:5px 0px;
- line-height: 22px;
- font-size: 12px;
- overflow-x:hidden;
-
-
- }
- .content img {
- max-width: 100% !important;
- height: auto !important;
- }
- .content image {
- max-width: 100% !important;
- height: auto !important;
- }
-
- .content span{
-
- line-height: 22px;
- font-size: 12px;
- }
-
- }
-
-
-
-
-
-
- }
-
- .footer{
- position:fixed;
- bottom:0px;
- left:0px;
- width:100%;
- height:80px;
- background:#FFF;
- border-top:1px solid #CCC;
- display:flex;
- flex-direction: row;
- .footer-left{
- width:70%;
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .step-qty{
- font-size:12px;
- color:#b11b1c;
- }
- .intro{
- font-size:12px;
- color:#b11b1c;
- }
- }
- .right{
- width:30%;
- display:flex;
- justify-content: center;
- align-items: center;
- color:#b11b1c;
- font-size:14px;
- font-weight:bold;
- margin-bottom: 15px;
-
- .text{
- background:#aa0000;
- color:#FFF;
- border-radius: 10px;
- font-size:12px;
- padding:5px 10px;
- }
- }
- }
-
- }
-
- .times{
- background:#FFF;
- .calender-box{
- padding:10px;
- }
- }
-
- .yyform-item{
- background:#FFF;
- padding:10px;
- font-size:12px;
- min-height: 250px;
-
- .item{
- margin-top:10px;
- .caption{
- height:30px;
- }
- .btn{
- font-size:12px;
- color:#FFF;
- background:#aa0000;
- border-radius: 10px;
- }
- }
-
- }
- }
|