34 lines
538 B
Plaintext
34 lines
538 B
Plaintext
|
.container {
|
||
|
padding-top: 20rpx !important;
|
||
|
}
|
||
|
.box1 {
|
||
|
margin-bottom: 100rpx;
|
||
|
padding-bottom: 130rpx;
|
||
|
}
|
||
|
.title {
|
||
|
margin-bottom: 20px;
|
||
|
text-align: left;
|
||
|
width: 100%;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.weui-input {
|
||
|
width: 100%;
|
||
|
border-bottom: 1px solid #ccc;
|
||
|
margin-bottom: 50rpx;
|
||
|
}
|
||
|
.btn-box {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.weui-btn {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
margin-bottom: 50rpx;
|
||
|
}
|
||
|
.my-btn {
|
||
|
margin-top: 0 !important;
|
||
|
}
|