| 12345678910111213141516171819202122232425262728293031323334 |
- page{
- background: #ffffff;
- }
- .container {
- width: 95%;
- height: 100%;
- background: #ffffff;
- font-size: 26rpx;
- margin: 25rpx 25rpx;
- }
- .indent {
- text-indent: 30px;
- }
- .title {
- margin: 25rpx 0rpx;
- }
- .title-name {
- text-align: center;
- font-size: 45rpx;
- font-weight: bold;
- padding-bottom: 25rpx;
- }
- .right {
- text-align: right;
- }
- .name {
- font-size: 28rpx;
- font-weight: bold;
- }
- .red {
- color: #ff1a27 !important;
- }
|