history.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* pages/payment/history/history.wxss */
  2. .payment-history {
  3. padding: 0;
  4. margin: 0;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. }
  11. .payment-history .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-history .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-history .picker .icon-up {
  29. display: inline-block;
  30. width: 16rpx;
  31. height: 10rpx;
  32. margin-left: 22rpx;
  33. }
  34. .payment-history .top-opt .right {
  35. font-size: 28rpx;
  36. color: rgba(0, 145, 255, 1);
  37. }
  38. .payment-history .weui-tabs-bar__wrp {
  39. border-bottom: 1rpx solid #CFD2D5;
  40. }
  41. .payment-history .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-history .tabs-swiper {
  52. height: calc(100% - 180rpx);
  53. display: block;
  54. position: absolute;
  55. width: 100%;
  56. }
  57. .payment-history .tabs-swiper .wrap {
  58. height: calc(100vh - 180rpx);
  59. width: 100%;
  60. }
  61. .payment-history .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: 20rpx 40rpx;
  67. margin: 40rpx;
  68. }
  69. .payment-history .tabs-swiper .wrap .card .top {
  70. padding: 30rpx;
  71. background:rgba(255,249,247,1);
  72. border-radius:10rpx;
  73. border:2rpx solid rgba(255,212,212,1);
  74. margin:10rpx 0;
  75. }
  76. .payment-history .tabs-swiper .wrap .card .bottom{
  77. padding: 30rpx;
  78. background:rgba(255,249,247,1);
  79. border-radius:10rpx;
  80. border:2rpx solid rgba(255,212,212,1);
  81. margin:10rpx 0;
  82. }
  83. .payment-history .tabs-swiper .wrap .card .item {
  84. font-size: 28rpx;
  85. color: rgba(104, 107, 120, 1);
  86. line-height: 40rpx;
  87. margin-bottom: 10rpx;
  88. }
  89. .payment-history .tabs-swiper .wrap .card .item .label{
  90. min-width: 170rpx;
  91. display: inline-block;
  92. }
  93. .icon-method {
  94. width: 176rpx;
  95. height: 176rpx;
  96. position: absolute;
  97. top: 380rpx;
  98. right: 54rpx;
  99. }
  100. .icon-bg{
  101. width:590rpx;
  102. height: 20rpx;
  103. }