17 lines
183 B
Plaintext
17 lines
183 B
Plaintext
.btnContainer{
|
|
margin: 20rpx auto;
|
|
width: 60%;
|
|
text-align: center;
|
|
}
|
|
|
|
.title{
|
|
margin: 30rpx 0 0 30rpx;
|
|
font-size: 28rpx;
|
|
color : #aaa;
|
|
}
|
|
|
|
.container{
|
|
padding: 30rpx;
|
|
}
|
|
|