| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .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:18rpx;
- font-weight: 400;
- margin-bottom: 30rpx;
- margin-top: 240rpx;
- }
- .btn{
- font-size:36rpx;
- width:520rpx;
- height:90rpx;
- border-radius: 10rpx;
- text-align: center;
- line-height: 90rpx;
- color:#fff;
- background-color: #169DED;
- }
- .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;
- }
|