payinfo.wxss 419 B

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