12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .box{
- background: #fff;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .title{
- font-size: 32rpx;
- color: #222;
- padding: 20rpx 0;
- text-align: center
- }
- .content{
- padding: 0 30rpx;
- }
- .c_top{
- padding: 70rpx 0 60rpx 0;
- font-size: 30rpx;
- }
- .c_top view:nth-child(1){
- text-align: center;
- font-size: 44rpx;
- margin-bottom: 16rpx;
- }
- .c_top view:nth-child(2){
- text-align: center;
- }
- .c_main image{
- width: 30rpx;
- height: 30rpx;
- margin-right: 20rpx;
- box-sizing: border-box
- }
- .c_text{
- font-size: 28rpx;
- }
- .c_footer{
- padding: 50rpx 0 60rpx 0;
- }
- .c_footer image{
- width: 100%;
- height: 350rpx;
- }
- .btn{
- background-color: #26A2FF;
- border-radius: 10rpx;
- position: fixed;
- z-index: 2;
- bottom: 140rpx;
- left: 30rpx;
- right: 30rpx;
- }
- .openApp{
- text-align: center;
- position: fixed;
- z-index: 2;
- bottom: 70rpx;
- left: 30rpx;
- right: 30rpx;
- }
- .text_f{
- font-size: 24rpx;
- text-align: center;
- }
|