mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
![]() |
.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;
|
||
|
}
|