balanceLog.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .spa-page-balanceLog .scroller{
  2. background-color: #c8c8c8;
  3. }
  4. .spa-page-balanceLog .balance-log{
  5. margin: 15px auto;
  6. background-color: white;
  7. border-top:1px solid rgba(0,0,0,0.3);
  8. border-bottom:1px solid rgba(0,0,0,0.3);
  9. }
  10. .spa-page-balanceLog div.balance-log:nth-child(1){
  11. margin-top: 0;
  12. }
  13. .spa-page-balanceLog .balance-log div{
  14. padding:15px 0;
  15. padding-left: 15px;
  16. }
  17. .spa-page-balanceLog .balance-log div span.left{
  18. font-size: 1rem;
  19. margin-right: 1rem;
  20. text-shadow: 1px 1px 0px;
  21. }
  22. .spa-page-balanceLog .balance-log .memo{
  23. border-bottom:1px solid rgba(0,0,0,0.3);
  24. }
  25. .spa-page-balanceLog .balance-log .time-str{
  26. border-bottom:1px solid rgba(0,0,0,0.3);
  27. }
  28. .spa-page-balanceLog .balance-log .type-str{
  29. border-bottom: 1px solid rgba(0,0,0,0.3);
  30. }
  31. .spa-page-balanceLog span.red{
  32. color: red;
  33. }
  34. .spa-page-balanceLog span.green{
  35. color: green;
  36. }
  37. .spa-page-balanceLog #balanceLogScroll{
  38. margin-top: 145px;
  39. }
  40. .spa-page-balanceLog .new-time{
  41. top: 0;
  42. width: 100%;
  43. color: white;
  44. position: fixed;
  45. padding: 25px 0;
  46. padding-bottom: 0;
  47. background: url('http://odulvej8l.bkt.clouddn.com/mine-%E5%BA%95%E7%BA%B9.jpg') no-repeat;
  48. background-size: 100%;
  49. }
  50. .spa-page-balanceLog .new-time>div{
  51. float: left;
  52. }
  53. .spa-page-balanceLog .new-time>div>div{
  54. line-height: 40px;
  55. }
  56. .spa-page-balanceLog .new-time>div:nth-child(1){
  57. border-right: 1px dashed white;
  58. }
  59. .spa-page-balanceLog .new-time>div:nth-child(1)>div{
  60. padding-left: 15px;
  61. }
  62. .spa-page-balanceLog .new-time>div:nth-child(2),.new-time>div:nth-child(3){
  63. padding-left: 15px;
  64. }
  65. /*第一行字体*/
  66. .spa-page-balanceLog .width-percent-33>div:nth-child(1){
  67. font-size: .7rem;
  68. font-weight: 100;
  69. color: rgba(255, 255, 255, 0.83);
  70. }
  71. /*三角符号*/
  72. .spa-page-balanceLog .width-percent-33 .month{
  73. position: relative;
  74. transition: 500ms all;
  75. }
  76. .spa-page-balanceLog .width-percent-33 .month:after{
  77. width: 0;
  78. height: 0;
  79. left: 55px;
  80. top: 15px;
  81. content: "";
  82. position: absolute;
  83. border-top: 5px solid white;
  84. border-left: 5px solid transparent;
  85. border-right: 5px solid transparent;
  86. }
  87. .spa-page-balanceLog .width-percent-33 .month:active{
  88. }
  89. /*部分样式修改*/
  90. .spa-page-balanceLog .segmented-control{
  91. margin-top: 15px;
  92. }
  93. .spa-page-balanceLog .segmented-control .control-item.active{
  94. background-color: rgb(146,118,3);
  95. }
  96. /*tab切换*/
  97. .spa-page-balanceLog .product-main-container{
  98. top: 44px;
  99. bottom: 0;
  100. left: 0;
  101. right: 0;
  102. position: absolute;
  103. }
  104. /*模态框*/
  105. .spa-page-balanceLog .o2o-modal{
  106. top: 0;
  107. left: 0;
  108. right: 0;
  109. bottom: 0;
  110. width: 100%;
  111. display: none;
  112. position: fixed;
  113. background: rgba(51, 51, 51, 0.2);
  114. }
  115. .spa-page-balanceLog .modal-box{
  116. top: 30%;
  117. left: 7.5%;
  118. width: 85%;
  119. position: fixed;
  120. background-color: #fcfafa;
  121. border-top: 1px solid rgba(0, 0, 0, 0.43);
  122. border-left: 1px solid rgba(0, 0, 0, 0.43);
  123. border-right: 1px solid rgba(0, 0, 0, 0.43);
  124. }
  125. .spa-page-balanceLog .modal-box .width-percent-50{
  126. float: left;
  127. }
  128. .spa-page-balanceLog .modal-box .width-percent-50>div:nth-child(1),.width-percent-50>div:nth-child(3){
  129. width: 40px;
  130. height: 30px;
  131. margin: 0 auto;
  132. cursor: pointer;
  133. line-height: 26px;
  134. text-align: center;
  135. border-radius: 3px;
  136. background-color: white;
  137. border: 1px solid rgba(0, 0, 0, 0.1);
  138. }
  139. .spa-page-balanceLog .modal-box .width-percent-50>div:nth-child(2){
  140. margin: 3px;
  141. font-size: 15px;
  142. text-align: center;
  143. }
  144. /*选择*/
  145. .spa-page-balanceLog .modal-box .select{
  146. clear: both;
  147. width: 100%;
  148. margin-top: 5rem;
  149. }
  150. .spa-page-balanceLog .modal-box .select>div{
  151. width: 50%;
  152. float: left;
  153. line-height: 30px;
  154. text-align: center;
  155. border: 1px solid rgba(0, 0, 0, 0.14);
  156. background: transparent;
  157. }
  158. .spa-page-balanceLog .select-the-month{
  159. color: #212121;
  160. line-height: 1.8rem;
  161. padding-left: 0.9rem;
  162. border-bottom: 2px solid #000000;
  163. margin-bottom: 0.3rem;
  164. }