54 lines
811 B
Plaintext
54 lines
811 B
Plaintext
page {
|
|
background-color: #EBF4F8; /* Color 03 */
|
|
color: #333;
|
|
}
|
|
|
|
.container {
|
|
padding: 40rpx;
|
|
}
|
|
|
|
.content {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
padding: 40rpx;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 4rpx 12rpx rgba(17, 97, 107, 0.05);
|
|
}
|
|
|
|
.h1 {
|
|
font-size: 44rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 40rpx;
|
|
text-align: center;
|
|
color: #11616B; /* Color 01 */
|
|
}
|
|
|
|
.h2 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin-top: 40rpx;
|
|
margin-bottom: 20rpx;
|
|
color: #11616B; /* Color 01 */
|
|
}
|
|
|
|
.p {
|
|
font-size: 28rpx;
|
|
color: #555;
|
|
line-height: 1.8;
|
|
margin-bottom: 20rpx;
|
|
text-align: justify;
|
|
}
|
|
|
|
.list-item {
|
|
font-size: 28rpx;
|
|
color: #555;
|
|
line-height: 1.8;
|
|
margin-bottom: 10rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
color: #11616B; /* Color 01 */
|
|
}
|