| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .container {
- background-color: #fff;
- position: fixed;
- top:0;
- }
- .universalpic_face_default_green_240x240{
- width: 240rpx;
- height:240rpx;
- border-radius: 50%;
- margin-top: 60rpx;
- }
- .text0{
- font-size:54rpx;
- text-align: center;
- margin-top: 30rpx;
- z-index: 10;
- color:#03AF69;
- }
- .text1{
- font-size:36rpx;
- text-align: center;
- margin-top: 0rpx;
- z-index: 10;
- color:#fff;
- }
- .btn {
- width: 520rpx;
- height: 100rpx;
- background-color:#13925C;
- border-radius: 14rpx;
- margin-top: 60rpx;
- z-index: 10;
- }
- .btn1 {
- width: 100%;
- height: 90rpx;
- background-color: #03AF69;
- border-radius: 10rpx;
- position:relative;
- top:0;
- font-size: 36rpx;
- text-align: center;
- line-height: 90rpx;
- color:#fff;
- }
- .universalpic_share_white_52x40{
- width: 52rpx;
- height: 41rpx;
- margin-right: 20rpx;
- }
- .text3{
- font-size:24rpx;
- margin-top: 30rpx;
- z-index: 10;
- font-weight: 400;
- color:#000;
- }
|