iot-school.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. @font-face {
  2. font-family: 'FontAwesome';
  3. src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  4. src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  5. font-weight: normal;
  6. font-style: normal
  7. }
  8. /* 在根元素上定义变量 */
  9. :root {
  10. --primary-color: #2a79ff;
  11. }
  12. body {
  13. max-width: 100vw;
  14. }
  15. .carousel {
  16. position: relative;
  17. max-width: 70rem;
  18. margin: auto;
  19. overflow: hidden;
  20. }
  21. .carousel-images {
  22. display: flex;
  23. transition: transform 0.5s ease-in-out;
  24. }
  25. .carousel-images img {
  26. max-width: 100%;
  27. display: block;
  28. height: 31rem;
  29. }
  30. .carousel-controls {
  31. position: absolute;
  32. top: 50%;
  33. width: 100%;
  34. display: flex;
  35. justify-content: space-between;
  36. transform: translateY(-50%);
  37. }
  38. button {
  39. background-color: rgba(255, 255, 255, 0.7);
  40. border: none;
  41. cursor: pointer;
  42. font-size: 1.125rem;
  43. }
  44. .carousel-caption {
  45. position: absolute;
  46. color: #fff;
  47. text-align: center;
  48. z-index: 2;
  49. left: 0;
  50. right: 0;
  51. background: rgba(0, 0, 0, 0.3);
  52. padding: 0;
  53. bottom: 0;
  54. text-shadow: none;
  55. padding: 0.3125rem 0;
  56. }
  57. @media (max-width: 767px) {
  58. .hidden-xs {
  59. display: none !important;
  60. }
  61. }
  62. /*内容*/
  63. .introduce_box {
  64. display: flex;
  65. align-items: flex-start;
  66. gap: 1rem;
  67. background: #fbfbfb;
  68. }
  69. .introduce_box_title {
  70. color: #2B2D33;
  71. /* width: 48rem; */
  72. padding: 0.625rem;
  73. box-sizing: border-box;
  74. }
  75. .school_box_right {
  76. display: flex;
  77. flex-direction: column;
  78. justify-content: space-between;
  79. margin-top: 0.625rem;
  80. width: 20rem;
  81. text-align: left;
  82. padding: 0.625rem;
  83. box-sizing: border-box;
  84. }
  85. .title {
  86. display: flex;
  87. margin-bottom: 0.625rem;
  88. align-items: center;
  89. justify-content: space-between;
  90. }
  91. .title-l {
  92. font-size: 1.5rem;
  93. font-weight: bold;
  94. color: #333;
  95. position: relative;
  96. padding-left: 1.875rem;
  97. &::before, &::after {
  98. content: '';
  99. position: absolute;
  100. width: 0.5rem;
  101. height: 0.5rem;
  102. background: #a0c6ff;
  103. top: 0.375rem;
  104. left: 0.75rem;
  105. }
  106. &::after {
  107. width: 0.75rem;
  108. height: 0.75rem;
  109. background: #2a79ff;
  110. left: 0;
  111. top: 0.875rem;
  112. }
  113. }
  114. .contents {
  115. padding-top: 0.3125rem;
  116. margin-left: -0.9375rem;
  117. }
  118. .content-items{
  119. position: relative;
  120. cursor: pointer;
  121. padding: 0.9375rem;
  122. margin-bottom: 0.625rem;
  123. display: flex;
  124. cursor: pointer;
  125. transition: all 0.2s linear;
  126. border-radius: 0.125rem;
  127. }
  128. .content-item-l{
  129. flex-shrink: 0;
  130. width: 13rem;
  131. height: 8.8rem;
  132. border-radius: 0.125rem;
  133. overflow: hidden;
  134. position: relative;
  135. }
  136. .content-item-l img{
  137. width: 100%;
  138. height: 100%;
  139. object-fit: cover;
  140. transition: all 1s;
  141. &:hover{
  142. transform: scale(1.12);
  143. }
  144. }
  145. .views-num{
  146. padding-right: 0.3125rem;
  147. }
  148. .content-item-l .sort{
  149. position: absolute;
  150. top: 0.625rem;
  151. left: 0.625rem;
  152. color: #fff;
  153. font-size: 0.75rem;
  154. padding: 0 0.5rem;
  155. line-height: 1.5rem;
  156. background: rgba(0, 0, 0, 0.6);
  157. border-radius: 0.125rem;
  158. }
  159. .shuang {
  160. overflow: hidden;
  161. text-overflow: ellipsis;
  162. display: -webkit-box;
  163. -webkit-line-clamp: 2;
  164. -webkit-box-orient: vertical;
  165. }
  166. .content-item-r{
  167. flex: 1;
  168. padding-left: 1.25rem;
  169. display: flex;
  170. flex-wrap: wrap;
  171. align-content: space-between;
  172. text-align: left;
  173. overflow: hidden;
  174. }
  175. .content-item-r-t{
  176. color: #333;
  177. font-size: 1.25rem;
  178. font-weight: bold;
  179. width: 100%;
  180. line-height: 1.5rem;
  181. }
  182. .content-item-r-t a {
  183. color: #333;
  184. font-size: 1.25rem;
  185. font-weight: bold;
  186. display: block;
  187. &:hover{
  188. color: #2a79ff;
  189. }
  190. }
  191. .content-item-r-m{
  192. padding-top: 0.5rem;
  193. color: #666;
  194. font-size: 0.875rem;
  195. line-height: 1.5rem;
  196. height: 3.025rem;
  197. text-align: justify;
  198. width: 100%;
  199. font-weight: 400;
  200. }
  201. .content-item-r-b{
  202. color: #999;
  203. font-size: 0.75rem;
  204. padding-top: 0;
  205. width: 100%;
  206. line-height: 1.5rem;
  207. font-weight: 400;
  208. }
  209. .content-item-r-labels{
  210. padding-top: 0.125rem;
  211. display: flex;
  212. flex-wrap: wrap;
  213. width: 100%;
  214. align-items: center;
  215. gap: 1rem;
  216. color: #666;
  217. font-size: 0.8125rem;
  218. justify-content: space-between;
  219. }
  220. .content-item-r-labels span strong {
  221. color: #2a79ff;
  222. }
  223. .flx-gap {
  224. display: flex;
  225. gap: 1rem;
  226. }
  227. .content-item-r-label{
  228. background: #F6F6F6;
  229. border-radius: 0.25rem;
  230. padding: 0.25rem 0.5rem;
  231. color: #666;
  232. font-size: 0.875rem;
  233. margin-right: 1.25rem;
  234. max-width: 6.75rem;
  235. font-weight: 400;
  236. line-height: 1.5rem;
  237. }
  238. .slider-title {
  239. padding-top: 0.625rem;
  240. color: #333;
  241. font-size: 1rem;
  242. font-weight: bold;
  243. border-top: 0.125rem solid #E5E5E5;
  244. position: relative;
  245. width: 100%;
  246. &::before{
  247. content: '';
  248. position: absolute;
  249. top: -0.125rem;
  250. left: 0;
  251. width: 5rem;
  252. height: 0.125rem;
  253. background-color: #2a79ff;
  254. }
  255. }
  256. .slider-content {
  257. padding-bottom: 2.5rem;
  258. }
  259. .slider-content{
  260. padding-bottom: 2.5rem;
  261. }
  262. .slider-content-banner{
  263. margin-top: 1.25rem;
  264. position: relative;
  265. height: 11.1875rem;
  266. border-radius: 0.125rem;
  267. overflow: hidden;
  268. cursor: pointer;
  269. }
  270. .slider-content-banner img{
  271. width: 100%;
  272. height: 100%;
  273. object-fit: cover;
  274. border-radius: 0.125rem;
  275. }
  276. .slider-content-banner .sort{
  277. line-height: 1rem;
  278. padding: 0 0.25rem;
  279. position: absolute;
  280. top: 0;
  281. left: 0;
  282. color: #fff;
  283. font-size: 0.75rem;
  284. min-width: 1rem;
  285. text-align: center;
  286. border-radius: 0.125rem 0 0.125rem 0;
  287. background: rgba(0, 0, 0, 0.6);
  288. &.top{
  289. background: #2a79ff;
  290. }
  291. }
  292. .slider-content-banner-txt{
  293. width: 100%;
  294. height: 4.5rem;
  295. position: absolute;
  296. bottom: 0;
  297. left: 0;
  298. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  299. padding: 3rem 0.625rem 0.625rem;
  300. color: #fff;
  301. font-size: 0.75rem;
  302. box-sizing: border-box;
  303. }
  304. .slider-content-banner-txt-t{
  305. font-weight: bold;
  306. font-size: 0.875rem;
  307. }
  308. .slider-content-banner-txt-b{
  309. padding-top: 0.3125rem;
  310. color: rgba(255, 255, 255, 0.8);
  311. }
  312. .slider-content-item{
  313. margin-top: 1.25rem;
  314. display: flex;
  315. height: 4.375rem;
  316. border-radius: 0.125rem;
  317. overflow: hidden;
  318. box-sizing: content-box;
  319. cursor: pointer;
  320. }
  321. .slider-content-item-l{
  322. position: relative;
  323. width: 6.5625rem;
  324. border-radius: 0.125rem;
  325. overflow: hidden;
  326. padding-right: 0.625rem;
  327. }
  328. .slider-content-item-l .sort{
  329. line-height: 1rem;
  330. padding: 0 0.25rem;
  331. position: absolute;
  332. top: 0;
  333. left: 0;
  334. color: #fff;
  335. font-size: 0.75rem;
  336. min-width: 1rem;
  337. text-align: center;
  338. border-radius: 0.125rem 0 0.125rem 0;
  339. background: rgba(0, 0, 0, 0.6);
  340. &.top{
  341. background: #2a79ff;
  342. }
  343. }
  344. .slider-content-items{
  345. margin-top: 1.25rem;
  346. display: flex;
  347. /* height: 4.375rem; */
  348. border-radius: 0.125rem;
  349. overflow: hidden;
  350. box-sizing: content-box;
  351. cursor: pointer;
  352. }
  353. .slider-content-item-r{
  354. flex: 1;
  355. width: 100%;
  356. }
  357. .slider-content-item-r-t{
  358. height: 2.5rem;
  359. line-height: 1.25rem;
  360. color: #333;
  361. font-size: 0.875rem;
  362. display: block;
  363. width: 99%;
  364. }
  365. .slider-content-item-ts{
  366. padding: 0.625rem 0 0.3rem;
  367. border-top: 0.0625rem solid #f6f6f6;
  368. line-height: 1.25rem;
  369. color: #333;
  370. font-size: 0.875rem;
  371. display: block;
  372. width: 99%;
  373. }
  374. .slider-content-item-bs{
  375. color: #999;
  376. font-size: 0.75rem;
  377. padding-top: 0;
  378. }
  379. .slider-content-item-r-b{
  380. color: #999;
  381. font-size: 0.75rem;
  382. padding-top: 0.8125rem;
  383. }
  384. .hot-search{
  385. display: flex;
  386. flex-wrap: wrap;
  387. padding-bottom: 3.5rem;
  388. }
  389. .label{
  390. padding: 0.25rem 0.5rem;
  391. background: #F6F6F6;
  392. border-radius: 0.25rem;
  393. max-width: 8rem;
  394. font-size: 0.875rem;
  395. color: #666666;
  396. margin-top: 0.9375rem;
  397. margin-right: 0.9375rem;
  398. }
  399. .img{
  400. width: 100%;
  401. height: 100%;
  402. object-fit: cover;
  403. }
  404. #page {
  405. min-height: 1.423rem;
  406. display: table;
  407. margin: 1.875rem auto 0;
  408. align-items: center;
  409. justify-content: center;
  410. }
  411. .page {
  412. text-align: center;
  413. }
  414. .fl {
  415. float: left;
  416. }
  417. .fr {
  418. float: right;
  419. }
  420. .pagingUl {
  421. float: right;
  422. padding: 0;
  423. margin: 0;
  424. list-style: none;
  425. height: 1.875rem;
  426. }
  427. .pagingUl li {
  428. float: left;
  429. width: 1.875rem;
  430. height: 1.875rem;
  431. background: #dfdfdf;
  432. text-align: center;
  433. margin-right: 0.9375rem;
  434. border-radius: 0.3125rem;
  435. }
  436. .pagingUl li a {
  437. display: inline-block;
  438. width: 1.875rem;
  439. height: 1.875rem;
  440. text-align: center;
  441. line-height: 1.8rem;
  442. color: #666;
  443. font-size: 0.75rem;
  444. border-radius: 0.3125rem;
  445. }
  446. .prv {
  447. margin-right: 0.625rem;
  448. }
  449. .first,
  450. .last {
  451. width: 1.875rem;
  452. height: 1.875rem;
  453. font-size: 0.75rem;
  454. text-align: center;
  455. line-height: 1.875rem;
  456. cursor: pointer;
  457. background: #dfdfdf;
  458. padding: 0 0.3125rem;
  459. border-radius: 0.3125rem;
  460. margin-right: 0.625rem;
  461. }
  462. .prv, .next {
  463. width: 1.875rem;
  464. height: 1.875rem;
  465. text-align: center;
  466. line-height: 1.75rem;
  467. cursor: pointer;
  468. background: #dfdfdf;
  469. padding: 0 0.3125rem;;
  470. border-radius: 0.3125rem;
  471. }
  472. .prv:hover,
  473. .next:hover,
  474. .first:hover,
  475. .last:hover,
  476. .pagingUl li a:hover,
  477. .activP {
  478. background-color: #2a79ff!important;
  479. color: #fff!important;
  480. }
  481. .layui-laypage span {
  482. display: inline-block;
  483. vertical-align: middle;
  484. padding: 0 0.9375rem;
  485. background-color: #fff;
  486. color: #333;
  487. font-size: 0.75rem;
  488. }
  489. /*文本超长省略*/
  490. .dan {
  491. white-space: nowrap;
  492. overflow: hidden;
  493. text-overflow: ellipsis;
  494. -o-text-overflow: ellipsis;
  495. -webkit-text-overflow: ellipsis;
  496. -moz-text-overflow: ellipsis;
  497. }
  498. .fa {
  499. display: inline-block;
  500. font: normal normal normal 14px / 1 FontAwesome;
  501. font-size: inherit;
  502. text-rendering: auto;
  503. -webkit-font-smoothing: antialiased;
  504. -moz-osx-font-smoothing: grayscale;
  505. }
  506. .fa-thumbs-up:before {
  507. content: "\f164";
  508. }
  509. .fa-comments:before {
  510. content: "\f086";
  511. }
  512. .fa-eye:before {
  513. content: "\f06e";
  514. }
  515. /* 详情 */
  516. .detail-nav {
  517. padding: 1.25rem 0;
  518. font-size: 0.875rem;
  519. color: rgba(0, 0, 0, 0.45);
  520. }
  521. .detail-nav a {
  522. text-decoration: none;
  523. color: #303133;
  524. }
  525. .content-title .content-title-t {
  526. font-size: 1.5rem;
  527. font-weight: bold;
  528. color: #333;
  529. line-height: 2.0625rem;
  530. }
  531. .content-title .content-title-b {
  532. padding-top: 1.25rem;
  533. color: #999;
  534. font-size: 0.875rem;
  535. display: flex;
  536. justify-content: space-between;
  537. }
  538. .detail-content {
  539. padding: 2rem 0 2rem;
  540. color: #333;
  541. font-size: 1rem;
  542. line-height: 2rem;
  543. text-align: justify;
  544. }
  545. .detail-content p {
  546. line-height: 1.875rem;
  547. padding-bottom: 0.5rem;
  548. }
  549. .ewmText {
  550. font-size: 0.875rem;
  551. color: #666;
  552. padding-bottom: 0.5rem;
  553. }
  554. .alincenter{
  555. text-align: center;
  556. }
  557. .detal-img{
  558. padding: 0.625rem 0;
  559. width: 31.25rem;
  560. }
  561. .detal-rwm{
  562. padding: 0.625rem 0;
  563. width: 12.5rem;
  564. }
  565. .social-share {
  566. font-family: "socialshare" !important;
  567. font-size: 1rem;
  568. font-style: normal;
  569. -webkit-font-smoothing: antialiased;
  570. -webkit-text-stroke-width: 0.2px;
  571. -moz-osx-font-smoothing: grayscale
  572. }
  573. .social-share .social-share-icon {
  574. position: relative;
  575. display: inline-block;
  576. width: 2rem;
  577. height: 2rem;
  578. font-size: 1.25rem;
  579. border-radius: 50%;
  580. line-height: 2rem;
  581. border: 0.125rem solid #666;
  582. color: #666;
  583. text-align: center;
  584. vertical-align: middle;
  585. transition: background 0.6s ease-out 0s;
  586. text-decoration: none;
  587. margin: 0.25rem;
  588. outline: none;
  589. }
  590. .social-share .social-share-icon img{
  591. width: 1rem;
  592. height: 1rem;
  593. }
  594. .social-share .icon-weibo {
  595. color: #ff763b;
  596. border-color: #ff763b;
  597. }
  598. .social-share .icon-qq {
  599. color: #56b6e7;
  600. border-color: #56b6e7;
  601. }
  602. .social-share .icon-qzone {
  603. color: #FDBE3D;
  604. border-color: #FDBE3D;
  605. }
  606. .social-share .icon-wechat {
  607. position: relative;
  608. color: #7bc549;
  609. border-color: #7bc549;
  610. }
  611. .social-share .icon-wechat .wechat-qrcode {
  612. opacity: 0;
  613. filter: alpha(opacity = 0);
  614. visibility: hidden;
  615. position: absolute;
  616. z-index: 9;
  617. top: -12.8125rem;
  618. left: -5.25rem;
  619. width: 12.5rem;
  620. height: 12rem;
  621. color: #666;
  622. font-size: 0.75rem;
  623. text-align: center;
  624. background-color: #fff;
  625. box-shadow: 0 0.125rem 0.625rem #aaa;
  626. transition: all 200ms;
  627. -webkit-tansition: all 350ms;
  628. -moz-transition: all 350ms;
  629. }
  630. .social-share .icon-wechat .wechat-qrcode h4 {
  631. font-weight: normal;
  632. height: 1.625rem;
  633. line-height: 1.625rem;
  634. font-size: 0.75rem;
  635. background-color: #f3f3f3;
  636. margin: 0;
  637. padding: 0;
  638. color: #777
  639. }
  640. .social-share .icon-wechat .wechat-qrcode .qrcode {
  641. width: 5.5625rem;
  642. margin: 0.625rem auto;
  643. }
  644. .social-share .icon-wechat .wechat-qrcode .qrcode img {
  645. width: 100%;
  646. height: 100%;
  647. }
  648. .social-share .icon-wechat .wechat-qrcode .help p {
  649. font-weight: normal;
  650. line-height: 1rem;
  651. padding: 0;
  652. margin: 0;
  653. }
  654. .social-share .icon-wechat .wechat-qrcode:after {
  655. content: '';
  656. position: absolute;
  657. left: 50%;
  658. margin-left: -0.375rem;
  659. bottom: -0.8125rem;
  660. width: 0;
  661. height: 0;
  662. border-width: 0.5rem 0.375rem 0.375rem 0.375rem;
  663. border-style: solid;
  664. border-color: #fff transparent transparent transparent
  665. }
  666. .social-share .icon-wechat:hover .wechat-qrcode {
  667. opacity: 1;
  668. filter: alpha(opacity=100);
  669. visibility: visible
  670. }
  671. .botText{
  672. line-height: 1.875rem;
  673. font-size: 0.875rem;
  674. color: #666;
  675. }
  676. .botText a{
  677. color: #444;
  678. }
  679. .botText .bot-label {
  680. background-color: #e7e7e7;
  681. padding: 0.125rem 0.5rem;
  682. border-radius: 0.3125rem;
  683. margin-right: 0.5rem;
  684. }
  685. /* 列表页 */
  686. .panel-heading {
  687. position: relative;
  688. padding: 0.9375rem 0;
  689. border-bottom: 0.125rem solid #f5f5f5;
  690. border-color: #ddd;
  691. color: #333333;
  692. }
  693. .panel-heading .panel-title {
  694. font-size: 1rem;
  695. margin-top: 0;
  696. margin-bottom: 0;
  697. text-align: left;
  698. }
  699. .panel-title strong {
  700. color: #2a79ff;
  701. }
  702. .panel-heading div.more {
  703. position: absolute;
  704. top: 1.0625rem;
  705. right: 0;
  706. display: block;
  707. color: #919191;
  708. -webkit-transition: all 0.3s ease;
  709. -moz-transition: all 0.3s ease;
  710. -o-transition: all 0.3s ease;
  711. transition: all 0.3s ease;
  712. font-weight: 400;
  713. font-size: 0.8125rem;
  714. }
  715. .list-inline {
  716. padding-left: 0;
  717. list-style: none;
  718. margin-left: -0.3125rem;
  719. }
  720. .list-inline > li {
  721. display: inline-block;
  722. padding-left: 0.3125rem;
  723. padding-right: 0.3125rem;
  724. }
  725. .category-order li > a {
  726. color: #333;
  727. }
  728. .category-order li > a.active {
  729. color: #007bff;
  730. }
  731. .navbar-form {
  732. border-color: #e7e7e7;
  733. }
  734. .form-search input[type=search] {
  735. background: url(../static/icon/search.svg) no-repeat 10px center;
  736. background-size: 15px 15px;
  737. border-color: transparent;
  738. padding: 6px 10px;
  739. border: 1px solid #ccc;
  740. width: 12.5rem;
  741. border-radius: 10em;
  742. text-indent: 1.4375rem;
  743. }
  744. @media (max-width: 767px) {
  745. .form-search input[type=search] {
  746. width: 21.5rem;
  747. background-size: 10px 10px;
  748. /* background: none; */
  749. }
  750. }
  751. @media (max-width: 1120px) {
  752. .school_box_right {
  753. width: 100%;
  754. }
  755. .introduce_box_title {
  756. width: 100%;
  757. }
  758. .slider-content-banner{
  759. margin-top: 1.25rem;
  760. display: flex;
  761. height: 4.375rem;
  762. border-radius: 0.125rem;
  763. overflow: hidden;
  764. box-sizing: content-box;
  765. cursor: pointer;
  766. position: inherit;
  767. }
  768. .sDetal .slider-content-banner {
  769. height: 8rem;
  770. }
  771. .sDetal .slider-content-item-ln {
  772. width: 15rem;
  773. }
  774. .slider-content-banner-txt-t {
  775. height: 2.5rem;
  776. line-height: 1.25rem;
  777. overflow: hidden;
  778. text-overflow: ellipsis;
  779. display: -webkit-box;
  780. -webkit-line-clamp: 2;
  781. -webkit-box-orient: vertical;
  782. white-space: normal;
  783. }
  784. .slider-content-item-ln {
  785. position: relative;
  786. width: 6.5625rem;
  787. border-radius: 0.125rem;
  788. overflow: hidden;
  789. padding-right: 0.625rem;
  790. }
  791. .slider-content-banner-txt {
  792. position: inherit;
  793. background: none;
  794. color: #333;
  795. padding: 0;
  796. height: auto;
  797. }
  798. .slider-content-banner-txt-b {
  799. color: #999;
  800. font-size: 0.75rem;
  801. padding-top: 0.8125rem;
  802. }
  803. }