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.
33 lines
458 B
33 lines
458 B
/* pages/content.content.wxss */
|
|
page {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.section {
|
|
padding: 40rpx;
|
|
border-bottom: 1px solid #efefef;
|
|
}
|
|
.section:last-child {
|
|
border: none;
|
|
|
|
}
|
|
|
|
.section-title {
|
|
width: 20%;
|
|
float: left;
|
|
}
|
|
|
|
label {
|
|
padding: 0 20rpx;
|
|
}
|
|
.primary{
|
|
width:100%;
|
|
margin-left: 20rpx;
|
|
margin-top: 100rpx;
|
|
height: 104rpx;
|
|
line-height: 78rpx;
|
|
text-align: center;
|
|
border-radius: 30rpx;
|
|
font-size: 34rpx;
|
|
background-color: #e3f4ff;
|
|
} |