merchant_share.wxss
544 字节
/* pages/merchant/merchant_share/merchant_share.wxss */
page{
padding:0 0 114rpx 0;
}
.share_toptxt{
margin: 68rpx 163rpx 93rpx 163rpx;
color:#231815;
font-size:24rpx;
text-align: center;
line-height: 39rpx;
}
.shareimg{
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
width:358rpx;
height: 500rpx;
border-radius: 8rpx;
overflow: hidden;
box-shadow: 10rpx 14rpx 30rpx rgba(0,0,0,0.6);
}
.shareimg image{
width:100%;
height: 100%;
display: block;
}
.share_btn{
margin: 120rpx 32rpx 30rpx 32rpx;
}