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.
118 lines
2.0 KiB
118 lines
2.0 KiB
/* pages/order/payresult/index.wxss */
|
|
.icon-gou1 {
|
|
color: #009944;
|
|
font-size: 230rpx;
|
|
margin-top: 100rpx;
|
|
}
|
|
.btn {
|
|
width: 280rpx;
|
|
line-height: 80rpx;
|
|
background: #F8B551;
|
|
border-radius: 40rpx;
|
|
color: #fff;
|
|
margin: 0 auto;
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
margin-top: 76.67rpx;
|
|
margin-bottom: 79.33rpx;
|
|
/* margin-top: 200rpx; */
|
|
}
|
|
page {
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
padding-bottom: 50rpx;
|
|
}
|
|
.order-tip {
|
|
color: #009944;
|
|
font-size: 48rpx;
|
|
font-weight: 500;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.gou {
|
|
width: 180.13rpx;
|
|
height: 180.13rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.proad{
|
|
margin: 20rpx;
|
|
}
|
|
.proad-title{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.proad-title image{
|
|
width: 292rpx;
|
|
height: 34rpx;
|
|
}
|
|
.pro-list{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.proitem{
|
|
width: 335rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 13rpx;
|
|
margin-top: 26.67rpx;
|
|
box-shadow: 0rpx 2rpx 11rpx 0rpx rgba(201,201,201,0.3);
|
|
}
|
|
.item-hd {
|
|
width: 335rpx;
|
|
height: 278rpx;
|
|
}
|
|
.item-hd image{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 13rpx 13rpx 0px 0px;
|
|
}
|
|
.item-bm{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
/* height: 120rpx; */
|
|
padding: 13rpx 14rpx;
|
|
text-align: left;
|
|
}
|
|
.protitle{
|
|
height: 80rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
.pro-price{
|
|
color: #D10000;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
}
|
|
.pro-price:before {
|
|
display: inline-block;
|
|
content:"¥";
|
|
color: #D62828;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.pro-price:after {
|
|
display: inline-block;
|
|
content:'起';
|
|
color: #999999;
|
|
font-size: 10px;
|
|
}
|
|
.proitem image:nth-child(1) {
|
|
display: block;
|
|
width: 100%;
|
|
border-radius: 13rpx 13rpx 0 0;
|
|
}
|
|
.text-overflowRows {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 2;
|
|
word-break: break-all;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
}
|