mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 05:29:37 +08:00
36 lines
601 B
Plaintext
36 lines
601 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;
|
||
|
}
|
||
|
|
||
|
.submitBtn{
|
||
|
box-sizing: border-box;
|
||
|
position: absolute;
|
||
|
width: 600rpx;
|
||
|
left: 50%;
|
||
|
margin-left: -300rpx;
|
||
|
bottom: 120rpx;
|
||
|
border-radius: 10rpx;
|
||
|
padding: 20rpx;
|
||
|
background: #4e96f8;
|
||
|
color: white;
|
||
|
font-size: 30rpx;
|
||
|
text-align: center;
|
||
|
}
|