index-user.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. [ng-cloak]{
  2. display:none
  3. }
  4. .desktop-30 {
  5. width: 30%;
  6. }
  7. .desktop-40 {
  8. width: 40%;
  9. }
  10. .desktop-50 {
  11. width: 50%;
  12. }
  13. .desktop-60 {
  14. width: 60%;
  15. }
  16. .desktop-70 {
  17. width: 70%;
  18. }
  19. .table-href {
  20. width: 150px;
  21. display: inline-block;
  22. white-space: nowrap;
  23. overflow: hidden;
  24. text-overflow: ellipsis;
  25. }
  26. .bg-red {
  27. background: #3292F2;
  28. }
  29. .bg-pink {
  30. background: #66CCFF;
  31. }
  32. .plr5 {
  33. padding: 0 5px;
  34. }
  35. .btn-red {
  36. outline: none;
  37. border: 0;
  38. padding: 5px 15px;
  39. color: #FFF;
  40. background: #3292F2;
  41. cursor: pointer;
  42. margin: 1px 3px;
  43. }
  44. .btn-red:hover {
  45. color: #FFF;
  46. background: #3292F2;
  47. text-decoration: none;
  48. }
  49. .border-b1 {
  50. border-bottom: 1px solid #c6c6c6;
  51. }
  52. .date-table {
  53. width: 100%;
  54. table-layout:fixed;
  55. border-collapse: collapse;
  56. border-top: 1px solid #c6c6c6;
  57. border-left: 1px solid #c6c6c6;
  58. }
  59. .date-table tbody td {
  60. text-align: center;
  61. line-height: 20px;
  62. background: white;
  63. font-size: 18px;
  64. padding:5px 0;
  65. cursor: pointer;
  66. border-bottom: 1px solid #c6c6c6;
  67. border-right: 1px solid #c6c6c6;
  68. }
  69. .date-table tbody td center{
  70. height:29px;
  71. padding-top:5px;
  72. }
  73. .meets{
  74. border: 4px solid red;
  75. border-radius: 17px;
  76. padding: 1px 3px;
  77. }
  78. .date-table tbody tr:first-child td {
  79. font-size:14px;
  80. background: #FFF1F1;
  81. }
  82. .acTive {
  83. border: 1px solid #3292F2 !important;
  84. }
  85. .today {
  86. color: white;
  87. background: #3292F2 !important;
  88. border: 1px solid #3292F2 !important;
  89. }
  90. .date-day {
  91. width: 50px;
  92. height: 50px;
  93. padding: 10px;
  94. float: left;
  95. position: relative;
  96. left: 50%;
  97. transform: translate(-50%,0);
  98. }
  99. .badge{
  100. background-color: #d1dade;
  101. color: #5e5e5e;
  102. font-family: 'Open Sans';
  103. font-size: 12px;
  104. font-weight: 600;
  105. padding-bottom: 4px;
  106. padding-left: 6px;
  107. padding-right: 6px;
  108. text-shadow: none;
  109. }
  110. .gnBtn {
  111. float: left;
  112. width: 22%;
  113. margin-left: 2%;
  114. color: white;
  115. padding: 10px;
  116. border: 0;
  117. text-align: center;
  118. position: relative;
  119. background: url(../img/gnBtn.png);
  120. background-size: 100% 100%;
  121. cursor: pointer;
  122. }
  123. .gnBtn .span1 {
  124. width: 30px;
  125. height: 30px;
  126. color: white;
  127. background: url(../img/span1.png);
  128. font-size: 12px;
  129. padding: 5px;
  130. position: absolute;
  131. right: -5px;
  132. top: -15px;
  133. }
  134. .gnBtn .span2 {
  135. width: 37px;
  136. height: 30px;
  137. color: white;
  138. background: url(../img/span2.png);
  139. font-size: 12px;
  140. padding: 5px;
  141. position: absolute;
  142. right: -5px;
  143. top: -15px;
  144. }
  145. .zjBtn {
  146. float: left;
  147. width: 22%;
  148. margin-left: 2%;
  149. color: white;
  150. padding: 10px;
  151. border: 0;
  152. text-align: center;
  153. position: relative;
  154. background: url(../img/zjBtn.png);
  155. background-size: 100% 100%;
  156. cursor: pointer;
  157. }
  158. .qxBtn {
  159. float: left;
  160. margin: 1px 5px;
  161. color: white;
  162. padding: 3px 10px;
  163. border: 0;
  164. text-align: center;
  165. position: relative;
  166. background: url(../img/zjBtn.png);
  167. background-size: 100% 100%;
  168. cursor: pointer;
  169. }
  170. .tztg {
  171. width: 100%;
  172. float: left;
  173. height: 50px;
  174. padding: 1px 10px;
  175. border-bottom: 1px solid #c6c6c6;
  176. cursor: pointer;
  177. }
  178. .tztg:nth-child(4) {
  179. border: 0;
  180. }
  181. .tztg .newSpan {
  182. width: 46px;
  183. height: 46px;
  184. float: left;
  185. display: inline-block;
  186. background: url(../img/NEW.png);
  187. background-size: cover;
  188. }
  189. .ywBtn {
  190. width: 10%;
  191. color: white;
  192. padding: 8px 0 15px 5px;
  193. border: 0;
  194. cursor: pointer;
  195. font-size: 16px;
  196. margin: 0 5%;
  197. text-align: center;
  198. display: inline-block;
  199. }
  200. .ywBtn::before {
  201. display: inline-block;
  202. content: "";
  203. height: 100%;
  204. vertical-align: middle;
  205. }
  206. div.sp-disabled {
  207. cursor: not-allowed !important;
  208. opacity: 0.5;
  209. filter: alpha(opacity=50);
  210. }
  211. /*loading css3*/
  212. .loading {
  213. background: white;
  214. opacity: 0.5;
  215. filter: alpha(opacity=50);
  216. position: absolute;
  217. top: 0;
  218. left: 0;
  219. z-index: 800;
  220. width: 100%;
  221. height: 100%;
  222. }
  223. .loading-msg {
  224. width: 400px;
  225. position: absolute;
  226. top: 40%;
  227. left: 50%;
  228. transform: translate(-50%, -50%);
  229. color: white;
  230. text-align: center;
  231. }
  232. .spinner {
  233. width: 50px;
  234. height: 50px;
  235. position: relative;
  236. margin: 0 auto;
  237. }
  238. .spinner > div {
  239. width: 8px;
  240. height: 8px;
  241. background: #000;
  242. position: absolute;
  243. border-radius: 50%;
  244. -webkit-animation: bouncedelay 1.04s ease infinite;
  245. }
  246. .spinner .bounce1 {
  247. left: 5px;
  248. bottom: 5px;
  249. -webkit-animation-delay: -0.13s;
  250. }
  251. .spinner .bounce2 {
  252. left: 21px;
  253. bottom: 0;
  254. -webkit-animation-delay: -0.26s;
  255. }
  256. .spinner .bounce3 {
  257. right: 5px;
  258. bottom: 5px;
  259. -webkit-animation-delay: -0.39s;
  260. }
  261. .spinner .bounce4 {
  262. right: 0;
  263. top: 21px;
  264. -webkit-animation-delay: -0.52s;
  265. }
  266. .spinner .bounce5 {
  267. right: 5px;
  268. top: 5px;
  269. -webkit-animation-delay: -0.65s;
  270. }
  271. .spinner .bounce6 {
  272. left: 21px;
  273. top: 0;
  274. -webkit-animation-delay: -0.78s;
  275. }
  276. .spinner .bounce7 {
  277. left: 5px;
  278. top: 5px;
  279. -webkit-animation-delay: -0.91s;
  280. }
  281. .spinner .bounce8 {
  282. left: 0;
  283. top: 21px;
  284. -webkit-animation-delay: -1.04s;
  285. }
  286. @keyframes bouncedelay {
  287. 0% {
  288. -webkit-transform: scale(1.2);
  289. opacity: 1;
  290. }
  291. 100% {
  292. -webkit-transform: scale(.3);
  293. opacity: 0.5;
  294. }
  295. }