api.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. html{
  2. font-family: sans-serif;
  3. }
  4. html,body {
  5. background-color: #e0ebf4 !important;
  6. }
  7. html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
  8. margin:0;
  9. border:0;
  10. padding:0;
  11. font-style:normal;
  12. }
  13. html,body {
  14. -webkit-touch-callout:none;
  15. -webkit-text-size-adjust:none;
  16. -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  17. -webkit-user-select:none;
  18. background-color: #fff;
  19. }
  20. nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
  21. display: block;
  22. }
  23. img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
  24. display:inline-block;
  25. }
  26. header,section,footer {
  27. position:relative;
  28. }
  29. ol,ul{
  30. list-style:none;
  31. }
  32. input,button,textarea {
  33. border:0;
  34. margin:0;
  35. padding:0;
  36. font-size:1em;
  37. line-height:1em;
  38. /*-webkit-appearance:none;*/
  39. background-color:rgba(0, 0, 0, 0);
  40. }
  41. span{
  42. display:inline-block;
  43. }
  44. a:active, a:hover {
  45. outline: 0;
  46. }
  47. a, a:visited{
  48. text-decoration:none;
  49. }
  50. label, .wordWrap{
  51. word-wrap: break-word;
  52. word-break: break-all;
  53. }
  54. table {
  55. border-collapse: collapse;
  56. border-spacing: 0;
  57. }
  58. td,th {
  59. padding: 0;
  60. }
  61. .clearfix:after{
  62. content: ' ';
  63. display: block;
  64. clear: both;
  65. visibility:hidden;
  66. line-height: 0;
  67. height:0;
  68. }
  69. .loading_more{
  70. display: block;
  71. height: 1.5em;
  72. width: 100%;
  73. }
  74. .loading_more:before {
  75. display: inline-block; vertical-align: text-bottom;
  76. content: ' '; height: 16px; width: 16px; margin-right: 6px;
  77. background: url(../image/loading_more.gif) no-repeat center;
  78. -webkit-background-size: contain;
  79. background-size: contain;
  80. }
  81. .loading_more:after {
  82. content: '加载更多';
  83. }
  84. /**
  85. * 筛选样式
  86. */
  87. .aui-list-screen {
  88. width: 18%;
  89. position: absolute;
  90. top: 0;
  91. right: 0px;
  92. text-align: center;
  93. height: 2.2rem;
  94. line-height: 2.2rem;
  95. background-color: #ebeced;
  96. border-left: 1px solid #f0f0f0;
  97. color: #666666;
  98. text-shadow: 0px 1px 1px #f3f3f3;
  99. font-size: 0.6rem;
  100. }
  101. .aui-list-screen_bg {
  102. position: absolute;
  103. width: 100%;
  104. background-color: #f0f0f0;
  105. }
  106. .aui-list-screen_time {
  107. background-color: #ffffff;
  108. padding: 0.3rem 1rem;
  109. text-align: center;
  110. align-items: center;
  111. }
  112. .aui-list-screen_other {
  113. background-color: #ffffff;
  114. padding: 0.3rem 1rem;
  115. }
  116. .aui-list-screen_msg {
  117. text-align: left;
  118. font-size: 0.6rem;
  119. color: #999999;
  120. margin-bottom: 5px;
  121. }
  122. .aui-list-screen_time span {
  123. background-color: #f3f3f3;
  124. padding: 0.2rem 1.2rem;
  125. border-radius: 5px;
  126. font-size: 0.6rem;
  127. margin-left: 0.5rem;
  128. }
  129. .aui-list-screen_other span {
  130. background-color: #f3f3f3;
  131. padding: 0.2rem 1rem;
  132. border-radius: 5px;
  133. font-size: 0.6rem;
  134. margin-left: 0.5rem;
  135. margin-top: 0.5rem;
  136. }
  137. .aui-list-screen_other-active {
  138. background-color: #0062CC !important;
  139. color: #ffffff !important;
  140. }
  141. .aui-list-screen_btn {
  142. background-color: #ffffff;
  143. padding: 0.5rem 0;
  144. color: #ffffff;
  145. }
  146. .aui-list-screen_btnInfo {
  147. background-color: #0062CC;
  148. width: 50%;
  149. margin-left: 25%;
  150. text-align: center;
  151. height: 1.6rem;
  152. line-height: 1.6rem;
  153. border-radius: 5px;
  154. }
  155. /* 筛选动画 */
  156. .fade-enter-active {
  157. animation: bounce-in .5s;
  158. }
  159. .fade-leave-active {
  160. animation: bounce-in .5s reverse;
  161. }
  162. @keyframes bounce-in {
  163. 0% {
  164. transform: scale(0);
  165. }
  166. 50% {
  167. transform: scale(1.5);
  168. }
  169. 100% {
  170. transform: scale(1);
  171. }
  172. }
  173. .aui-list-item__infomation {
  174. width: 100%;
  175. margin-top: 0.5rem;
  176. overflow: hidden;
  177. padding: 5px;
  178. }
  179. .aui-icon-info__initMsg {
  180. position: absolute;
  181. right: 15px;
  182. margin-top: -28px;
  183. color: #b3b3b3;
  184. }
  185. /**
  186. * theme -主题
  187. */
  188. .theme1 {
  189. background-color: #007f86 !important;
  190. }
  191. .aui-btn-info {
  192. background-color: transparent !important;
  193. }
  194. .aui-bar-info {
  195. // background-image: url(../image/drawable-xhdpi/topbg.png) !important;
  196. }
  197. .aui-bar-tab .aui-active {
  198. color: #007f86 !important;
  199. }
  200. .aui-auction-item {
  201. background: #007f86 !important;
  202. }
  203. .aui-auction-item:after {
  204. background: #007f86 !important;
  205. }
  206. .org label.green {
  207. background-color: #009944 !important;
  208. }
  209. .weui_btn_primary {
  210. background: #007f86 !important;
  211. }
  212. .aui-loan-body {
  213. background: -webkit-linear-gradient(#eecd9b, #d1a96f);
  214. background: -o-linear-gradient(#eecd9b, #d1a96f);
  215. background: -moz-linear-gradient(#eecd9b, #d1a96f);
  216. background: linear-gradient(#eecd9b, #d1a96f);
  217. background-color: #d1a96f;
  218. }
  219. .license,.half a,.btn-1 button {
  220. background-color: #009944 !important;
  221. }
  222. .aui-pinpai {
  223. background-color: #b5b6b6 !important;
  224. }
  225. .aui-bg-info {
  226. background-color: #007f86 !important;
  227. }
  228. .aui-tab-item.aui-active {
  229. color: #007f86 !important;
  230. border-bottom: 2px solid #007f86 !important;
  231. }
  232. [v-cloak] {
  233. display : none
  234. }