123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- .body .row-style {
- margin-top: 20px;
- }
- @media screen and (max-width: 768px) {
- .body .row-style {
- margin-top: 0px;
- border-radius: 10px;
- overflow: hidden;
- }
- }
- .body .row-style .carousel-img-style {
- width: 100%;
- border-radius: 10px;
- }
- .body .hotspot {
- padding: 0 20px 20px;
- }
- .body .hotspot h4 {
- margin-top: 0px;
- font-weight: normal;
- padding-bottom: 7px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- }
- .body .hotspot h4 a {
- width: 100%;
- text-decoration: none;
- color: black;
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- }
- .body .hotspot h4 a .icon-fire-style {
- margin-right: 10px;
- color: #a94442;
- }
- .body .hotspot h4 a span {
- padding: 5px 0;
- }
- .body .hotspot h4 a > span:last-child {
- font-size: 14px;
- margin-bottom: 3px;
- }
- .body .hotspot h4 a .b {
- border-bottom: 3px solid #a94442;
- }
- .body .hotspot h4 a .a {
- border-bottom: 3px solid #03C762;
- }
- .body .hotspot ul {
- padding-left: 20px;
- }
- .body .hotspot ul li {
- list-style-type: square;
- color: #777;
- list-style-position: inherit;
- line-height: 36px;
- }
- .body .hotspot ul li a {
- display: block;
- width: 100%;
- text-decoration: none;
- color: #777;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- border-bottom: 1px solid #f5f5f5;
- }
- .body .title-style {
- width: 100%;
- margin-top: 20px;
- padding: 0 15px;
- }
- .body .title-style .h4 {
- padding: 15px;
- vertical-align: middle;
- border-bottom: 2px solid #03C762;
- background-color: #cdf5df;
- font-size: 20px;
- display: flex;
- }
- .body .title-style .h4 i {
- margin-right: 10px;
- }
- .body .scroll-style ul {
- padding: 0;
- width: 100%;
- display: flex;
- justify-content: space-between;
- flex-wrap: nowrap;
- align-items: center;
- overflow-x: auto;
- }
- .body .scroll-style ul::-webkit-scrollbar {
- background: none;
- }
- .body .scroll-style ul .scroll-li-style {
- width: 19%;
- min-width: 160px;
- list-style-type: none;
- display: block;
- text-align: center;
- margin: 10px;
- }
- .body .scroll-style ul .scroll-li-style a {
- color: #777;
- text-decoration: none;
- width: 100%;
- }
- .body .scroll-style ul .scroll-li-style a img {
- width: 100%;
- }
- .body .scroll-style ul .scroll-li-style a h5 {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|