common.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. .v-top {
  2. height: 200px;
  3. overflow: hidden;
  4. z-index: -1;
  5. }
  6. .theme_bg {
  7. color: $theme-color;
  8. }
  9. .theme_bg_bg {
  10. color: white;
  11. background-color: $theme-color;
  12. text-align: center;
  13. }
  14. .box {
  15. border-radius: 7px;
  16. background-color: white;
  17. padding: 7px;
  18. }
  19. .t_item {
  20. background-color: white;
  21. padding: 18px;
  22. border-bottom: 1px solid #e5e5e5;
  23. border-radius: 5px;
  24. margin-top: 10px;
  25. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  26. .title {
  27. font-size: 15px;
  28. text-align: left;
  29. color: #252525;
  30. font-weight: bold;
  31. }
  32. .desc {
  33. color: #969799;
  34. font-size: 13px;
  35. padding-top: 10px;
  36. }
  37. .day {
  38. color: #969799;
  39. font-size: 13px;
  40. padding-top: 15px;
  41. text-align: right;
  42. }
  43. }
  44. .mt10 {
  45. margin-top: 10px;
  46. }
  47. .mt20 {
  48. margin-top: 20px;
  49. }
  50. .omit {
  51. white-space: nowrap;
  52. text-overflow: ellipsis;
  53. overflow: hidden;
  54. }
  55. .clear {
  56. clear: both;
  57. }
  58. .loading {
  59. text-align: center;
  60. margin-top: 12px;
  61. }
  62. .flex {
  63. display: flex;
  64. text-align: center;
  65. .f {
  66. flex: 1;
  67. }
  68. }
  69. .hr {
  70. border-bottom: 1px solid #f1f1f1;
  71. }
  72. .noData {
  73. text-align: center;
  74. padding-top: 50px;
  75. color: $dar;
  76. .icon {
  77. font-size: 60px;
  78. }
  79. .title {
  80. font-size: 13px;
  81. }
  82. }
  83. .isLoading {
  84. text-align: center;
  85. }
  86. .noLogin {
  87. text-align: center;
  88. margin-top: 50px;
  89. image {
  90. width: 50%;
  91. margin-bottom: 10px;
  92. }
  93. .dll {
  94. border: 1px solid #cacaca;
  95. color: #888787;
  96. width: 130px;
  97. font-size: 16px;
  98. margin: 0 auto;
  99. border-radius: 25px;
  100. padding: 6px 18px;
  101. }
  102. .mtt {
  103. margin-top: 10px;
  104. font-size: 12px;
  105. color: $dar;
  106. .icon {
  107. padding-right: 3px;
  108. }
  109. }
  110. }
  111. .pt15 {
  112. padding-top: 15px;
  113. }
  114. .pt10 {
  115. padding-top: 10px;
  116. }
  117. .pt5 {
  118. padding-top: 5px;
  119. }
  120. .pl5 {
  121. padding-left: 5px;
  122. }
  123. .pl10 {
  124. padding-left: 10px;
  125. }
  126. .pl15 {
  127. padding-left: 15px;
  128. }
  129. .pr5 {
  130. padding-right: 5px;
  131. }
  132. .lfx {
  133. display: flex;
  134. .f {
  135. flex: 1;
  136. text-align: center;
  137. }
  138. }
  139. .form_group {
  140. width: 100%;
  141. display: flex;
  142. padding: 13px;
  143. overflow: hidden;
  144. position: relative;
  145. .lable {
  146. flex: 0.3;
  147. font-size: 14px;
  148. font-weight: bold;
  149. }
  150. input {
  151. flex: 0.62;
  152. font-size: 14px;
  153. padding-left: 15px;
  154. }
  155. .u-upload {
  156. margin-left: 20px;
  157. }
  158. .u-numberbox {
  159. position: absolute;
  160. }
  161. }
  162. .r {
  163. width: 100%;
  164. }
  165. .r10 {
  166. width: 10%;
  167. float: left;
  168. }
  169. .r20 {
  170. width: 20%;
  171. float: left;
  172. }
  173. .r30 {
  174. width: 30%;
  175. float: left;
  176. }
  177. .r35 {
  178. width: 35%;
  179. float: left;
  180. }
  181. .r37 {
  182. width: 37%;
  183. float: left;
  184. }
  185. .r40 {
  186. width: 40%;
  187. float: left;
  188. }
  189. .r50 {
  190. width: 50%;
  191. float: left;
  192. }
  193. .r60 {
  194. width: 60%;
  195. float: left;
  196. }
  197. .r63 {
  198. width: 63%;
  199. float: left;
  200. }
  201. .r65 {
  202. width: 65%;
  203. float: left;
  204. }
  205. .r70 {
  206. width: 70%;
  207. float: left;
  208. }
  209. .r80 {
  210. width: 80%;
  211. float: left;
  212. }
  213. .r90 {
  214. width: 90%;
  215. float: left;
  216. }
  217. .arrow {
  218. float: right !important;
  219. color: $dar;
  220. margin-top: 3px;
  221. }
  222. .btn {
  223. color: white;
  224. background-color: $theme-color;
  225. border-radius: 3px;
  226. font-size: 14px;
  227. text-align: center;
  228. padding: 5px;
  229. }
  230. .copyright {
  231. position: absolute;
  232. bottom: 15px;
  233. width: 95%;
  234. text-align: center;
  235. color: $dar2;
  236. font-size: 11px;
  237. }