pay.wxss 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. page {
  2. background: #fff;
  3. }
  4. .row {
  5. padding: 30rpx;
  6. overflow: hidden;
  7. }
  8. .row text:nth-child(1) {
  9. float: left;
  10. }
  11. .row text:nth-child(2) {
  12. float: right;
  13. color: #666;
  14. }
  15. .fgx {
  16. height: 20rpx;
  17. background: #f8f8f8;
  18. }
  19. .row1 {
  20. padding: 30rpx;
  21. }
  22. .row1 view:nth-child(2) {
  23. text-align: center;
  24. color: #666;
  25. }
  26. .row1 view:nth-child(3) {
  27. text-align: right;
  28. color: #666;
  29. }
  30. .tip {
  31. color: #888;
  32. padding-left: 30rpx;
  33. font-size: 24rpx;
  34. }
  35. .foot {
  36. position: fixed;
  37. left: 0;
  38. bottom: 0;
  39. right: 0;
  40. height: 100rpx;
  41. padding: 30rpx;
  42. line-height: 100rpx;
  43. }
  44. .foot view:nth-child(1) {
  45. float: left;
  46. font-size: 28rpx;
  47. }
  48. .foot view:nth-child(2) {
  49. float: left;
  50. font-size: 36rpx;
  51. color: #ff5f6b;
  52. margin-left: 30rpx;
  53. }
  54. .foot view:nth-child(3) {
  55. float: right;
  56. height: 100%;
  57. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  58. border-radius: 50rpx;
  59. width: 300rpx;
  60. color: #fff;
  61. font-size: 32rpx;
  62. text-align: center;
  63. }