style.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. @CHARSET "UTF-8";
  2. .component-title h2 {
  3. margin: 0;
  4. font-size: 16px;
  5. overflow: hidden;
  6. text-overflow: ellipsis;
  7. }
  8. .component-title p {
  9. font-size: 12px;
  10. color: #8c8c8c;
  11. padding: 5px 0 0;
  12. overflow: hidden;
  13. text-overflow: ellipsis;
  14. }
  15. .component-title .style-list-box {
  16. display: none;
  17. }
  18. .style-list-con {
  19. display: flex;
  20. flex-wrap: wrap;
  21. }
  22. .style-list-con .style-li {
  23. margin-right: 12px;
  24. margin-bottom: 15px;
  25. cursor: pointer;
  26. border: 1px solid #ededed;
  27. background: #f7f8fa;
  28. }
  29. .style-list-con .style-li:nth-child(3n) {
  30. margin-right: 0;
  31. }
  32. .layui-layer-page .layui-layer-content {
  33. overflow: auto !important;
  34. }
  35. .btn-box {
  36. margin-top: 30px;
  37. text-align: center;
  38. }
  39. .component-title .text-title-img {
  40. text-align: center;
  41. }
  42. /* 文本标题 */
  43. .component-title .text-title {
  44. text-align: center;
  45. position: relative;
  46. }
  47. .component-title .text-title .text-title-box {
  48. position: relative;
  49. }
  50. .component-title .text-title-1 .text-title-box {
  51. display: inline-block;
  52. }
  53. .component-title .text-title .line-left,
  54. .component-title .text-title .line-right {
  55. position: absolute;
  56. display: inline-block;
  57. width: 30px;
  58. height: 1px;
  59. top: 50%;
  60. }
  61. .component-title .text-title-1 .line-left {
  62. left: 0;
  63. margin-left: -30px;
  64. }
  65. .component-title .text-title-1 .line-right {
  66. right: 0;
  67. margin-right: -30px;
  68. }
  69. /* 图二 */
  70. .text-title-con2 {
  71. width: 100%;
  72. height: 6px;
  73. margin-top: 3px;
  74. position: relative;
  75. }
  76. .component-title .text-title .inner-line {
  77. display: inline-block;
  78. width: 100%;
  79. height: 1px;
  80. vertical-align: top;
  81. }
  82. .component-title .text-title-2 .line-triangle {
  83. background: transparent !important;
  84. position: absolute;
  85. display: inline-block;
  86. border: 6px solid #000;
  87. border-top-color: transparent !important;
  88. border-left-color: transparent !important;
  89. left: 50%;
  90. bottom: 0;
  91. margin-left: -6px;
  92. -webkit-transform: rotate(45deg);
  93. transform: rotate(45deg);
  94. }
  95. /* 图三 */
  96. .text-title-con3 {
  97. width: 100%;
  98. height: 1px;
  99. margin-top: 5px;
  100. position: relative;
  101. }
  102. .component-title .line-short {
  103. width: 162px;
  104. height: 3px;
  105. background: #000;
  106. position: absolute;
  107. display: inline-block;
  108. bottom: 0;
  109. left: 50%;
  110. margin-left: -81px;
  111. }
  112. /* 图四 */
  113. .component-title .text-title-4 .text-title-line {
  114. height: 5px;
  115. position: relative;
  116. text-align: center;
  117. margin-top: 5px;
  118. }
  119. .component-title .text-title-4 .line-left {
  120. display: inline-block;
  121. position: absolute;
  122. top: 4px;
  123. left: 0;
  124. width: calc((100% - 22px) / 2);
  125. height: 1px;
  126. }
  127. .component-title .text-title-4 .line-center {
  128. width: 6px;
  129. height: 6px;
  130. border: 1px solid #000;
  131. display: inline-block;
  132. -webkit-transform: rotate(45deg);
  133. transform: rotate(45deg);
  134. position: absolute;
  135. top: 0;
  136. left: 50%;
  137. margin-left: -3px;
  138. }
  139. .component-title .text-title-4 .line-right {
  140. display: inline-block;
  141. position: absolute;
  142. top: 4px;
  143. right: 0;
  144. width: calc((100% - 22px) / 2);
  145. height: 1px;
  146. }
  147. /* 图五 */
  148. .component-title .text-title-5 .text-title-con {
  149. display: inline-block;
  150. padding: 5px 10px;
  151. border: 1px solid;
  152. }
  153. .text-title-border {
  154. position: absolute;
  155. top: -5px;
  156. bottom: -5px;
  157. left: -5px;
  158. right: -5px;
  159. border: 1px solid;
  160. }
  161. .component-title .text-title-5 .text-title-block {
  162. display: inline-block;
  163. padding: 5px;
  164. border: 1px solid;
  165. position: relative;
  166. }
  167. .component-title .text-title-5 .line-left {
  168. height: 5px;
  169. position: absolute;
  170. width: 40px;
  171. top: 50%;
  172. margin-top: -2px;
  173. left: 0;
  174. margin-left: -30px;
  175. }
  176. .component-title .text-title-5 .line-right {
  177. height: 5px;
  178. position: absolute;
  179. width: 40px;
  180. top: 50%;
  181. margin-top: -2px;
  182. right: 0;
  183. margin-right: -30px;
  184. }
  185. /* 图六 */
  186. .component-title .text-title .text-title-outer {
  187. display: inline-block;
  188. position: relative;
  189. }
  190. .component-title .text-title .text-title-outer .text-title-con {
  191. display: inline-block;
  192. padding: 3px 25px;
  193. border: 1px solid;
  194. position: relative;
  195. z-index: 2;
  196. }
  197. .component-title .text-title .text-title-outer .text-title-con-2 {
  198. position: absolute;
  199. display: inline-block;
  200. top: 5px;
  201. right: -5px;
  202. bottom: -5px;
  203. left: 5px;
  204. border: 1px solid;
  205. z-index: 0;
  206. }
  207. /* 图八 */
  208. .component-title .text-title-8 .text-title-con {
  209. margin-left: 10px;
  210. }
  211. .component-title .text-title-8 .line-left {
  212. position: absolute;
  213. display: inline-block;
  214. top: 50%;
  215. transform: translateY(-50%);
  216. left: 0;
  217. width: 2px;
  218. }
  219. /* 图九 */
  220. .component-title .text-title-9 .text-title-box {
  221. position: relative;
  222. }
  223. .component-title .text-title-9 .text-title-box span {
  224. padding: 0 8px;
  225. }
  226. .component-title .text-title-9 .text-title-box .left {
  227. position: absolute;
  228. left: 0;
  229. width: 66px;
  230. height: 20px;
  231. top: 0;
  232. }
  233. .component-title .text-title-9 .text-title-box .more {
  234. font-size: 12px;
  235. width: 66px;
  236. text-align: right;
  237. position: absolute;
  238. top: 2px;
  239. right: 0;
  240. }
  241. .component-title .text-title-9 .text-title-box .center {
  242. width: calc(100% - 132px);
  243. margin: 0 auto;
  244. display: flex;
  245. justify-content: center;
  246. align-items: center;
  247. }
  248. .component-title .text-title-9 .text-title-box .center div {
  249. width: 20px;
  250. text-align: center;
  251. flex-shrink: 0;
  252. }
  253. .component-title .text-title-9 .text-title-box .center img {
  254. max-width: 100%;
  255. }
  256. .component-title .text-title-9 .text-title-box .center span {
  257. max-width: 100%;
  258. overflow: hidden;
  259. white-space: nowrap;
  260. text-overflow: ellipsis;
  261. }
  262. .component-title .text-title-9 .text-title-box i {
  263. font-size: 14px;
  264. }
  265. .component-title .text-title-9 .text-subTitle-box p {
  266. /*letter-spacing: 7px;*/
  267. width: 100%;
  268. overflow: hidden;
  269. white-space: nowrap;
  270. text-overflow: ellipsis;
  271. }
  272. /* 图十 */
  273. .component-title .text-title-10 .text-title-box {
  274. position: relative;
  275. }
  276. .component-title .text-title-10 .text-title-box span {
  277. padding: 0 8px;
  278. }
  279. .component-title .text-title-10 .text-title-box .left {
  280. position: absolute;
  281. left: 0;
  282. width: 66px;
  283. height: 20px;
  284. top: 0;
  285. }
  286. .component-title .text-title-10 .text-title-box .more {
  287. font-size: 12px;
  288. width: 66px;
  289. text-align: right;
  290. position: absolute;
  291. top: 2px;
  292. right: 0;
  293. }
  294. .component-title .text-title-10 .text-title-box .center {
  295. width: calc(100% - 132px);
  296. margin: 0 auto;
  297. display: flex;
  298. justify-content: center;
  299. align-items: center;
  300. position: relative;
  301. }
  302. .component-title .text-title-10 .text-title-box .center div {
  303. width: 20px;
  304. text-align: center;
  305. flex-shrink: 0;
  306. }
  307. .component-title .text-title-10 .text-title-box .center img {
  308. max-width: 100%;
  309. }
  310. .component-title .text-title-10 .text-title-box .center span {
  311. max-width: 100%;
  312. overflow: hidden;
  313. white-space: nowrap;
  314. text-overflow: ellipsis;
  315. z-index: 5;
  316. }
  317. .component-title .text-title-10 .text-title-box .center>img {
  318. width: 99px;
  319. position: absolute;
  320. bottom: 0;
  321. left: 50%;
  322. margin-left: -50px;
  323. z-index: 0;
  324. }
  325. .component-title .text-title-10 .text-title-box i {
  326. font-size: 14px;
  327. }
  328. .component-title .text-title-10 .text-subTitle-box p {
  329. letter-spacing: 7px;
  330. width: 100%;
  331. overflow: hidden;
  332. white-space: nowrap;
  333. text-overflow: ellipsis;
  334. }
  335. /* 图十一 */
  336. .component-title .text-title-11 {
  337. text-align: unset;
  338. }
  339. .component-title .text-title-11 .text-title-box {
  340. position: relative;
  341. margin: 5px 0;
  342. padding-left: 17px;
  343. }
  344. .component-title .text-title-11 .text-title-box .left {
  345. width: calc(100% - 66px);
  346. text-align: left;
  347. }
  348. .component-title .text-title-11 .text-title-box .more {
  349. font-size: 12px;
  350. width: 68px;
  351. text-align: right;
  352. position: absolute;
  353. top: 50%;
  354. transform: translateY(-50%);
  355. right: 0;
  356. }
  357. .component-title .text-title-11 .text-title-box i {
  358. font-size: 14px;
  359. }
  360. .component-title .text-title-11 .text-title-box .text-title-con {
  361. display: inline-block;
  362. width: 100%;
  363. overflow: hidden;
  364. white-space: nowrap;
  365. text-overflow: ellipsis;
  366. position: relative;
  367. z-index: 5;
  368. }
  369. .component-title .text-title-11 .text-subTitle-box {
  370. position: relative;
  371. z-index: 5;
  372. }
  373. .component-title .text-title-11 .text-subTitle-box p {
  374. letter-spacing: 7px;
  375. width: 100%;
  376. overflow: hidden;
  377. white-space: nowrap;
  378. text-overflow: ellipsis;
  379. }
  380. .component-title .text-title-11 .left-img {
  381. width: 30.5px;
  382. position: absolute;
  383. bottom: -13px;
  384. left: 8px;
  385. z-index: 0;
  386. }
  387. .component-title .text-title-11 .right-img {
  388. width: 17.5px;
  389. position: absolute;
  390. top: -7px;
  391. left: 86px;
  392. z-index: 0;
  393. }