| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .container {
- background-color: #0B8457;
- position: fixed;
- top:120rpx;
- color:#fff;
- }
- .img{
- width:200rpx;
- height:200rpx;
- border-radius: 50%;
- margin-top: 150rpx;
- }
- .text0{
- font-size:48rpx;
- margin-top: 120rpx;
- text-align: center;
- }
- .text1{
- font-size:32rpx;
- margin-top: 20rpx;
- text-align: center;
- }
- .btn{
- width:400rpx;
- height:110rpx;
- border-radius: 14rpx;
- border:1rpx solid #fff;
- background-color: #0B8457;
- margin-top: 60rpx;
- color:#fff;
- font-size:36rpx;
- }
- .btn2{
- border:1rpx solid #0B8457;
- margin: 40rpx 0 0 0;
- font-size:28rpx;
- }
- .universalpic_share_white_52x40{
- width: 52rpx;
- height: 41rpx;
- margin-right: 20rpx;
- }
|