40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/@tarojs/webpack5-runner/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/pages/agreement/index.scss ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.agreement-page {
|
|
padding: 0 24rpx 24rpx;
|
|
}
|
|
|
|
.agreement-title {
|
|
font-size: 40rpx;
|
|
font-weight: 800;
|
|
color: var(--text-primary);
|
|
display: block;
|
|
margin-bottom: 32rpx;
|
|
padding-top: 24rpx;
|
|
}
|
|
|
|
.agreement-content {
|
|
padding: 40rpx 32rpx;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.agreement-section {
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.agreement-h3 {
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
color: var(--text-primary);
|
|
display: block;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.agreement-p {
|
|
font-size: 28rpx;
|
|
color: var(--text-secondary);
|
|
line-height: 1.8;
|
|
display: block;
|
|
}
|