123456789101112131415161718192021222324252627282930313233343536 |
- .container{
- text-align: justify;
- width: 700rpx;
- margin: 0 auto;
- line-height: 2;
- font-size: 28rpx;
- padding-bottom: 40rpx;
- }
- .title{
- text-align: center;
- font-size: 48rpx;
- margin-bottom: 40rpx;
- text-indent: 0;
- }
- .bold{
- font-weight: bold;
- }
- .top{
- margin-top: 20rpx;
- text-indent: 0 !important;
- }
- view{
- text-indent: 56rpx;
- }
- .btn{
- width: auto;
- margin: 60rpx auto;
- color: #FFF;
- background: #005033;
- text-align: center;
- height: 100rpx;
- line-height: 100rpx;
- text-indent: 0;
- font-size: 28rpx;
- }
|