123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .container {
- background: #fff;
- }
- .swiper {
- height: 45vw;
- overflow: hidden;
- }
- .uni-section-content {
- display: flex;
- flex-wrap: wrap;
- }
- .card {
- margin: 10px;
- width: 29%;
- margin-right: 1%;
- }
- .card2 {
- width: 29%;
- margin-right: 1%;
- }
- .cover {
- display: block;
- width: 40px;
- height: 40px;
- margin: 5px auto;
- }
- .sectionBox {
- margin-bottom: 10px;
- display: block;
- }
- .sectionBox .uni-section-content {
- display: flex;
- }
- .uni-section__content-title {
- font-weight: 600;
- }
- .uni-card {
- padding: 0 !important;
- margin: 0 !important;
- }
- .uni-card__content {
- /* padding: 0 !important; */
- }
- ._h2 {
- font-weight: 700;
- width: 100%;
- text-align: center;
- font-size: 16px;
- }
- .title {
- display: block;
- margin: 0 auto;
- width: 100%;
- text-align: center;
- font-size: 14px;
- }
- .cardText {
- display: block;
- width: 100%;
- text-align: center;
- font-size: 12px;
- margin-bottom: 5px;
- color: #999;
- }
- .dhbox {
- position: fixed;
- z-index: 999;
- width: 100vw;
- height: 100vh;
- }
- .dhimg {
- width: 100%;
- height: 100%;
- display: block;
- }
- .to {
- width: 60px;
- height: 20px;
- opacity: 0.8;
- background-color: #000;
- color: #fff;
- position: absolute;
- top: 10px;
- right: 10px;
- text-align: center;
- border-radius: 12px;
- font-size: 12px;
- }
|