index-admin.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .desktop-30 {
  2. width: 30%;
  3. }
  4. .desktop-40 {
  5. width: 40%;
  6. }
  7. .desktop-50 {
  8. width: 50%;
  9. }
  10. .desktop-60 {
  11. width: 60%;
  12. }
  13. .desktop-70 {
  14. width: 70%;
  15. }
  16. .bg-red {
  17. background: #3292F2;
  18. }
  19. .bg-pink{
  20. background: #66CCFF;
  21. }
  22. .plr5 {
  23. padding: 0 5px;
  24. }
  25. .btn-red {
  26. outline: none;
  27. border: 0;
  28. padding: 5px 15px;
  29. color: #FFF;
  30. background: #3292F2;
  31. cursor: pointer;
  32. margin: 1px 3px;
  33. }
  34. .btn-red:hover {
  35. color: #FFF;
  36. background: #3292F2;
  37. text-decoration: none;
  38. }
  39. .border-b1{
  40. border-bottom: 1px solid #c6c6c6;
  41. }
  42. .date-table {
  43. width: 100%;
  44. border-collapse: collapse;
  45. }
  46. .date-table tbody td {
  47. text-align: center;
  48. line-height: 20px;
  49. background: white;
  50. padding: 8px;
  51. font-size: 13px;
  52. cursor: pointer;
  53. border-top: 1px solid #fff;
  54. border-left: 1px solid #fff;
  55. }
  56. .date-table tbody tr:first-child td {
  57. background: #FFF1F1;
  58. }
  59. .acTive {
  60. border: 1px solid #3292F2 !important;
  61. }
  62. .today {
  63. color: white;
  64. background: #3292F2 !important;
  65. border: 1px solid #3292F2 !important;
  66. }
  67. .date-day {
  68. width:50px;
  69. height:50px;
  70. padding: 10px;
  71. float: left;
  72. position: relative;
  73. left: 50%;
  74. transform: translate(-50%,0);
  75. }
  76. .tztg{
  77. width: 100%;
  78. float: left;
  79. height: 50px;
  80. padding: 1px 10px;
  81. border-bottom:1px solid #c6c6c6;
  82. text-indent:40px;
  83. cursor:pointer;
  84. }
  85. .tztg:nth-child(4){
  86. border:0
  87. }
  88. .tztg .newSpan{
  89. width:46px;
  90. height:46px;
  91. float:left;
  92. display: inline-block;
  93. background:url(../img/NEW.png);
  94. background-size:cover;
  95. }
  96. .ywBtn{
  97. width:10%;
  98. color:white;
  99. padding:8px 0 15px 5px;
  100. border: 0;
  101. cursor:pointer;
  102. font-size:16px;
  103. margin:0 5%;
  104. text-align:center;
  105. display: inline-block;
  106. }
  107. .ywBtn::before{
  108. display: inline-block;
  109. content: "";
  110. height: 100%;
  111. vertical-align: middle;
  112. }