纸通宝小程序
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.
 

61 lines
954 B

/* pages/moment/detail/index.wxss */
.offer-btn {
width: 160rpx;
height: 56rpx;
background-color: #008AFF;
border-radius: 23px;
color: white;
font-size: 24rpx;
}
.image-load {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50rpx;
}
.roder-add {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
}
.share-btn{
background-color: #fff;
padding-left: 0px;
padding-right: 0px;
height:32px;
line-height: 32px
}
.share-btn::after{ border: none; }
.shengcheng{
width: 87%;
height: 80%;
position: fixed;
top: 100rpx;
left: 50%;
margin-left: -44%;
z-index: 10;
margin-top: 2%;
}
.baocun{
display: block;
width: 87%;
height: 80rpx;
padding: 0;
line-height: 80rpx;
text-align: center;
position: fixed;
left: 6%;
background: red;
color: white;
font-size: 32rpx;
top:82%;
z-index: 11;
}