record.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* pages/payment/record/record.wxss */
  2. .payment-record {
  3. padding: 0;
  4. margin: 0;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. }
  11. .payment-record .top-opt {
  12. width: calc(100% - 80rpx);
  13. padding: 0 40rpx;
  14. height: 80rpx;
  15. background: rgba(250, 252, 255, 1);
  16. display: flex;
  17. align-items: center;
  18. justify-content: space-between;
  19. }
  20. .payment-record .picker {
  21. height: 80rpx;
  22. display: flex;
  23. align-items: center;
  24. font-size:28rpx;
  25. font-family:PingFangSC-Regular,PingFang SC;
  26. color:rgba(104,107,120,1);
  27. }
  28. .payment-record .picker .icon-up {
  29. display: inline-block;
  30. width: 16rpx;
  31. height: 10rpx;
  32. margin-left: 22rpx;
  33. }
  34. .payment-record .top-opt .right {
  35. font-size: 28rpx;
  36. color: rgba(0, 145, 255, 1);
  37. }
  38. .payment-record .weui-tabs-bar__wrp {
  39. border-bottom: 1rpx solid #CFD2D5;
  40. }
  41. .payment-record .weui-tabs-bar__item .weui-tabs-bar__title {
  42. height: 90rpx;
  43. width: 80rpx;
  44. font-size: 28rpx;
  45. color: rgba(104, 107, 120, 1);
  46. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. margin: 0 10rpx;
  50. }
  51. .payment-record .tabs-swiper {
  52. height: calc(100% - 180rpx);
  53. display: block;
  54. position: absolute;
  55. width: 100%;
  56. }
  57. .payment-record .tabs-swiper .wrap {
  58. height: calc(100vh - 180rpx);
  59. width: 100%;
  60. }
  61. .payment-record .tabs-swiper .wrap .card {
  62. position: relative;
  63. background: rgba(249, 250, 252, 1);
  64. border-radius: 16rpx;
  65. border: 2rpx solid rgba(241, 241, 241, 1);
  66. padding: 40rpx;
  67. margin: 40rpx;
  68. }
  69. .payment-record .tabs-swiper .wrap .card .item {
  70. font-size: 28rpx;
  71. color: rgba(104, 107, 120, 1);
  72. line-height: 40rpx;
  73. margin-bottom: 10rpx;
  74. }
  75. .payment-record .tabs-swiper .wrap .card .item .label{
  76. min-width: 170rpx;
  77. display: inline-block;
  78. }
  79. .icon-method {
  80. width: 120rpx;
  81. height: 80rpx;
  82. position: absolute;
  83. top: 40rpx;
  84. right: 0;
  85. }
  86. .payment-record .tabs-swiper .wrap .card .item .block{
  87. display: block;
  88. }