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.
35 lines
577 B
35 lines
577 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; }
|