| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .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;
- }
- .text1{
- font-size:32rpx;
- margin-top: 20rpx;
- text-align: center;
- }
- .btn{
- width:600rpx;
- height:90rpx;
- border-radius: 14rpx;
- border:1rpx solid #fff;
- background-color: #0B8457;
- margin-top: 40rpx;
- color:#fff;
- }
- .btn2{
- width:280rpx;
- margin: 40rpx 20rpx;
- }
- .universalpic_share_white_52x40{
- width: 52rpx;
- height: 41rpx;
- margin-right: 20rpx;
- }
|