| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .container {
- background-color: #0B8457;
- position: fixed;
- top:120rpx;
- color:#fff;
- }
- .container_iPad {
- background-color: #0B8457;
- position: fixed;
- top:0rpx;
- color:#fff;
- }
- .img{
- width:200rpx;
- height:200rpx;
- border-radius: 50%;
- margin-top: 150rpx;
- }
- .img_iPad{
- width:200rpx;
- height:200rpx;
- border-radius: 50%;
- margin-top: 30rpx;
- }
- .text0{
- font-size:48rpx;
- margin-top: 120rpx;
- text-align: center;
- }
- .text1{
- font-size:32rpx;
- margin-top: 20rpx;
- text-align: center;
- }
- .btn{
- width:400rpx;
- height:110rpx;
- border-radius: 14rpx;
- border:1rpx solid #fff;
- background-color: #0B8457;
- margin-top: 60rpx;
- color:#fff;
- font-size:36rpx;
- }
- .btn2{
- border:1rpx solid #0B8457;
- margin: 40rpx 0 0 0;
- font-size:28rpx;
- }
- .universalpic_share_white_52x40{
- width: 52rpx;
- height: 41rpx;
- margin-right: 20rpx;
- }
- .text2{
- font-size:54rpx;
- margin-top: 170rpx;
- text-align: center;
- }
- .text2_iPad{
- font-size:54rpx;
- margin-top: 20rpx;
- text-align: center;
- }
- .panel1{
- margin-top:25rpx;
- flex-wrap: wrap;
- }
- .btn3{
- background: #0B8457;
- border: 1rpx solid #FFFFFF;
- border-radius: 14rpx;
- font-size: 36rpx;
- color: #FFFFFF;
- text-align: center;
- width:285rpx;
- line-height:90rpx;
- margin: 15rpx;
- }
|