payinfo.wxss 352 B

123456789101112131415161718192021222324
  1. .imageDM{
  2. width:750rpx;
  3. height:1545rpx;
  4. }
  5. .btn{
  6. font-size:36rpx;
  7. width:520rpx;
  8. height:90rpx;
  9. border-radius: 10rpx;
  10. text-align: center;
  11. line-height: 90rpx;
  12. color:#fff;
  13. background-color: #169DED;
  14. margin: 0 0 30rpx 0;
  15. }
  16. .text{
  17. font-size:22rpx;
  18. color:#1e1e1e;
  19. font-weight: 400;
  20. margin-bottom: 100rpx;
  21. text-align: center;
  22. }