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';#collage{ padding-bottom: 60px; .white{ height: 22px; background-color: #FFFFFF; width: 100%; border-top: 1px solid #E1E2EA; &.b{ border-bottom:1px solid #E1E2EA; border-top:0; } } .collage-progress{ padding: 0 54px 21px 54px; position: relative; background-color:#FFFFFF; .launch,.invite,.success{ text-align: center; position: absolute; top:-14px; .iconfont{ color:#DBDBDB; font-size:18px; } .text{ color:#9B9B9B; font-size:12px; line-height: 12px; padding-top:4px; } &.active-emj{ .iconfont{ color: #EA4448; } .text{ color:#FF2741; } } } } .collage-goods{ background-color: #FFFFFF; display: flex; justify-content: center; align-items: center; padding: 15px; .goods-img{ flex: 1; image{ width: 100%; } } .goods-infomation{ flex: 1; padding-left: 12px; .info-name{ color:#000000; font-size: 14px; line-height: 20px; height: 40px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/ -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/ -webkit-line-clamp: 2; /** 显示的行数 **/ overflow: hidden; /** 隐藏超出的内容 **/ } .original-cost,.purchase-cost{ position: relative; width: 100%; border: 1px solid #DBDBDB; padding:15px 0; text-align:center; border-radius: 3px; .price{ color:#4A4A4A; font-size: 14px; .zero{ display: inline-block; font-size: 12px; padding-right: 5px; } .unit{ display:inline-block; font-size: 10px; } } .o-text{ position: absolute; color:#9B9B9B; font-size: 10px; top: -12px; left: 50%; width: 36px; margin-left: -18px; line-height:23px; background-color: #FFFFFF; } &.mar-t{ margin-top:15px; } .bor-c{ border-color:#FF2741; color:#FF2741; } .p-text{ color:#000000; } &.marg-t{ margin-top: 24px; } &.bor-c{ border: 1px solid #FF2741; } } } } .btn-box { display: flex; align-items: center; padding: 30px 0px;
.btn { flex: 1; height: 44px; line-height: 44px; text-align: center; border-radius: 3px; font-size: 18px; color: #FFFFFF; margin: 0 15px; background: @globalColor; border: 1px solid @globalColor;
&.close { background: #FFFFFF; color: #999999; border-color: #999999; } } }
}
|