| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- .container{
- background-color: #ffffff;
- }
- .imageDM{
- width:750rpx;
- height:1584rpx;
- }
- .imageDM2{
- width:750rpx;
- height:950rpx;
- }
- .text{
- font-size:22rpx;
- color:#1e1e1e;
- font-weight: 400;
- margin-bottom: 100rpx;
- text-align: center;
- }
- .panelPay{
- background-color: #F0F0F0;
- width:690rpx;
- height:323rpx;
- border-radius: 10rpx;
- margin-top: 40rpx;
- }
- .text1{
- font-size:33rpx;
- margin: 50rpx 0 30rpx 30rpx;
- align-self: flex-start;
- }
- .List{
- width:100%;
- }
- .item{
- width:100%;
- height:100rpx;
- justify-content: space-between;
- }
- .Name{
- margin-left: 30rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .Content{
- margin-right: 30rpx;
- font-size:28rpx;
- color:#787878;
- }
- .text2{
- font-size:24rpx;
- font-weight: 400;
- text-align: left;
- width:690rpx;
- }
- .text2_0{
- color:#4D4D4D;
- }
- .text2_1{
- color:#FE6659;
- }
- .text2_2{
- color:#4D4D4D;
- }
- .btn{
- font-size:48rpx;
- width:600rpx;
- height:110rpx;
- border-radius: 20rpx;
- text-align: center;
- line-height: 110rpx;
- color:#fff;
- background-color: #F57C00;
- margin-top: 160rpx;
- }
- .code{
- width:300rpx;
- height:300rpx;
- }
- .text3{
- font-size:68rpx;
- color:#169DED;
- margin-top: 190rpx;
- }
- .text4{
- font-size:28rpx;
- font-weight: 400;
- margin-top: 0rpx;
- }
- .text5{
- font-size:28rpx;
- font-weight: 500;
- margin-top: 60rpx;
- text-align: center;
- }
- .text6{
- font-size:24rpx;
- font-weight: 400;
- margin-top: 20rpx;
- }
- .text7{
- font-size:24rpx;
- font-weight: 400;
- margin-bottom: 60rpx;
- }
- .btn2{
- margin-top: 50rpx;
- }
- .panel2{
- margin-top: 150rpx;
- }
|