index1.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. body {
  2. }
  3. .pointer{
  4. cursor:pointer;
  5. }
  6. .date-table {
  7. width: 100%;
  8. table-layout:fixed;
  9. border-collapse: collapse;
  10. border-top: 1px solid #c6c6c6;
  11. border-left: 1px solid #c6c6c6;
  12. }
  13. .date-table tbody td {
  14. text-align: center;
  15. line-height: 15px;
  16. background: #197EBD;
  17. font-size: 12px;
  18. padding:5px 0;
  19. cursor: pointer;
  20. border-bottom: 1px solid #c6c6c6;
  21. border-right: 1px solid #c6c6c6;
  22. }
  23. .date-table tbody td center{
  24. height: 15px;
  25. }
  26. .date-table tbody tr:first-child td {
  27. font-size:14px;
  28. background: #3D8FC2;
  29. }
  30. .today {
  31. color: white;
  32. background: #25A6FF !important;
  33. border:0;
  34. }
  35. .date-day {
  36. width: 50px;
  37. height: 50px;
  38. padding: 10px;
  39. float: left;
  40. position: relative;
  41. left: 50%;
  42. transform: translate(-50%,0);
  43. }
  44. .item1{
  45. float:left;
  46. display:flex;
  47. height:225px;
  48. cursor:pointer;
  49. margin-right:19px;
  50. text-align:center;
  51. border:1px solid #ccc;
  52. border-radius:8px;
  53. }
  54. .item1 > div{
  55. width:100%;
  56. align-self:center
  57. }
  58. .item1 img{
  59. margin-bottom:5px;
  60. }
  61. .item1:last-child{
  62. margin-right:0;
  63. }
  64. .avtiveItem1{
  65. background:#0B72B3;
  66. position:relative;
  67. color:white;
  68. }
  69. .avtiveItem1:before{
  70. content:"";
  71. width:0;
  72. height:0;
  73. border-left:20px solid transparent;
  74. border-right:20px solid transparent;
  75. border-bottom:20px solid #fff;
  76. position:absolute;
  77. bottom:-20px;
  78. left:50%;
  79. z-index:3;
  80. transform:translateX(-50%)
  81. }
  82. .avtiveItem1:after{
  83. content:"";
  84. width:0;
  85. height:0;
  86. border-left:20px solid transparent;
  87. border-right:20px solid transparent;
  88. border-bottom:20px solid #0B72B3;
  89. position:absolute;
  90. bottom:-19px;
  91. left:50%;
  92. transform:translateX(-50%)
  93. }
  94. .item2{
  95. float:left;
  96. height:40px;
  97. font-size:18px;
  98. font-weight:800;
  99. line-height:40px;
  100. cursor:pointer;
  101. text-align:center
  102. }
  103. .item2:last-child{
  104. margin-right:0
  105. }
  106. .avtiveItem2{
  107. color:#42B2FF
  108. }
  109. .desk-table a { color:#666; text-decoration: none; }
  110. .desk-table a:hover {text-decoration: underline; }
  111. .desk-table{border-collapse: collapse;width:100%;color:#888;}
  112. .desk-table thead th{line-height:20px;padding:8px 8px; border:none; white-space: nowrap; background:#F5F6FA;text-align:center; font-weight:normal !important;letter-spacing:1px; cursor:pointer;}
  113. .desk-table tbody td{text-align: center;line-height:20px;padding:7px 8px;font-size:13px;border-bottom:1px solid #E1E6EB}
  114. .desk-table tbody tr:last-child td{border-bottom:0}
  115. .desk-table tbody tr:hover{background:#F9F9FA;}
  116. center.sp-box>button{
  117. width:142px;
  118. height:125px;
  119. background:rgb(242,242,242);
  120. margin:20px 5px;
  121. font-size:16px;
  122. font-weight:400;
  123. color:rgb(61,61,61);
  124. border:0;
  125. border-radius:7px;
  126. box-shadow:2px 2px 2px rgba(0,0,0,0.35);
  127. cursor:pointer;
  128. }
  129. center.sp-box>button>span{
  130. position:relative;
  131. top:8px;
  132. }
  133. .more{
  134. border:0;
  135. line-height:36px;
  136. background-color:transparent;
  137. float:right;
  138. margin-right:20px;
  139. }