You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
@import '../../../common/css/global';#call{ padding: 10px 15px; background: #FFFFFF; .call-box{ position: relative; border-radius: 6px; overflow: hidden;
image{ display: block; width: 100%; } .name{ position: absolute; bottom: 0; width: 100%; padding: 5px 15px; background: rgba(255,255,255,.7); } } .time-box { background: #393939; padding: 5px 12px; box-sizing: border-box; color: #FFFFFF; &.active{ background: #FE4545; } } .call-user{ font-size: 12px; display: flex; align-items: center; background: #FBF6DC; height: 30px; line-height: 30px; margin: 20px 0; border-radius: 30px 0 0 30px; overflow: hidden; span{ color: #FC6A00; } image{ width: 30px; height: 30px; border-radius: 100%; overflow: hidden; } .call-status{ display: flex; align-items: center; justify-content: space-between; flex: 1; padding-right: 15px; margin-left: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; .receive{ color: @globalColor; } } } .no-active { color: #FFFFFF; padding:8px 0; border-radius:30px; background: #b4b4b4; text-align: center; margin-bottom: 10px; } .share-box{ display: flex; align-items: center; font-size: 16px; color: @mainColor; text-align:center; margin-bottom: 20px; .share-btn{ flex: 1; padding: 0; border: 1px solid @mainColor; border-radius:30px; background: #FFFFFF; line-height: normal; font-size: 16px; height: 43px; line-height: 43px; color: @mainColor; margin-right: 18px; } .claa-btn { flex: 1; padding: 0; border-radius:30px; background: @mainColor; line-height: normal; font-size: 16px; height: 43px; line-height: 43px; color: #ffffff; } view{ flex: 1; padding: 8px 0; border: 1px solid @mainColor; border-radius:30px; &.friend{ margin-right: 18px; } &.friends{ background: @mainColor; color: #FFFFFF; border: none;
} } } .call-num{ padding-bottom: 1px; .text{ font-size: 12px; color: #9B9B9B; text-align: center; padding-bottom: 10px; } .item-box{ margin: 8px -8px; .call-num-item{ display: inline-block; width: 12.5%; height:21px; padding: 0 8px; margin: 5px 0; .info{ width: 100%; height: 100%; display: inline-block; background:#F3F3F3; border-radius:100%; overflow: hidden; &.border{ border:1px dashed #C0C4CC; } image{ width: 100%; height: 100%; } } } } .text-info{ font-size: 12px; color: #9B9B9B; text-align: right; padding-top: 7px; }
} .home{ position: fixed; top: 10px; right: 0; width: 75px; line-height: 25px; text-align: center; background: #F3F3F3; color: #9B9B9B; font-size: 12px; border-radius: 2px; i{ font-size: 12px; margin-right: 5px; } }}.call-goods { background: #FFFFFF; margin-top: 10px; .title{ height: 44px; line-height: 44px; font-size: 14px; padding: 0 15px; } .like_list { margin: 5px; font-size: 10px;
.like_box { padding: 0 5px; display: inline-block; width: 33.333%; box-sizing: border-box; margin: 5px 0; .like_inner { border: 1px solid #e5e5e5; padding: 5px; }
.like_name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .like_image { width: 100%;
image{ width: 100%; height: 200rpx !important; } } .like_money { color: #ED3327; } } }}
#coupon-box {
.mask { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,.7); } .coupon-body { position: fixed; width: 90%; /*height: 71%;*/ border-radius: 5px; background-color: @globalColor; top: 50%; left: 50%; padding: 0 25px; transform: translate(-50%,-50%); box-sizing: border-box; z-index: 99; .title { text-align: center; color: #FFFFFF; font-size: 22px; margin-top: 25px; } .tips { margin-top: 35px; line-height: 20px; color: #FFFFFF; font-size: 13px; } .coupon { display: flex; align-items: center; justify-content: space-between; margin: 15px 0; padding: 0 15px; width: 100%; height: 60px; background: url("http://ibrand-miniprogram.oss-cn-hangzhou.aliyuncs.com/18-11-19/7512419.jpg") no-repeat; background-size: 100% 100%; box-sizing: border-box;
.left { display: flex; overflow: hidden; flex: 1; .icon { background: @globalColor; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 100%;
i { color: #FFFFFF; font-size: 15px; } } .text-box { margin-left: 10px; overflow: hidden; flex: 1; .title { text-align: left; font-size: 16px; color: #202020; margin-top: 0; //margin-bottom: 10px; } .info { font-size: 10px; color: #909090; } } } .right { color: @globalColor; //display: flex; font-size:20px; font-weight:600; /*.ico { font-size: 14px; margin-top: 10px; } .money { font-size: 25px; }*/ .money { font-size: 14px; font-weight: 100; } } } .user-tips { color: #FFFFFF; font-size: 10px } .close { font-size: 30px; position: absolute; top:-20px; right:-10px; color: #FFFFFF; } .btn { position: relative; margin: 40px 0 35px 0; width: 100%; height: 50px; line-height: 50px; box-shadow:0px 4px 8px 2px rgba(0,0,0,0.2); border-radius:4px; background: #FFFFFF; color: @globalColor; text-align: center; } }}
|