| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- .collect_box {
- width: 100%;
- background: #f7f8fc;
- }
- // 头部
- .collect_box-head {
- background: -webkit-linear-gradient(right, #0dc6b6, #0cd3aa, #1dd69c);
- position: fixed;
- width: 100%;
- z-index: 100;
- }
- .collect_divBox {
- display: flex;
- justify-content: space-between;
- width: 55%;
- margin: 0 0 0 .5rem;
- }
- .collect_headrBox-tlt {
- text-align: center;
- font-size: 18px;
- color: #fff;
- padding: 8px 0 8px 0;
- }
- .collect_headrBox-img {
- width: .5rem;
- height: .5rem;
- vertical-align: middle;
- margin-top: .3rem;
- }
- // 主内容
- .collect_box-main {
- background: #f7f8fc;
- }
- .collect_box-mainB {
- padding: 1.1rem 0 0 0;
- }
- .collect_box-mainB, .swiper-wrapper {
- height: 100% !important;
- }
- // 病虫害切换
- .collect_box-main .navlist ul {
- border-bottom: 1px solid #e9e9e9;
- display: flex;
- justify-content: space-between;
- background: #fff;
- }
- .collect_box-main .navlist ul li {
- margin: 0 .5rem 0 .5rem;
- }
- .collect_box-main .navlist .activeT {
- border-bottom: 1px solid #1ec8a1;
- color: #1ec8a1;
- }
- .navli .navliVal {
- padding: 10px 35px 10px 35px;
- font-size: 15px;
- }
- // 交流页面
- .collect_box-main-ulA {
- // border: 1px solid #000;
- }
- .collect_box-main-listA {
- background: #fff;
- padding-top: .25rem;
- }
- .home_box-main-authenticateUlA {
- width: 98%;
- margin: .25rem auto;
- display: flex;
- flex-wrap: wrap;
- }
- .home_box-main-authenticateListA {
- border: 1px solid #fff;
- background: #fff;
- width: 47%;
- margin: .2rem 0 0 .2rem;
- border-radius: 5px;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- }
- .home_box-main-authenticateListA-box1 {
- width: 100%;
- border-radius: 5px;
- }
- .home_box-main-authenticateListA-box1-img {
- // width: 4.5rem;
- width: 100%;
- height: 3rem;
- border-radius: 5px 5px 0 0;
- }
- .home_box-main-authenticateListA-box1-txt {
- font-size: 12px;
- color: #686565;
- text-align: left;
- padding: .05rem .15rem .05rem .15rem;
- }
- .home_box-main-authenticateListA-box1-num {
- text-align: right;
- color: #acacac;
- }
- // 暂无处理
- .seek_data_judge {
- margin: 45% 0 0 0;
- }
- .seek_data_judge_img {
- margin: 0 auto;
- }
- .seek_data_judge_text {
- font-size: 25px;
- color: #bfbfbf;
- margin: .5rem 0 0 0;
- text-align: center;
- }
|