123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430 |
- .shop-vip-form{
- background:#FFF;
- border-radius: 30px;
- width:320px;
- min-height: 550px;
- .vip-bg{
- background-image: url(/static/images/vipbg.png);
- background-size:contain;
- background-repeat: no-repeat;
- width:100%;
- height:80px;
- }
- .header{
- display:flex;
- flex-direction:column;
- height:100px;
- justify-content:flex-start;
- align-items: left;
- .img{
- width:60px;
- margin-left:30px;
- display: flex;
- justify-content:flex-start;
- align-items: left;
- border-radius: 15px;
- overflow: hidden;
- .header-img{
- width:60px;
- height:60px;
-
- }
- }
- .name{
- display:flex;
-
- color:#593320;
- font-size: 12px;
- height:20px;
- padding-left: 30px;
- line-height: 30px;
- }
- }
- .tips{
- color:#593320;
- margin-top:10px;
- margin-left:30px;
- font-weight: bold;
- }
- .vip-step{
- display: flex;
- flex-direction: row;
- margin-top:20px;
- margin-left:10px;
- margin-right:20px;;
- .step-item{
- width:33%;
- flex-grow: 1;
- flex-shrink: 1;
- display: flex;
- flex-direction: column;
- padding-left:20px;
- padding-right: 20px;
- .icon{
- display: flex;
- justify-content: center;
- align-items: center;
- .icon{
- height:30px;
-
- }
-
- }
- .name{
- margin-top:10px;
- .box{
- background:#593320;
- padding:1px 2px;
- color:#FFF;
- border-radius: 10px;
- text-align: center;
- }
- }
- .disabled{
- background:#CCC!important;
- }
- }
- }
-
- .vip-form{
- width:85%;
- margin:auto;
- margin-top:20px;
- .vip-form-title{
- color:#593320;
- font-size: 12px;
- }
- .vip-form-tab{
- margin-top:10px;
- border-bottom:1px solid #593320;
- .tab{
- width:100%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height:40px;
- .col1{
- width:30%;
- height:100%;
- display:flex;
- justify-content: center;
- align-items: center;
- border-left: 1px solid #593320;
- border-top: 1px solid #593320;
- border-right: 1px solid #593320;
- .icon{
- height:25px;
-
- }
- }
- .col2{
- width:45%;
- height:100%;
- border-top: 1px solid #593320;
- border-right: 1px solid #593320;
- display:flex;
- justify-content: center;
- align-items: center;
- }
- .col3{
- width:45%;
- height:100%;
- border-top: 1px solid #593320;
- border-right: 1px solid #593320;
- display:flex;
- justify-content: center;
- align-items: center;
- }
- }
- .tab1{
- width:100%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height:120px;
- .col1{
- width:30%;
-
- height:100%;
- display:flex;
- justify-content: center;
- align-items: center;
- border-left: 1px solid #593320;
- border-top: 1px solid #593320;
- border-right: 1px solid #593320;
- .icon{
- height:25px;
-
- }
- }
- .col-more{
- display: flex;
- width:70%;
- height:100%;
- flex-direction: column;
- .item{
- display: flex;
- flex-direction: row;
- width:100%;
- height:40px;
- .col2{
- width:50%;
- display: flex;
- justify-content: center;
- align-items: center;
- // border-left: 1px solid #593320;
- border-top: 1px solid #593320;
- border-right: 1px solid #593320;
- }
- .col3{
- width:50%;
- display: flex;
- justify-content: center;
- align-items: center;
- // border-left: 1px solid #593320;
- border-top: 1px solid #593320;
- border-right: 1px solid #593320;
- }
- }
- }
- }
-
- }
- }
- }
-
- .com-renew-form{
- width:100%;
-
- position:relative;
- .renew-form{
- width:90%;
- height:100%;
-
- margin:auto;
- border-top-right-radius: 10px;
- border-top-left-radius: 10px;
- background:#FFF;
- overflow: hidden;
- .renew-top{
- height:40px;
- background:#a07c5a;
- display:flex;
- flex-direction: row;
- .renew-top-header{
- height:100%;
- width:20%;
- display:flex;
- justify-content: center;
- align-items: center;
- .icon{
- width:30px;
- height:30px;
- border-radius: 50%;
- }
- }
- .renew-top-name{
- height:100%;
- width:80%;
- display:flex;
- justify-content: flex-start;
- align-items: center;
- color:#FFF;
- }
- }
- }
- .renew-tips{
- height:30px;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top:20px;
- .text{
- margin-left:20px;
- font-weight: bold;
- color:#593320;
- .txt{
- color:#b21c1c;
- }
- }
- }
- .renew-list{
-
- margin-left:10px;
- margin-right: 10px;
- display: flex;
- flex-direction: row;
- overflow-y: auto;
- overflow-x: auto;
- padding-top:20px;
- .list-items{
- display: flex;
- flex-direction: row;
- .item{
- width:180px;
- // height:220px;
- border:1px solid #CCC;
- margin-right:10px;
- border-radius: 10px;
- position:relative;
- background:#faf9fa;
- display:flex;
- overflow: hidden;
- flex-direction: column;
- .active{
- position:absolute;
- right:0px;
- top:0px;
- z-index:999;
- background:#FFF;
- border-radius: 50%;;
- }
-
- .tips{
- display: flex;
- justify-content: center;
- align-items: center;
- background:#b21c1c;
- border-bottom-right-radius: 20px;
- color:#FFF;
- width:100px;
- height:25px;
- line-height: 25px;
- overflow: hidden;
- left:0px;
- top:0px;
- position:absolute;
-
- z-index:99;
- }
- .item-img{
-
- padding-top:40px;
- .bottomBg{
- border-bottom:1px dashed #a1a1a1;
- }
- .vip-list{
- display:flex;
- width:95%;
- margin-left:5px;
- margin-right:5px;
- flex-direction: column;
- .vip-item{
- display:flex;
- flex-direction: row;
- min-height:30px;
- line-height: 30px;
- font-size:12px;
- .vip-img{
- display:flex;
- width:10%;
- height:100%;
-
- justify-content:center;
- align-items: center;
-
- .img{
- width:24px;
- height:18px;
- margin-top:10px;
- }
-
- }
- .vip-content{
- display:flex;
- width:90%;
- height:100%;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
-
- .content-item{
- display:flex;
- flex-direction: row;
- width:100%;
- height:100%;
- justify-content: flex-start;
- align-items: center;
-
- .vip-item-cap{
- display:flex;
- width:50%;
- height:100%;
- justify-content: flex-start;
- align-items: center;
- margin-left:10px;
- }
- .vip-item-text{
- display:flex;
- width:70%;
- height:100%;
- margin-right: 10px;
- justify-content: flex-end;
- align-items: center;
- }
- }
-
-
-
- }
-
-
- }
- }
-
-
- }
- .item-price{
- background:#CCC;
- height:30px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- color:#FFF;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- .price{
- font-size:18px;
- .sign{
- font-size:12px;
- }
- }
- }
- }
-
- .actived{
- border:1px solid #b21c1c!important;
- .item-price{
- background:#b21c1c!important;
- }
- }
- }
- }
-
- .renew-btns{
- width:100%;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top:20px;
- .btn-pay{
- width:200px;
- height:30px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 10px;
- background:#b21c1c;
- padding:0px;
- border:none;
- color:#FFF;
- line-height: 30px;
- font-size:14px;
- }
- }
-
- }
|