40 lines
590 B
Plaintext
40 lines
590 B
Plaintext
|
|
/* pages/explain/explain.wxss */
|
||
|
|
.main{
|
||
|
|
width: 750rpx;
|
||
|
|
height: 100vh;
|
||
|
|
}
|
||
|
|
.wrap{
|
||
|
|
width: 90%;
|
||
|
|
height: 100%;
|
||
|
|
margin:30rpx auto;
|
||
|
|
}
|
||
|
|
.title{
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
width: 100%;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.item{
|
||
|
|
width: 100%;
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #666;
|
||
|
|
line-height: 50rpx;
|
||
|
|
}
|
||
|
|
.kg{
|
||
|
|
text-indent: 64rpx;
|
||
|
|
}
|
||
|
|
.btn{
|
||
|
|
height: 100rpx;
|
||
|
|
margin-top: 50rpx;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
width: 100%;
|
||
|
|
background: rgba(0,110,255);
|
||
|
|
color: #fff;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 100rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
letter-spacing: 5rpx;
|
||
|
|
}
|