51 lines
816 B
Plaintext
51 lines
816 B
Plaintext
.inner {
|
|
text-align: center;
|
|
margin: 240rpx auto 0;
|
|
}
|
|
|
|
.image image {
|
|
width: 310rpx;
|
|
height: 240rpx;
|
|
}
|
|
|
|
.text {
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
line-height: 80rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.btn {
|
|
margin-top: 36rpx;
|
|
width: 364rpx;
|
|
height: 84rpx;
|
|
background: #ff5555;
|
|
text-align: center;
|
|
line-height: 84rpx;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
border: none;
|
|
border-radius: 42rpx;
|
|
}
|
|
|
|
.btn-canale {
|
|
margin-top: 20rpx;
|
|
width: 364rpx;
|
|
height: 84rpx;
|
|
background: #58D68D;
|
|
text-align: center;
|
|
line-height: 84rpx;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
border: none;
|
|
border-radius: 42rpx;
|
|
}
|
|
|
|
.back {
|
|
font-size: 30rpx;
|
|
padding-left: 20rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
background: #fff;
|
|
color: #666;
|
|
} |