1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .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;
- }
|