advance.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .advance {
  2. margin: 0;
  3. padding: 0;
  4. background: #f7f7f7;
  5. }
  6. .mainbox {
  7. width: 100vw;
  8. height: 437rpx;
  9. margin: 45rpx auto;
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: space-evenly;
  13. background-color: #ffffff;
  14. /* box-shadow: 15rpx 14rpx 17rpx #bababa; */
  15. padding: auto 20rpx;
  16. position: relative;
  17. }
  18. .mainbox view {
  19. padding-left: 60rpx;
  20. }
  21. .details {
  22. width: 211rpx;
  23. border-radius: 20rpx;
  24. color: #3da1ff;
  25. position: relative;
  26. }
  27. .de_btn{
  28. border-radius: 50rpx;
  29. width: 260rpx;
  30. }
  31. .list {
  32. position: relative;
  33. color: #ffffff;
  34. font-size:40rpx ;
  35. }
  36. .list_pay{
  37. position: relative;
  38. color: #ffffff;
  39. font-size: 55rpx;
  40. }
  41. /* 明细查询页面 */
  42. .details_main {
  43. margin: 0;
  44. padding: 0;
  45. /* background: #f7f7f7; */
  46. }
  47. .cost_all{
  48. width: 90%;
  49. height: 300rpx;
  50. margin: 20rpx auto;
  51. /* display: flex; */
  52. flex-direction: column;
  53. justify-content: space-evenly;
  54. background-color: #ffffff;
  55. /* padding: auto 20rpx; */
  56. position: relative;
  57. top: 152rpx;
  58. box-shadow: 4rpx 4rpx 10rpx gainsboro;
  59. }
  60. .date_range {
  61. width: 320rpx;
  62. height: 50rpx;
  63. background-color: #ececec;
  64. border: 2rpx solid #ececec;
  65. border-radius: 22rpx;
  66. margin: 10rpx auto;
  67. font-size: 24rpx;
  68. text-align: center;
  69. line-height: 50rpx;
  70. color: #535353;
  71. }
  72. .balance{
  73. display: flex;
  74. }
  75. .balance_t{
  76. flex: 1;
  77. text-align: center;
  78. font-size: 30px;
  79. }
  80. .disburse{
  81. color: #5fc35f;
  82. }
  83. .top_up{
  84. color: #ed5f5c;
  85. }
  86. .mingxi_xq{
  87. width: 90%;
  88. position: absolute;
  89. top: 275px;
  90. left: 5%;
  91. }
  92. .mingxi{
  93. width: 100%;
  94. height: 80px;
  95. background: #ffffff;
  96. /* margin: 105px auto; */
  97. margin-bottom: 10px;
  98. padding: 5px;
  99. box-sizing: border-box;
  100. box-shadow:0 0 10rpx gainsboro;
  101. }
  102. .mingxi_time{
  103. font-size: 18px;
  104. margin-bottom: 10px
  105. }
  106. .mingxi_yuer{
  107. position: absolute;
  108. top: 5px;
  109. right: 5px;
  110. }
  111. .mingxi_yuer2{
  112. position: absolute;
  113. right: 5px;
  114. }