EditorIndex.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. * {
  2. margin: 0;
  3. padding: 0
  4. }
  5. html {
  6. height: 100%;
  7. }
  8. li {
  9. list-style: none
  10. }
  11. a {
  12. text-decoration: none;
  13. color: #000;
  14. }
  15. img {
  16. vertical-align: top;
  17. border: none
  18. }
  19. body {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. /* 头部 */
  24. .header {
  25. width: 100%;
  26. height: 70%;
  27. background: url('../../../Controls/Office/Word/image/图层 4@2x.png') no-repeat;
  28. background-size: cover;
  29. /* overflow: hidden; */
  30. }
  31. .main {
  32. width: 76%;
  33. min-width: 1024px;
  34. height: 100%;
  35. margin: 0 auto;
  36. /* overflow: hidden; */
  37. }
  38. .logo {
  39. width: 20%;
  40. height: 11.07%;
  41. padding-top: 4%;
  42. margin-left: 4%;
  43. }
  44. .logo .logoimg {
  45. width: 3vw;
  46. }
  47. .logo img {
  48. width: 100%;
  49. }
  50. .logo div {
  51. font: 1.2vw MicrosoftYaHei;
  52. font-weight: 400;
  53. color: rgba(255, 254, 254, 1);
  54. float: left;
  55. line-height: 3.1vw;
  56. margin-left: 2%;
  57. }
  58. .main .intro {
  59. width: 100%;
  60. text-align: center;
  61. margin-top: 5%;
  62. }
  63. .main .intro .text {
  64. font-size: 3.2vw;
  65. font-family: MicrosoftYaHei;
  66. font-weight: 400;
  67. color: rgba(255, 254, 254, 1);
  68. }
  69. .main .intro span {
  70. font-family: MicrosoftYaHei;
  71. }
  72. .main .intro .text1 {
  73. font-size: 1.4vw;
  74. font-family: MicrosoftYaHei;
  75. font-weight: 100;
  76. color: rgba(255, 254, 254, 1);
  77. margin-top: 2.3%;
  78. letter-spacing: .1vw;
  79. }
  80. .main .intro .download {
  81. display: block;
  82. width: 15vw;
  83. height: 5.6vh;
  84. border: .2vw solid rgba(255, 255, 255, 1);
  85. border-radius: 3vw;
  86. margin: 2.3vw auto;
  87. font: 1.4vw/5.6vh MicrosoftYaHei;
  88. font-weight: 400;
  89. color: rgba(255, 254, 254, 1);
  90. letter-spacing: .4vw;
  91. }
  92. .main .intro .download:hover{
  93. background-color: #3e87c7;
  94. border-color: #3e87c7;
  95. }
  96. .header .editor {
  97. margin: 3vw auto;
  98. min-width: 1024px;
  99. text-align: center;
  100. }
  101. .header .editor img {
  102. width: 70%;
  103. }
  104. /* 性能 */
  105. .property {
  106. width: 100%;
  107. height: 55%;
  108. margin-top: 27%;
  109. background: RGBA(75, 173, 243, 1);
  110. text-align: center;
  111. }
  112. .promain {
  113. width: 68%;
  114. min-width: 1024px;
  115. height: 100%;
  116. margin: 0 auto;
  117. font-weight: 400;
  118. color: rgba(255, 254, 254, 1);
  119. overflow: hidden;
  120. }
  121. .promain .ptext {
  122. font-size: 2.3vw;
  123. font-family: MicrosoftYaHei;
  124. margin-top: 5%;
  125. letter-spacing: .4vw;
  126. }
  127. .promain .ptext2 {
  128. font-size: 1.2vw;
  129. font-family: MicrosoftYaHei;
  130. margin-top: 2vw;
  131. }
  132. .promain ul {
  133. width: 82%;
  134. height: 25%;
  135. margin: 7% auto;
  136. }
  137. .promain ul li {
  138. display: block;
  139. width: 13%;
  140. float: left;
  141. margin-left: 15.3%;
  142. font: 1.1vw/4.3vw Micosoft Yahei;
  143. letter-spacing: .1vw;
  144. }
  145. .promain ul li img {
  146. width: 50%;
  147. }
  148. /* 体积 */
  149. .bulk {
  150. width: 100%;
  151. height: 60%;
  152. background: RGBA(246, 246, 246, 1);
  153. }
  154. .bulkmain {
  155. width: 76%;
  156. min-width: 1024px;
  157. height: 100%;
  158. margin: 0 auto;
  159. overflow: hidden;
  160. }
  161. .bulk img {
  162. width: 38%;
  163. float: left;
  164. margin-top: 6.5%;
  165. margin-left: 8%;
  166. }
  167. .bulktext {
  168. width: 45%;
  169. height: 20%;
  170. text-align: right;
  171. float: left;
  172. margin-top: 16%;
  173. }
  174. .bulktext div:nth-child(1) {
  175. font-size: 2.5vw;
  176. font-family: MicrosoftYaHei;
  177. font-weight: 400;
  178. color: rgba(51, 51, 51, 1);
  179. letter-spacing: .3vw;
  180. }
  181. .bulktext div:nth-child(2) {
  182. font-size: 1.5vw;
  183. font-family: MicrosoftYaHei;
  184. font-weight: 400;
  185. color: rgba(51, 51, 51, 1);
  186. line-height: 3vw;
  187. margin-right: 1%;
  188. }
  189. /* 速度 */
  190. .speed {
  191. width: 100%;
  192. height: 60%;
  193. background: RGBA(249, 252, 255, 1);
  194. }
  195. .spmain {
  196. width: 76%;
  197. min-width: 1024px;
  198. height: 100%;
  199. margin: 0 auto;
  200. overflow: hidden;
  201. }
  202. .sptext {
  203. width: 37%;
  204. height: 20%;
  205. float: left;
  206. margin-top: 15%;
  207. margin-left: 10%;
  208. }
  209. .sptext div:nth-child(1) {
  210. font-size: 2.5vw;
  211. font-family: MicrosoftYaHei;
  212. font-weight: 400;
  213. color: rgba(51, 51, 51, 1);
  214. letter-spacing: .4vw;
  215. }
  216. .sptext div:nth-child(2) {
  217. font-size: 1.3vw;
  218. font-family: MicrosoftYaHei;
  219. font-weight: 400;
  220. color: rgba(51, 51, 51, 1);
  221. line-height: 1.7rem;
  222. margin-top: 3%;
  223. }
  224. .speed img {
  225. float: left;
  226. width: 38%;
  227. margin-top: 4.5%;
  228. margin-left: 10%;
  229. }
  230. /* 效率 */
  231. .efficiency {
  232. width: 100%;
  233. height: 60%;
  234. background: RGBA(246, 246, 246, 1);
  235. }
  236. .effmain {
  237. width: 76%;
  238. min-width: 1024px;
  239. height: 100%;
  240. margin: 0 auto;
  241. overflow: hidden;
  242. }
  243. .efficiency img {
  244. float: left;
  245. width: 32%;
  246. margin-top: 3.5%;
  247. margin-left: 10%;
  248. }
  249. .efftext {
  250. width: 40%;
  251. height: 20%;
  252. text-align: right;
  253. margin-top: 16.5%;
  254. float: left;
  255. margin-left: 5%;
  256. }
  257. .efftext div:nth-child(1) {
  258. font-size: 2.5vw;
  259. font-family: MicrosoftYaHei;
  260. font-weight: 400;
  261. color: rgba(51, 51, 51, 1);
  262. letter-spacing: .5vw;
  263. line-height: 3vw;
  264. }
  265. .efftext div:nth-child(2) {
  266. font-size: 1.5vw;
  267. font-family: MicrosoftYaHei;
  268. font-weight: 400;
  269. color: rgba(51, 51, 51, 1);
  270. line-height: 2.5vw;
  271. margin-right: 1%;
  272. }
  273. /* video */
  274. .video {
  275. width: 78%;
  276. position: absolute;
  277. left: 0;
  278. right: 0;
  279. margin: 4% auto;
  280. text-align: center;
  281. }
  282. .video img {
  283. width: 70%;
  284. }
  285. /* 底部 */
  286. .footer {
  287. width: 100%;
  288. height: 28%;
  289. background: RGBA(18, 104, 179, 1);
  290. margin-top: 32%;
  291. overflow: hidden;
  292. padding-top: 6.5%;
  293. }
  294. .footer .download {
  295. display: block;
  296. width: 17vw;
  297. height: 6vh;
  298. border: .2vw solid rgba(255, 255, 255, 1);
  299. border-radius: 3vw;
  300. margin: 0 auto;
  301. font: 1.5vw/6vh MicrosoftYaHei;
  302. font-weight: 400;
  303. color: rgba(255, 254, 254, 1);
  304. letter-spacing: .5vw;
  305. text-align: center;
  306. }
  307. .footer .download:hover {
  308. background-color: #3e87c7;
  309. border-color: #3e87c7;
  310. }
  311. .footer .ftext {
  312. width: 60%;
  313. margin: 1% auto;
  314. text-align: center;
  315. font-size: 1vw;
  316. font-family: MicrosoftYaHei;
  317. font-weight: 400;
  318. color: rgba(255, 255, 255, 1);
  319. line-height: 3vw;
  320. letter-spacing: .1vh;
  321. }
  322. .footer .ftext span {
  323. margin-left: 3%;
  324. }