| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .container {
- background-color: #0B8457;
- position: fixed;
- top:0;
- color:#fff;
- }
- .img{
- width:200rpx;
- height:200rpx;
- border-radius: 50%;
- margin-top: 150rpx;
- }
- .text0{
- font-size:54rpx;
- margin-top: 170rpx;
- text-align: center;
- }
- .btn{
- width:600rpx;
- height:90rpx;
- border-radius: 14rpx;
- border:1rpx solid #fff;
- background-color: #0B8457;
- margin-top: 40rpx;
- color:#fff;
- }
- .text1{
- font-size:28rpx;
- margin-top: 40rpx;
- text-align: center;
- }
- .universalpic_share_white_52x40{
- width: 52rpx;
- height: 41rpx;
- margin-right: 20rpx;
- }
|