myextract.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .calendar {
  2. background-color:white; /*背景色为白色*/
  3. padding-top: 20rpx; /*上内边距为10px*/
  4. border-radius: 30epx; /*添加边框圆角*/
  5. width: 100%;
  6. position: fixed;
  7. }
  8. .top {
  9. margin-top: 480rpx;
  10. }
  11. .logbox {
  12. margin-top: 20rpx;
  13. width: 100%;
  14. display: flex;
  15. flex-direction: row;
  16. }
  17. .datebox {
  18. flex: 2;
  19. display: flex;
  20. flex-direction: column;
  21. text-align: center;
  22. }
  23. .extractbox {
  24. flex:7;
  25. display: flex;
  26. flex-direction: column;
  27. text-align: left;
  28. }
  29. .rightbox {
  30. flex:1;
  31. text-align: center;
  32. }
  33. .imglistright {
  34. margin-top: 39rpx;
  35. height: 26rpx;
  36. width: 14rpx;
  37. }
  38. .txtday {
  39. font-size: 50rpx;
  40. font-weight: 500;
  41. color: #8B8B8B;
  42. }
  43. .txtmonth {
  44. font-size: 30rpx;
  45. font-weight: 400;
  46. color: #8B8B8B;
  47. }
  48. .txtstatus {
  49. font-size: 50rpx;
  50. font-weight: 500;
  51. color: #000000;
  52. }
  53. .txtextract {
  54. font-size: 30rpx;
  55. font-weight: 400;
  56. color: #8B8B8B;
  57. }
  58. .txtmoney {
  59. font-weight: 400;
  60. font-size: 30rpx;
  61. color: #DE9147;
  62. }
  63. .line {
  64. margin-top: 20rpx;
  65. width: 100%;
  66. height: 10rpx;
  67. background-color: #F2F2F2;
  68. }
  69. .calendar--cwj-icon {
  70. transform:scale(1.8);
  71. }
  72. .pay {
  73. height:170rpx;
  74. width: 100%;
  75. position: fixed;
  76. left:0;
  77. bottom:0rpx;
  78. background:#ffffff;
  79. z-index: 10;
  80. display: flex;
  81. flex-direction: row;
  82. justify-content: center;
  83. }
  84. .buttonextract {
  85. margin-top: 28rpx;
  86. width: 588rpx;
  87. height: 82rpx;
  88. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  89. box-shadow:0px 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  90. border-radius:42rpx;
  91. text-align: center;
  92. font-size: 36rpx;
  93. font-weight: 500;
  94. color:#FFFFFF;
  95. line-height: 82rpx;
  96. }
  97. .load {
  98. width: 100%;
  99. height: 2400rpx;
  100. position: absolute;
  101. left: 0;
  102. top: 0;
  103. z-index: 9999;
  104. background-color: #ffffff;
  105. text-align: center;
  106. line-height: 1300rpx;
  107. }
  108. .loadimg {
  109. width: 200rpx;
  110. height: 200rpx;
  111. }