common.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. .r_item {
  45. background-color: white;
  46. padding: 15px 8px 15px 8px;
  47. border-bottom: 1px solid #e5e5e5;
  48. border-radius: 5px;
  49. margin-top: 10px;
  50. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  51. .pic {
  52. float: left;
  53. width: 30%;
  54. border-radius: 3px;
  55. height: 80px;
  56. background-color: #dcdcdc;
  57. }
  58. .con {
  59. padding-left: 30px;
  60. width: 60%;
  61. float: left;
  62. .title {
  63. font-size: 15px;
  64. text-align: left;
  65. color: #252525;
  66. font-weight: bold;
  67. }
  68. .ms {
  69. margin-top: 10px;
  70. .ll {
  71. color: #d72424;
  72. font-size: 16px;
  73. padding-right: 5px;
  74. }
  75. .wz {
  76. font-size: 12px;
  77. }
  78. }
  79. .lx {
  80. float: right;
  81. color: #fff;
  82. background: #d72424;
  83. border-radius: 20px;
  84. padding: 5px 12px;
  85. font-size: 13px;
  86. color: white;
  87. font-weight: bold;
  88. margin-top: -20px;
  89. margin-right: -20px;
  90. line-height: 23px;
  91. margin-right: -31px;
  92. .icon {
  93. padding-right: 5px;
  94. font-size: 20px;
  95. }
  96. }
  97. }
  98. }
  99. .mt10 {
  100. margin-top: 10px;
  101. }
  102. .mt20 {
  103. margin-top: 20px;
  104. }
  105. .omit {
  106. white-space: nowrap;
  107. text-overflow: ellipsis;
  108. overflow: hidden;
  109. }
  110. .clear {
  111. clear: both;
  112. }
  113. .loading {
  114. text-align: center;
  115. margin-top: 12px;
  116. }
  117. .flex {
  118. display: flex;
  119. text-align: center;
  120. .f {
  121. flex: 1;
  122. overflow: hidden;
  123. }
  124. }
  125. .hr {
  126. border-bottom: 1px solid #f1f1f1;
  127. }
  128. .noData {
  129. text-align: center;
  130. padding-top: 50px;
  131. color: $dar;
  132. .icon {
  133. font-size: 60px;
  134. }
  135. .title {
  136. font-size: 13px;
  137. }
  138. }
  139. .isLoading {
  140. text-align: center;
  141. }
  142. .noLogin {
  143. text-align: center;
  144. margin-top: 50px;
  145. image {
  146. width: 50%;
  147. margin-bottom: 10px;
  148. }
  149. .dll {
  150. border: 1px solid #cacaca;
  151. color: #888787;
  152. width: 130px;
  153. font-size: 16px;
  154. margin: 0 auto;
  155. border-radius: 25px;
  156. padding: 6px 18px;
  157. }
  158. .mtt {
  159. margin-top: 10px;
  160. font-size: 12px;
  161. color: $dar;
  162. .icon {
  163. padding-right: 3px;
  164. }
  165. }
  166. }
  167. .pt15 {
  168. padding-top: 15px;
  169. }
  170. .pt10 {
  171. padding-top: 10px;
  172. }
  173. .pt5 {
  174. padding-top: 5px;
  175. }
  176. .pl5 {
  177. padding-left: 5px;
  178. }
  179. .pl10 {
  180. padding-left: 10px;
  181. }
  182. .pl15 {
  183. padding-left: 15px;
  184. }
  185. .pr5 {
  186. padding-right: 5px;
  187. }
  188. .lfx {
  189. display: flex;
  190. .f {
  191. flex: 1;
  192. text-align: center;
  193. }
  194. }
  195. .form_group {
  196. width: 100%;
  197. display: flex;
  198. padding: 13px;
  199. overflow: hidden;
  200. position: relative;
  201. .lable {
  202. flex: 0.3;
  203. font-size: 14px;
  204. font-weight: bold;
  205. }
  206. input {
  207. flex: 0.62;
  208. font-size: 14px;
  209. padding-left: 15px;
  210. }
  211. .u-upload {
  212. margin-left: 20px;
  213. }
  214. .u-radio-group{
  215. position: absolute;
  216. padding-left: 12px;
  217. }
  218. .u-numberbox {
  219. position: absolute;
  220. }
  221. }
  222. .r {
  223. width: 100%;
  224. }
  225. .r10 {
  226. width: 10%;
  227. float: left;
  228. }
  229. .r20 {
  230. width: 20%;
  231. float: left;
  232. }
  233. .r30 {
  234. width: 30%;
  235. float: left;
  236. }
  237. .r35 {
  238. width: 35%;
  239. float: left;
  240. }
  241. .r37 {
  242. width: 37%;
  243. float: left;
  244. }
  245. .r40 {
  246. width: 40%;
  247. float: left;
  248. }
  249. .r50 {
  250. width: 50%;
  251. float: left;
  252. }
  253. .r60 {
  254. width: 60%;
  255. float: left;
  256. }
  257. .r63 {
  258. width: 63%;
  259. float: left;
  260. }
  261. .r65 {
  262. width: 65%;
  263. float: left;
  264. }
  265. .r70 {
  266. width: 70%;
  267. float: left;
  268. }
  269. .r80 {
  270. width: 80%;
  271. float: left;
  272. }
  273. .r90 {
  274. width: 90%;
  275. float: left;
  276. }
  277. .arrow {
  278. float: right !important;
  279. color: $dar;
  280. margin-top: 3px;
  281. }
  282. .btn {
  283. color: white;
  284. background-color: $theme-color;
  285. border-radius: 3px;
  286. font-size: 14px;
  287. text-align: center;
  288. padding: 5px;
  289. }
  290. .copyright {
  291. position: absolute;
  292. bottom: 15px;
  293. width: 95%;
  294. text-align: center;
  295. color: $dar2;
  296. font-size: 11px;
  297. }