common.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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: 5px;
  70. color: $dar2;
  71. .rmb {
  72. color: $orange;
  73. font-size: 20px;
  74. padding-right: 3px;
  75. }
  76. .ll {
  77. color: #d72424;
  78. font-size: 16px;
  79. padding-right: 5px;
  80. }
  81. .wz {
  82. font-size: 12px;
  83. }
  84. }
  85. .lx {
  86. float: right;
  87. color: #fff;
  88. background: #d72424;
  89. border-radius: 20px;
  90. padding: 5px 12px;
  91. font-size: 13px;
  92. color: white;
  93. font-weight: bold;
  94. margin-top: -20px;
  95. margin-right: -20px;
  96. line-height: 23px;
  97. margin-right: -31px;
  98. .icon {
  99. padding-right: 5px;
  100. font-size: 20px;
  101. }
  102. }
  103. }
  104. }
  105. .menu {
  106. background-color: white;
  107. border-radius: 7px;
  108. padding: 15px;
  109. width: 100%;
  110. margin-top: 10px;
  111. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  112. .icon {
  113. font-size: 30px;
  114. background-color: red;
  115. width: 38px;
  116. height: 38px;
  117. border-radius: 5px;
  118. margin: 0 auto;
  119. color: white;
  120. padding: 3px;
  121. }
  122. .title {
  123. padding-top: 4px;
  124. font-size: 13px;
  125. }
  126. }
  127. .feedback {
  128. position: absolute;
  129. width: 50%;
  130. margin-top: -82px;
  131. height: 78px;
  132. opacity: 0;
  133. }
  134. .more {
  135. float: right;
  136. font-size: 13px;
  137. font-weight: normal;
  138. margin-top: 9px;
  139. color: #b2b1b1;
  140. }
  141. .mt10 {
  142. margin-top: 10px;
  143. }
  144. .mt20 {
  145. margin-top: 20px;
  146. }
  147. .omit {
  148. white-space: nowrap;
  149. text-overflow: ellipsis;
  150. overflow: hidden;
  151. }
  152. .clear {
  153. clear: both;
  154. }
  155. .loading {
  156. text-align: center;
  157. margin-top: 12px;
  158. }
  159. .flex {
  160. display: flex;
  161. text-align: center;
  162. .f {
  163. flex: 1;
  164. overflow: hidden;
  165. }
  166. }
  167. .hr {
  168. border-bottom: 1px solid #f1f1f1;
  169. }
  170. .noData {
  171. text-align: center;
  172. padding-top: 50px;
  173. color: $dar;
  174. .icon {
  175. font-size: 60px;
  176. }
  177. .title {
  178. font-size: 13px;
  179. }
  180. }
  181. .isLoading {
  182. text-align: center;
  183. }
  184. .noLogin {
  185. text-align: center;
  186. margin-top: 50px;
  187. image {
  188. width: 50%;
  189. margin-bottom: 10px;
  190. }
  191. .dll {
  192. border: 1px solid #cacaca;
  193. color: #888787;
  194. width: 130px;
  195. font-size: 16px;
  196. margin: 0 auto;
  197. border-radius: 25px;
  198. padding: 6px 18px;
  199. }
  200. .mtt {
  201. margin-top: 10px;
  202. font-size: 12px;
  203. color: $dar;
  204. .icon {
  205. padding-right: 3px;
  206. }
  207. }
  208. }
  209. .pt15 {
  210. padding-top: 15px;
  211. }
  212. .pt10 {
  213. padding-top: 10px;
  214. }
  215. .pt5 {
  216. padding-top: 5px;
  217. }
  218. .pl5 {
  219. padding-left: 5px;
  220. }
  221. .pl10 {
  222. padding-left: 10px;
  223. }
  224. .pl15 {
  225. padding-left: 15px;
  226. }
  227. .pr5 {
  228. padding-right: 5px;
  229. }
  230. .lfx {
  231. display: flex;
  232. .f {
  233. flex: 1;
  234. text-align: center;
  235. }
  236. }
  237. .form_group {
  238. width: 100%;
  239. display: flex;
  240. padding: 13px;
  241. overflow: hidden;
  242. position: relative;
  243. .lable {
  244. flex: 0.3;
  245. font-size: 14px;
  246. font-weight: bold;
  247. }
  248. input {
  249. flex: 0.62;
  250. font-size: 14px;
  251. padding-left: 15px;
  252. }
  253. .u-upload {
  254. margin-left: 20px;
  255. }
  256. .u-radio-group {
  257. position: absolute;
  258. padding-left: 12px;
  259. }
  260. .u-numberbox {
  261. position: absolute;
  262. }
  263. }
  264. .r {
  265. width: 100%;
  266. }
  267. .r10 {
  268. width: 10%;
  269. float: left;
  270. }
  271. .r20 {
  272. width: 20%;
  273. float: left;
  274. }
  275. .r30 {
  276. width: 30%;
  277. float: left;
  278. }
  279. .r35 {
  280. width: 35%;
  281. float: left;
  282. }
  283. .r37 {
  284. width: 37%;
  285. float: left;
  286. }
  287. .r40 {
  288. width: 40%;
  289. float: left;
  290. }
  291. .r50 {
  292. width: 50%;
  293. float: left;
  294. }
  295. .r60 {
  296. width: 60%;
  297. float: left;
  298. }
  299. .r63 {
  300. width: 63%;
  301. float: left;
  302. }
  303. .r65 {
  304. width: 65%;
  305. float: left;
  306. }
  307. .r70 {
  308. width: 70%;
  309. float: left;
  310. }
  311. .r80 {
  312. width: 80%;
  313. float: left;
  314. }
  315. .r90 {
  316. width: 90%;
  317. float: left;
  318. }
  319. .arrow {
  320. float: right !important;
  321. color: $dar;
  322. margin-top: 3px;
  323. }
  324. .btn {
  325. color: white;
  326. background-color: $theme-color;
  327. border-radius: 3px;
  328. font-size: 14px;
  329. text-align: center;
  330. padding: 5px;
  331. }
  332. .copyright {
  333. position: absolute;
  334. bottom: 15px;
  335. width: 95%;
  336. text-align: center;
  337. color: $dar2;
  338. font-size: 11px;
  339. }
  340. .u-popup {
  341. padding: 20px;
  342. .tttt {
  343. font-weight: bold;
  344. font-size: 18px;
  345. margin-bottom: 10px;
  346. }
  347. .inp {
  348. text-align: right !important;
  349. padding-right: 5px !important;
  350. }
  351. .btn {
  352. margin-top: 10px;
  353. }
  354. }