| 1234567891011121314151617181920212223242526272829303132333435 |
- .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;
- }
|