mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 23:39:36 +08:00
23 lines
321 B
Plaintext
23 lines
321 B
Plaintext
.msgView {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 150rpx;
|
|
}
|
|
|
|
.msgView .time .van-count-down {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.msgView .price {
|
|
margin: 20rpx 0;
|
|
font-size: 70rpx;
|
|
}
|
|
|
|
.msgView .title {
|
|
font-size: 28rpx;
|
|
color: gray;
|
|
}
|
|
|