| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .container {
- background-color: #fff;
- font-weight: 500;
- position: fixed;
- top:0;
- justify-content: flex-start;
- }
- .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;
- }
|