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.
28 lines
459 B
28 lines
459 B
4 years ago
|
/* pages/message/message.wxss */
|
||
|
.main{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.info{
|
||
|
width: 687rpx;
|
||
|
box-sizing: border-box;
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0 2rpx 24rpx 0 rgba(191, 191, 191, 0.15);
|
||
|
border-radius: 18rpx;
|
||
|
margin-top: 24rpx;
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
|
||
|
.text{
|
||
|
font-size: 34rpx;
|
||
|
color: #262936;
|
||
|
line-height: 48rpx;
|
||
|
}
|
||
|
|
||
|
.timer{
|
||
|
display: block;
|
||
|
font-size: 26rpx;
|
||
|
color: #838B99;
|
||
|
margin-top: 14rpx;
|
||
|
}
|