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';#ordershare{ .header{ background-color: #FFFFFF; padding:0 15px 20px 15px; .statustxt{ text-align: center; font-size: 40rpx; padding:27px 0; color: #1AAD19; } .infomation{ display: flex; align-items: center; justify-content: center; .item{ flex: 1; height:30px; line-height: 30px; border:1px solid #1AAD19; border-radius:50px; overflow: hidden; .title{ text-align: center; display: inline-block; font-size: 28rpx; background-color:#1AAD19; color: #FFFFFF; width: 40%; overflow: hidden; } .text{ text-align:center; display: inline-block; overflow:hidden; font-size: 26rpx; color:#4A4A4A; width: 60%; white-space: nowrap; text-overflow: ellipsis; } } .mar-r{ margin-right: 10px; } } }
.goods-info { margin-top: 10px;
.title { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; color: #2E2D2D; font-size: 14px; background: #FFFFFF;
.buy { padding: 3px 10px; border-radius: 4px; background: @globalColor; color: #FFFFFF; } } .middle-item { display: flex; padding: 10px; color: #959595; background: #FFFFFF; &.middle-item__active{ margin-bottom: 10px; } image { width: 60px; height: 60px; border: 1px solid #e5e5e5; } .text { flex: 1; padding-left: 10px; overflow: hidden;
.names { color: #000000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } } .money-box { text-align: right; .retreat{ font-size: 13px; //background: #f8f8f8; border: 1px solid #838383; //border-radius: 3px; padding: 5px 7px; text-align: center; margin-top: 10px; margin-left: 5px; display: inline-block; } } } } .somebody{ margin-top: 10px; background-color: #FFFFFF; .title{ font-size: 12px; color:#2E2D2D; line-height: 16px; padding:14px 15px; } .content{ padding:12px 13px; display: flex; align-items: center; flex-wrap: wrap; .item-img{ width:45px; height: 45px; margin: 2px; border-radius: 50%; background-color:#D8D8D8; image{ width: 100%; height: 100%; border-radius: 50%; } } } } .order-info{ margin-top: 10px; background-color: #FFFFFF; .item{ height: 44px; line-height: 44px; font-size:14px; display: flex; justify-content: space-between; align-items: center; padding:0 15px; .title{ color:#2E2D2D; } .txt{ color:#EA4448; } } } .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; } } } }
.order-share{ position: fixed; bottom:15%; right: 5%; display: flex; height: 33px; line-height: 33px; align-items: center; background-color: #FFFFFF; box-shadow:0px 4px 4px 0px rgba(155,155,155,0.5); border-radius: 16px; .text{ width: 85px; text-align: center; font-size: 12px; color: #FFFFFF; background-color:@mainColor; height:33px; line-height: 33px; border-radius: 16px; }
} //弹出分享部分 .share-box { background: #CDCDD1; position: fixed; bottom: 0; width: 100%; height: 0; z-index: 50; transition:all .3s linear; .shaer-item { height: 50px; line-height: 50px; text-align: center; font-size: 18px; color: #2E2D2D; background: #ffffff; border-radius: 0; &:after { border: none; } &.clear { margin-top: 5px; color: #9B9B9B; } }
&.cur{ height: 155px;
} } .maks{ position: fixed; bottom: 0; width: 100%; height: 100%; z-index: 40; opacity: 1; transition: opacity .3s ease; display: none;
&.cur{ display: block; } }}
|