123456789101112131415161718192021222324252627 |
- page {
- background: #fff;
- height: 100%;
- }
- page .container {
- width: 100%;
- }
- .content-box {
- padding: 50rpx;
- width: 100%;
- height: 163rpx;
- text-align: center;
- }
- .content-box image {
- width: 163rpx;
- height: 163rpx;
- }
- .text {
- color: #666;
- font-size: 30rpx;
- text-align: left;
- padding-top: 25rpx;
- }
|