123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- page {
- height: 100%;
- background-size: 100%;
- background: #f9f9f9;
- }
- .content-box-page {
- padding: 40rpx;
- }
- .rule-name {
- color: #646464;
- font-weight: 700;
- text-align: center;
- font-size: 24px;
- margin: 30px 0px 10px 0px;
- }
- .little-title {
- color: #646464;
- font-size: 16px;
- margin: 0px 0px 15px 0px;
- text-align: center;
- }
- .rule-title {
- color: #646464;
- font-weight: 700;
- margin-top: 25px;
- margin-bottom: 10px;
- }
- .rule-items {
- color: #636363;
- text-indent: 30px;
- line-height: 24px;
- }
- .rule-items2 {
- color: #636363;
- text-indent: 30px;
- line-height: 24px;
- color: black;font-weight: bold;
- }
|