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.
20 lines
284 B
20 lines
284 B
/* pages/message/index.wxss */
|
|
|
|
.message-item {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
margin: 18rpx;
|
|
padding: 30rpx
|
|
}
|
|
|
|
.time-tip{
|
|
margin-top:24rpx;
|
|
text-align: center;
|
|
height:40rpx
|
|
}
|
|
|
|
.button-sp-area {
|
|
margin: 20px auto 0;
|
|
width: 25%;
|
|
text-align: center;
|
|
}
|