tuan_tixian_link.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. .container {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. margin: 0 auto;
  6. padding: 0 0 92rpx;
  7. overflow-x: hidden;
  8. background-color: #f8f8f8;
  9. }
  10. .fixed {
  11. width: 100%;
  12. left: 0;
  13. position: fixed;
  14. top: 0;
  15. z-index: 99;
  16. }
  17. .strongs{
  18. color:red;
  19. }
  20. .tab-bar {
  21. -webkit-backface-visibility: hidden;
  22. background: #333333;
  23. color: white;
  24. height: 56.25rpx;
  25. line-height: 56.25rpx;
  26. position: relative;
  27. }
  28. .tab-bar {
  29. background: url(https://mall.shiziyu888.com/Common/images/topbar_bg1.png) center bottom;
  30. height: 45px;
  31. line-height: 45px;
  32. }
  33. .left-small {
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. }
  38. .left-small {
  39. border-right: 0;
  40. height: 80rpx;
  41. width: 80rpx;
  42. }
  43. .tab-bar-section {
  44. padding: 0 125rpx;
  45. position: absolute;
  46. text-align: center;
  47. height: 90rpx;
  48. top: 0;
  49. }
  50. .tab-bar-section {
  51. height: 90rpx;
  52. margin-left: 40rpx;
  53. }
  54. .tab-bar-section.middle {
  55. left: 80rpx;
  56. right: 80rpx;
  57. }
  58. .tab-bar h1, .tab-bar .h2, .tab-bar .h3, .tab-bar .h4 {
  59. font-size: 32rpx;
  60. font-weight: normal;
  61. line-height: 90rpx;
  62. }
  63. .extract {
  64. padding: 0;
  65. border: none;
  66. background: none;
  67. }
  68. .commision-total .span-title {
  69. color: #999;
  70. font-size: 32rpx;
  71. }
  72. .span{
  73. display:inline;
  74. }
  75. .commision-total .number {
  76. color: #7bc351;
  77. font-size: 60rpx;
  78. }
  79. .panel {
  80. margin-bottom: 25rpx;
  81. padding: 25rpx;
  82. background: #f2f2f2;
  83. border:none;
  84. }
  85. .extract-account {
  86. margin: 22rpx 0;
  87. padding: 0;
  88. background: #fff;
  89. overflow: hidden;
  90. }
  91. .extract-account .side-nav {
  92. padding: 0;
  93. }
  94. .extract-account .side-nav .li {
  95. margin: 0;
  96. }
  97. .account-none .spans{
  98. line-height: 90rpx;
  99. font-size: 36rpx;
  100. float: left;
  101. color: #999;
  102. margin-left: 20rpx;
  103. }
  104. .extract-account .account-none .span {
  105. line-height: 90rpx;
  106. font-size: 36rpx;
  107. color: #999;
  108. }
  109. .extract-account .side-nav .li .span {
  110. float: left;
  111. }
  112. .address_new {
  113. font-size: 26rpx;
  114. position: relative;
  115. padding: 20rpx;
  116. border-top: 1px solid #e4e4e4;
  117. }
  118. .address_new {
  119. padding-left: 0px;
  120. padding-right: 0px;
  121. }
  122. .mbt10{
  123. margin-bottom: 20rpx;
  124. }
  125. .address_new input {
  126. background-color: #fff;
  127. box-sizing: border-box;
  128. color: #333;
  129. line-height: 50rpx;
  130. padding: 0 10rpx;
  131. vertical-align: top;
  132. z-index: 1;
  133. }
  134. .address_new input, .address_new select {
  135. border: 1px solid #ddd;
  136. font-size: 28rpx;
  137. height: 70rpx;
  138. width: 100%;
  139. }
  140. button, .button {
  141. width: 100%;
  142. height: 100rpx;
  143. line-height: 100rpx;
  144. padding: 0;
  145. border: 1px solid #3396c2;
  146. border-radius: 6rpx;
  147. font-size: 40rpx;
  148. font-family: "微软雅黑","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  149. }
  150. button.red, .button.red {
  151. background: #f37872;
  152. border: 1px solid #e86660;
  153. text-align: center;
  154. color:#fff;
  155. }
  156. .hide{display:none;}
  157. .tables{
  158. width: 100%;
  159. margin-top:20rpx;
  160. }
  161. .tal_tr{
  162. width:25%;
  163. float:left;
  164. text-align: center;
  165. height:64rpx;
  166. line-height: 64rpx;
  167. color: #222222;
  168. }
  169. #tbodyshenqing{
  170. background-color: #fff;
  171. }
  172. .clr{
  173. clear:both;
  174. }
  175. .mlf10{
  176. margin-left: 20rpx;
  177. }