123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- .wrap.data-v-4784048b {
- background-color: #fff;
- height: 100vh;
- }
- .wrap .c.data-v-4784048b {
- width: 100%;
- float: left;
- text-align: center;
- }
- .wrap .top.data-v-4784048b {
- margin-top: 100rpx;
- }
- .wrap .top image.data-v-4784048b {
- width: 300rpx;
- height: 300rpx;
- }
- .wrap .title.data-v-4784048b {
- font-size: 46rpx;
- color: #333;
- margin-top: 70rpx;
- }
- .wrap .intro.data-v-4784048b {
- margin-top: 60rpx;
- color: #666;
- }
- .wrap .btn.data-v-4784048b {
- margin-top: 90rpx;
- }
- .wrap .btn text.data-v-4784048b {
- width: 100px;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- color: #fff;
- background-color: #c30d24;
- font-size: 30rpx;
- display: inline-block;
- border-radius: 10rpx;
- }
|