87 lines
1.4 KiB
Plaintext
87 lines
1.4 KiB
Plaintext
/* pages/ad/ad.wxss */
|
|
.container{
|
|
padding-bottom: 60rpx;
|
|
}
|
|
.head-img{
|
|
width: 100vw;
|
|
margin-bottom: 60rpx
|
|
}
|
|
.main-title{
|
|
font-size: 60rpx;
|
|
padding-bottom: 50rpx;
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
.content{
|
|
padding: 0 20rpx;
|
|
/* margin-bottom: 30rpx; */
|
|
}
|
|
.second-title{
|
|
color: #999;
|
|
font-size: 30rpx;
|
|
padding-bottom: 50rpx;
|
|
}
|
|
.second-title .i{
|
|
min-height: 50rpx;
|
|
}
|
|
.grey-black{
|
|
margin:0 20rpx 60rpx;
|
|
padding: 30rpx 20rpx;
|
|
color: #777;
|
|
background: #f2f2f2;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
line-height: 54rpx;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.grey-black .i{
|
|
min-height: 54rpx;
|
|
}
|
|
.title{
|
|
font-size:32rpx;
|
|
color:#000;
|
|
font-weight:700;
|
|
margin: 0 20rpx 26rpx;
|
|
|
|
}
|
|
.content>.text{
|
|
color: #777;
|
|
font-size: 28rpx;
|
|
margin-bottom: 60rpx;
|
|
line-height: 40rpx
|
|
}
|
|
.content>.text .i{
|
|
min-height: 40rpx;
|
|
}
|
|
|
|
.img{
|
|
border-radius: 10rpx;
|
|
width: calc(100% - 40rpx);
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
.button{
|
|
margin: 0 auto 40rpx;
|
|
text-align: center;
|
|
}
|
|
.button .btn{
|
|
display: inline-block;
|
|
|
|
height: 86rpx;
|
|
min-width: 300rpx;
|
|
line-height:86rpx;
|
|
background: #BC302E;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
border-radius: 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.button .btn.url{
|
|
background: #62B1FF;
|
|
|
|
}
|
|
.button .btn .text{
|
|
padding: 0 20rpx;
|
|
|
|
} |