mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 03:09:37 +08:00
40 lines
644 B
Plaintext
40 lines
644 B
Plaintext
![]() |
.page {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
padding-bottom: 100rpx;
|
||
|
box-sizing: border-box;
|
||
|
background-color: #F5F5F5;
|
||
|
padding: 0 26rpx;
|
||
|
}
|
||
|
|
||
|
.btn{
|
||
|
font-size: 34rpx;
|
||
|
width: 100%;
|
||
|
background-color: #4C84FF;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
line-height: 100rpx;
|
||
|
}
|
||
|
|
||
|
.conten{
|
||
|
background-color: white;
|
||
|
font-size: 30rpx;
|
||
|
border-radius: 20rpx;
|
||
|
overflow: hidden;
|
||
|
margin: 120rpx 0;
|
||
|
padding: 10rpx 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.code {
|
||
|
text-align: center;
|
||
|
border-radius: 50rpx;
|
||
|
font-size: 22rpx;
|
||
|
color: white;
|
||
|
background-color: #4C84FF;
|
||
|
z-index: 999;
|
||
|
padding: 16rpx 20rpx;
|
||
|
/* float: left; */
|
||
|
margin-left: 30rpx;
|
||
|
}
|