65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
.w-100 {
|
|
width: 100%;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.flex-start {
|
|
align-items: flex-start;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.align-items {
|
|
align-items: center;
|
|
}
|
|
.flex-column {
|
|
flex-flow: column;
|
|
}
|
|
.justify-start {
|
|
justify-content: start;
|
|
}
|
|
.line-row {
|
|
margin: 33rpx 0 23rpx 0;
|
|
width: 690rpx;
|
|
height: 2rpx;
|
|
background: #F1F2F8;
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
.box {
|
|
min-height: 100vh;
|
|
background: #FFFFFF;
|
|
}
|
|
.con-center {
|
|
width: 690rpx;
|
|
height: 90vh;
|
|
overflow-y: auto;
|
|
}
|
|
.title {
|
|
width: 690rpx;
|
|
margin-top: 47rpx;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #7A7A7A;
|
|
border-bottom: 1rpx solid #F1F2F8;
|
|
padding-bottom: 23rpx;
|
|
}
|
|
.text {
|
|
width: 690rpx;
|
|
margin-bottom: 30rpx;
|
|
margin-top: 23rpx;
|
|
}
|
|
.service {
|
|
margin-top: 24rpx;
|
|
width: 690rpx;
|
|
height: 94rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
color: #008CFF;
|
|
}
|
|
|