2024-11-10 07:01:22 +00:00
|
|
|
page {
|
|
|
|
background-color: #ffffff;
|
|
|
|
box-sizing: border-box;
|
2024-11-15 03:51:28 +00:00
|
|
|
position: relative;
|
|
|
|
overflow-x: hidden;
|
2024-11-10 07:01:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
|
|
|
|
font-size: 24rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-description {
|
|
|
|
margin-bottom: 32rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-section {
|
|
|
|
background: #fff;
|
|
|
|
margin-bottom: 32rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-section-title {
|
|
|
|
padding: 16rpx 32rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-section-demo {
|
|
|
|
padding: 32rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-section-btns {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-section-btns > view {
|
|
|
|
flex: 1;
|
|
|
|
height: 84rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
color: #49a9ee;
|
|
|
|
}
|
|
|
|
.page-section-btns > view + view {
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-top:20rpx;
|
|
|
|
margin-bottom:20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bc_blue {
|
|
|
|
background-color: #49A9EE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bc_red {
|
|
|
|
background-color: #F04134;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bc_yellow {
|
|
|
|
background-color: #FFBF00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bc_green {
|
|
|
|
background-color: #00A854;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-row {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-row-label {
|
|
|
|
width: 180rpx;
|
|
|
|
font-size: 34rpx;
|
|
|
|
margin-right: 10rpx;
|
|
|
|
text-align: left;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-row-content {
|
|
|
|
flex: 1;
|
|
|
|
font-size: 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-line {
|
|
|
|
height: 1px;
|
|
|
|
background-color: #ddd;
|
|
|
|
margin-left: 30rpx;
|
|
|
|
}
|