dalianxin.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. border: none;
  5. }
  6. @media (max-width: 1280px) {
  7. html {
  8. font-size: 10px !important;
  9. }
  10. }
  11. @media (max-width: 1366px) {
  12. html {
  13. font-size: 13.5px !important;
  14. }
  15. }
  16. @media (min-width: 1920px) {
  17. html {
  18. font-size: 20px !important;
  19. }
  20. }
  21. .container {
  22. width: 100%;
  23. height: 100%;
  24. overflow: hidden;
  25. background: url(../../images/bg.jpg) 100% 100% no-repeat;
  26. }
  27. .header {
  28. width: 100%;
  29. text-align: center;
  30. }
  31. .header .title {
  32. font-size: 17.69rem;
  33. margin-top: 0.77rem;
  34. color: rgb(230, 176, 112);
  35. }
  36. .header .total-info {
  37. float: left;
  38. color: #fff;
  39. font-size: 1.54rem;
  40. font-weight: 600;
  41. padding-left: 10%;
  42. margin-top: 0.77rem;
  43. }
  44. .header .date {
  45. color: #fff;
  46. float: right;
  47. margin-right: 2.62rem;
  48. margin-top: 0.77rem;
  49. font-size: 1.385rem;
  50. }
  51. .home {
  52. height: calc(100vh);
  53. background-image: url("../../images/other-bg.jpg");
  54. background-repeat: no-repeat;
  55. background-size: cover;
  56. overflow-x: hidden;
  57. overflow-y: hidden;
  58. }
  59. .home-content {
  60. min-width: 1350px;
  61. margin: 0 auto;
  62. }
  63. .big-title {
  64. position: relative;
  65. text-align: center;
  66. margin: 0.77rem 0;
  67. font-size: 1.54rem;
  68. color: rgb(36, 208, 224);
  69. font-weight: bold;
  70. }
  71. .big-title .timer {
  72. position: absolute;
  73. top: 50%;
  74. right: 0;
  75. transform: translateY(-50%);
  76. font-size: 1.4rem;
  77. margin-right: 2.15rem;
  78. }
  79. .big-title p {
  80. font-size: 2.2rem;
  81. position: relative;
  82. width: 25.4rem;
  83. padding: 0.38rem 1.38rem;
  84. background: #00868B;
  85. margin: 0 auto;
  86. color: rgb(36, 208, 224);
  87. color: #fff;
  88. /* font-weight: 600; */
  89. }
  90. .big-title p span {
  91. display: block;
  92. position: absolute;
  93. top: 0;
  94. width: 2.15rem;
  95. height: 100%;
  96. overflow: hidden;
  97. }
  98. .big-title p span::after {
  99. content: " ";
  100. display: block;
  101. position: absolute;
  102. top: 0.6rem;
  103. width: 2.5rem;
  104. height: 2.5rem;
  105. background: #00868B;
  106. }
  107. .big-title p .left {
  108. left: 0;
  109. transform: translateX(-100%);
  110. }
  111. .big-title p .left::after {
  112. left: 0.9rem;
  113. transform: rotate(-45deg);
  114. }
  115. .big-title p .right {
  116. right: 0;
  117. transform: translateX(100%);
  118. }
  119. .big-title p .right::after {
  120. right: 0;
  121. transform: translateX(100%);
  122. right: 0.9rem;
  123. transform: rotate(45deg);
  124. }
  125. .plant-select-wrap {
  126. float: left;
  127. height: 3.08rem;
  128. line-height: 3.08rem;
  129. }
  130. .main-content {
  131. height: calc(100vh - 7.69rem);
  132. margin-top: 1.15rem;
  133. padding-left: 0.2%;
  134. }
  135. .total-info {
  136. /* border: 1px solid rgb(36, 208, 224); */
  137. height: 3.65rem;
  138. line-height: 3.65rem;
  139. float: left;
  140. /* margin-left: 5%; */
  141. /* text-align: center; */
  142. }
  143. .total-info span {
  144. font-size: 1.4rem;
  145. /* font-weight: bold; */
  146. margin-left: 1.54rem;
  147. color: rgb(36, 208, 224);
  148. }
  149. .mac-item {
  150. justify-content: space-between;
  151. margin-bottom: 0.38rem;
  152. color: rgb(36, 208, 224);
  153. }
  154. .mac-item {
  155. border: 1px solid rgba(16, 48, 70, 0.5);
  156. background-color: rgba(16, 48, 70, 0.5);
  157. width: 9.4%;
  158. margin-left: 0.3%;
  159. float: left;
  160. padding-bottom: 1.54rem;
  161. padding-top: 1.69rem;
  162. }
  163. .mac-item .mac-img img {
  164. width: 70%;
  165. height: 3.85rem;
  166. display: inline-block;
  167. margin-left: 15%;
  168. }
  169. .mac-item .mac-img img:hover{
  170. cursor: pointer;
  171. }
  172. .mac-title {
  173. font-size: 1.4rem;
  174. color: rgb(36, 208, 224);
  175. border-bottom: 1px solid #24d0e0;
  176. margin: 2px auto;
  177. text-align: center;
  178. }
  179. .data-item {
  180. float: left;
  181. font-size: 1.08rem;
  182. width: 100%;
  183. }
  184. .data-name {
  185. float: left;
  186. }
  187. .data-detail {
  188. float: left;
  189. text-align: center;
  190. font-size: 1.23rem;
  191. width: 100%;
  192. }
  193. .data-detail td {
  194. height: 2.4rem;
  195. }
  196. .data-detail div {
  197. text-align: center;
  198. width: 100%;
  199. padding-top: 0.62rem;
  200. font-size: 1.23rem;
  201. height: 2.31rem;
  202. }
  203. .mac-info-category {
  204. float: left;
  205. width: 10%;
  206. border: 1px solid rgba(16, 48, 70, 0.5);
  207. background-color: rgba(16, 48, 70, 0.5);
  208. margin-left: 0.5%;
  209. padding-bottom: 1.54rem;
  210. padding-top: 1.77rem;
  211. }
  212. .maccode-title {
  213. font-size: 1.08rem;
  214. text-align: center;
  215. float: left;
  216. width: 30%;
  217. color: rgb(36, 208, 224);
  218. }
  219. .detail-title {
  220. float: left;
  221. width: 69%;
  222. }
  223. .mac-info-category table {
  224. color: rgb(36, 208, 224);
  225. font-size: 1.08rem;
  226. margin: 0 auto;
  227. }
  228. .category {
  229. width: 40%;
  230. padding-left: 1.15rem;
  231. padding-right: 1.15rem;
  232. text-align: center;
  233. background-color: #00868B;
  234. color: #fff;
  235. }
  236. .sub-category {
  237. padding-left: 1.15rem;
  238. text-align: center;
  239. padding-right: 1.15rem;
  240. padding-top: 0.46rem;
  241. padding-bottom: 0.46rem;
  242. }
  243. table {
  244. border-right: 1px solid;
  245. border-bottom: 1px solid;
  246. }
  247. table tr td {
  248. border-left: 1px solid;
  249. border-top: 1px solid;
  250. }
  251. .data-detail table {
  252. color: rgb(36, 208, 224);
  253. width: 100%;
  254. }
  255. .data-detail table tr td {
  256. /* padding-left: 1.15rem; */
  257. text-align: center;
  258. /* padding-right: 1.15rem; */
  259. /* padding-top: 0.46rem; */
  260. /* padding-bottom: 0.46rem; */
  261. font-size: 1.08rem;
  262. }