index.wxss 555 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* pages/pay/index.wxss */
  2. .title{
  3. font-size: 34rpx;
  4. font-weight: 500;
  5. text-align: center;
  6. margin-top: 100rpx;
  7. }
  8. .sn{
  9. padding: 10rpx 60rpx;
  10. text-align: left;
  11. color: #777777;
  12. }
  13. .sn-desc{
  14. float: right;
  15. }
  16. .money{
  17. text-align: center;
  18. margin-top: 40rpx;
  19. font-size: 78rpx;
  20. font-weight: bold;
  21. margin-bottom: 150rpx;
  22. }
  23. .btn{
  24. width: 80%;
  25. height: 80rpx;
  26. line-height: 80rpx;
  27. color: #ffffff;
  28. background-color: #089875;
  29. border-radius: 10rpx;
  30. text-align: center;
  31. margin: 0 auto;
  32. margin-top: 60rpx;
  33. margin-bottom: 50rpx;
  34. }