32 lines
514 B
Plaintext
32 lines
514 B
Plaintext
|
|
.agreement-wrap {
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.doc-card {
|
|
background: #ffffff;
|
|
border-radius: 24rpx;
|
|
padding: 28rpx 24rpx 36rpx;
|
|
box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.doc-title {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #222222;
|
|
line-height: 1.5;
|
|
margin-bottom: 20rpx;
|
|
word-break: break-all;
|
|
}
|
|
.doc-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.doc-line {
|
|
font-size: 28rpx;
|
|
line-height: 1.8;
|
|
color: #333333;
|
|
white-space: pre-wrap;
|
|
word-break: break-word;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|