You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
603 B
35 lines
603 B
/* pakageInfo/pages/article/sucessFul/index.wxss */
|
|
page {
|
|
background-color: white;
|
|
}
|
|
|
|
.view1 {
|
|
padding: 120rpx 275rpx 97rpx 275.8rpx;
|
|
}
|
|
|
|
.view2 {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 32rpx;
|
|
color: rgba(0, 0, 0, 0.75);
|
|
text-align: center;
|
|
padding-left: 55rpx;
|
|
padding-right: 55rpx;
|
|
}
|
|
|
|
.view3 {
|
|
padding-left: 32rpx;
|
|
padding-right: 32rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.btnView {
|
|
background: #007AFF;
|
|
height: 96rpx;
|
|
border-radius: 8rpx;
|
|
border-radius: 8rpx;
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 96rpx;
|
|
}
|