77 lines
1.1 KiB
Plaintext
77 lines
1.1 KiB
Plaintext
page {
|
|
background-color: white;
|
|
}
|
|
|
|
.content {
|
|
margin: 30rpx;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 120rpx;
|
|
}
|
|
|
|
.header text {
|
|
display: block;
|
|
line-height: 1.6;
|
|
color: #2C2F36;
|
|
}
|
|
|
|
.header text:first-child {
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.header text:last-child {
|
|
font-size: 40rpx;
|
|
font-weight: 600;
|
|
border-bottom: 8rpx solid #3D6DF0;
|
|
width: 200rpx;
|
|
}
|
|
|
|
.bg {
|
|
width: 690rpx;
|
|
height: 360rpx;
|
|
/* margin-bottom: 120rpx;
|
|
background-color: #2C2F36;
|
|
border-radius: 16rpx;
|
|
opacity: .2; */
|
|
|
|
}
|
|
.bg image{
|
|
width: 690rpx;
|
|
height: 360rpx;
|
|
}
|
|
.item {
|
|
border-bottom: 1rpx solid #E5E5E5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 30rpx 0;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.item text {
|
|
width: 150rpx;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.item input {
|
|
width: calc(100% - 100rpx);
|
|
}
|
|
|
|
.input-item {
|
|
font-size: 28rpx;
|
|
color: #2C2F36;
|
|
opacity: .3;
|
|
}
|
|
|
|
.bottom {
|
|
width: 690rpx;
|
|
font-size: 28rpx;
|
|
margin: 60rpx auto 0;
|
|
background-color: #3D6DF0;
|
|
color: white;
|
|
line-height: 92rpx;
|
|
border-radius: 16rpx;
|
|
} |