@import "common.less"; //banner .banner{ //border-top: 4px solid @red; } .sub-banner{ width: 100%; height: 200px; margin: 0px auto; background-size: auto 100%; background-repeat: no-repeat; background-position: top center; } #swiper-banner { margin: 0 auto; a{ display: block; width: 100%; height: 100%; text-decoration: none; .banner_img{ width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; img { max-width: none; height: 210px; } } } .swiper-pagination{ bottom: 3px; } .swiper-pagination .swiper-pagination-bullet { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; background: @white; opacity: 1; width: 10px; height: 10px; margin: 0 4px; } .swiper-pagination .swiper-pagination-bullet-active { background: #df4b44 !important; border-radius: 50%; } @media (min-width: @min_width) { position: relative; a{ display: block; .banner_img{ width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; img { max-width: none; height: 570px; } } .banner_txt { background-color: @white; height: 95px; display: flex; justify-content: center; align-items: flex-start; flex-flow: column; &>.maxW1140{ width: calc(~"100% - 30px"); } h1{ margin: 0 0 0 0; color: @red; font-size: 28px; line-height: 100%; font-weight: @font_weight; } p{ margin: 16px 0 0 0; color: #8b8b8b; font-size: 14px; line-height: 100%; } } } .swiper-pagination{ bottom: 117px; //width: auto; //left: auto; //right: 10%; } .swiper-pagination .swiper-pagination-bullet{ margin: 0 8px; width: 14px; height: 14px; background: none !important; border: 2px solid @white; border-radius: 0; } .swiper-pagination .swiper-pagination-bullet-active { background: @red !important; border: 2px solid @red; border-radius: 0; } } } .wrap{ .head{ margin: 0px auto; padding: 35px 0 11px 0; text-align: center; .head-title { width: 100%; a{ display: flex; justify-content: center; align-items: center; text-decoration: none; flex-flow: column; .ch { font-size: 20px; color: @red; text-align: center; line-height: 100%; } .en { margin-top: 10px; font-family: Arial; font-size: 14px; color: @red; line-height: 100%; text-align: center; } } } .head-bottom { width: 100%; height: 6px; display: flex; justify-content: center; align-items: center; margin-top: 10px; img{ height: 6px; display: flex; margin: 0; padding: 0; } } } @media (min-width: @min_width) { .head{ margin: 0px auto; padding: 50px 0 30px 0; } } } .index-wrap{ padding: 27px 15px 16px 15px; .title{ color: @56555b; a{ color: @56555b; font-size: 25px; line-height: 100%; display: flex; justify-content: flex-start; align-items: center; img{ margin-left: 5px; height: 22px; } } } .con{ margin-top: 20px; ul{ margin: 0; padding: 0; li{ list-style: none; line-height: 35px; display: flex; justify-content: flex-start; align-items: center; color: @black; span{ color: fade(@black,70%); font-size: 14px; margin-right: 9px; } a{ color: @black; font-size: 15px; flex: 1; } } } } &.white{ .title{ color: @white; a{ color: @white; } } .con{ ul{ li{ color: @white; span{ color: fade(@white,70%); } a{ color: @white; } } } } } @media (min-width: @min_width) { padding: 30px 30px 17px 30px; .con{ margin-top: 30px; ul{ li{ span{ font-size: 14px; } a{ font-size: 14px; } } } } } } .index-01{ margin-top: 25px; display: flex; flex-flow: column; .l{ background-color: @white; margin: 0 15px; ul{ li{ &:nth-last-child(1),&:nth-last-child(2){ display: none; } } } } .r{ margin: 25px 15px 24px 15px; border-radius: 4px 4px 0 0; overflow: hidden; .swiper-button-prev{ background-image: url("@{images}common/arrow-left.svg"); width: 20px; height: 18px; margin-top: 0; background-size: auto 100%; right: 82px; left: auto; top: auto; bottom: 12px; } .swiper-button-next{ background-image: url("@{images}common/arrow-right.svg"); width: 20px; height: 18px; margin-top: 0; background-size: auto 100%; right: 30px; left: auto; top: auto; bottom: 12px; } .swiper-slide{ position: relative; a{ text-decoration: none; } .img{ display: flex; justify-content: center; img{ max-width: none; min-width: 100%; width: auto; height: 193px; } } .txt{ background-color: @red; height: 92px; padding: 5px 15px; h3{ margin: 0; font-size: 18px; line-height: 28px; color: @white; text-align: justify; font-weight: @font_weight; @media (max-width: 767px) { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } @media (min-width: @min_width) { text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } } span{ font-size: 14px; line-height: 100%; color: @white; } } } } @media (min-width: @min_width) { margin-top: 30px; flex-flow: row; justify-content: space-between; align-items: center; .l{ border-radius: 0 4px 0 0; margin: 0; width: 417px; max-width: 38%; height: 400px; ul{ li{ &:nth-last-child(1),&:nth-last-child(2){ display: flex; } } } } .r{ flex: 1; margin: 0 0 0 9px; .swiper-button-prev{ right: 70px; bottom: 14px; } .swiper-button-next{ right: 33px; bottom: 14px; } .swiper-slide{ .img{ img{ height: 400px; } } .txt{ position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; height: 70px; padding: 16px 34px 0 34px; background-color: fade(@red,90%); h3{ font-size: 18px; line-height: 18px; } span{ font-size: 12px; } } } } } } .index-02{ background-color: #56c3b5; margin: 0 15px; @media only screen and (min-width: 1230px) { margin: 0px auto; } padding: 15px; display: flex; flex-flow: column; align-items: center; .l{ margin: 15px 0 30px 0; a{ display: flex; justify-content: center; align-items: center; text-decoration: none; .txt{ font-weight: @font_weight; display: flex; justify-content: space-between; align-items: flex-end; flex-flow: column; .ch{ color: @white; font-size: 25px; line-height: 100%; font-family: "微软雅黑"; } .en{ color: @white; font-size: 28px; line-height: 100%; margin-top: 0px; font-family: "微软雅黑"; font-weight: lighter; } } .icon-img{ margin-left: 16px; img{ height: 45px; } } } } .r{ width: 100%; ul{ margin: 0; padding: 0; li{ list-style: none; display: none; &:first-child{ display: block; } a{ display: block; .img{ display: flex; justify-content: center; align-items: center; position: relative; .transparent{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 1; transition: all .6s ease 0s; opacity: 1; } .icon{ position: absolute; left: calc(~"50% - 23px"); top: calc(~"50% - 30px"); width: 46px; height: 46px; background: url("@{images}common/videos02.png") 0px 0px no-repeat; z-index: 2; transition: all .6s ease 0s; opacity: 1; } .txt{ position: absolute; z-index: 2; transition: all .6s ease 0s; opacity: 1; left: 15px; right: 15px; bottom: 26px; line-height: 18px; font-size: 18px; color: @white; text-align: center; } img{ height: 235px; width: auto; min-width: 100%; max-width: none; } } &:hover,&:active{ .img{ .transparent,.icon,.txt{ opacity: 0; } } } } } } } @media (min-width: @min_width){ margin-top: 9px; padding: 0; justify-content: space-between; flex-flow: row; .l{ max-width: 38%; width: 417px; margin: 0; } .r{ flex: 1; overflow: hidden; ul{ display: flex; align-items: center; li{ margin-left: 9px; width: calc(~"33.33% - 6px"); display: block; flex: 1; a{ .img{ img{ height: 175px; } .txt{ font-size: 14px; bottom: 10px; } } } } } } } } .index-03{ display: flex; flex-flow: column; .l{ margin: 24px 15px 0 15px; background: url("@{images}index/culture01-bg.jpg") no-repeat center center; } .m{ margin: 24px 15px 0 15px; background: url("@{images}index/culture02-bg.jpg") @white no-repeat left center; min-height: 313px; } .r{ margin: 24px 15px 0 15px; background-color: @red; } @media (min-width: @min_width){ flex-flow: row; justify-content: space-between; align-items: center; margin-top: 9px; height: 313px; overflow: hidden; .l{ margin: 0 0 0 0; max-width: 38%; width: 417px; height: 100%; } .m{ margin: 0 0 0 9px; width: calc(~"(100% - 417px - 18px)/2"); height: 100%; flex: 1; } .r{ margin: 0 0 0 9px; width: calc(~"(100% - 417px - 18px)/2"); height: 100%; flex: 1; } } } .index-04{ display: flex; flex-flow: column; margin-bottom: 25px; .l{ margin: 24px 15px 0 15px; background-color: @white; } .r{ ul{ margin: 0; padding: 0; li{ list-style: none; margin: 24px 15px 0 15px; a{ color: fade(@white,70%); .img{ display: flex; justify-content: center; align-items: center; img{ width: auto; min-width: 100%; max-width: none; height: 216px; } } .txt{ background-color: @56555b; padding: 0 28px; height: 99px; line-height: 35px; display: flex; justify-content: center; flex-flow: column; h3{ margin: 0; font-size: 20px; color: @white; } span{ font-size: 14px; color: fade(@white,70%); } } } } } } @media (min-width: @min_width){ flex-flow: row; justify-content: flex-start; margin-top: 9px; margin-bottom: 30px; height: 322px; overflow: hidden; .l{ max-width: 38%; width: 417px; height: 100%; margin: 0; } .r{ flex: 1; overflow: hidden; ul{ display: flex; justify-content: space-between; align-items: center; li{ margin: 0 0 0 9px; max-width: 50%; flex: 1; a{ .img{ img{ height: 221px; } } .txt{ padding: 0 20px; height: 101px; } } } } } } } .box{ background-color: @white; margin: 7px 15px; @media only screen and (min-width: 1230px) { margin: 15px auto; } } .more{ padding: 15px; padding-top: 0; text-align: center; a{ display: flex; justify-content: center; align-items: center; height: 50px; background-color: @red; font-size: 20px; line-height: 20px; color: white; } } //pc版栏目 .sub_pc_title{ @media (min-width: @min_width) { position: absolute; top: 120px; left: 0; right: 0; border-bottom: 5px solid @red; border-top: 1px solid #c2c2c2; &>div{ display: flex; justify-content: space-between; align-items: center; .l{ display: flex; justify-content: flex-start; align-items: flex-end; h1{ padding: 0; margin: 0; font-size: 25px; font-weight: @font_weight; line-height: 25px; color: @black; } h3{ padding: 0; margin: 0; margin-left: 10px; font-size: 20px; font-weight: @font_weight; line-height: 20px; color: @red; } } .tel{ ul{ margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: center; li{ height: 90px; line-height: 46px; font-size: 16px; padding: 0px 5px; display: flex; justify-content: flex-start; align-items: center; img{ display: block; margin-left: 26px; } span{ color: rgb(124, 124, 124); font-size: 16px; margin: 0 10px; } i{ color: @red; font-size: 23px; letter-spacing: -1px; font-family: arial; } } } } .r{ ul{ margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: center; position: relative; //&:after{ // position: absolute; // content: ""; // left: 0; // height: 2px; // width: 60px; // background-color: @red; // bottom: -1px; // z-index: 1; //} li{ height: 74px; line-height: 50px; list-style: none; padding: 0; position: relative; display: flex; justify-content: flex-end; align-items: flex-end; font-size: 14px; color: @black; a{ color: @black; display: block; width: auto; position: relative; padding-right: 20px; &:after{ position: absolute; content: ">"; display: flex; justify-content: center; align-items: center; right: 6px; height: 14px; top: calc(~"50% - 8px"); z-index: 1; } } &:last-child{ a{ padding-right: 0px; &:after{ display: none; } } } } } } .r2{ ul{ margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: center; li{ height: 74px; list-style: none; padding: 0 25px; position: relative; display: flex; justify-content: flex-end; align-items: flex-end; &:last-child{ padding-right: 0; } &:after{ position: absolute; content: ""; left: 0; bottom: 19px; width: 13px; height: 13px; border: 2px solid #bebebe; z-index: 1; } a{ line-height: 50px; color: #010101; font-size: 15px; display: block; width: auto; text-decoration: none; } &.active,&:hover{ a{ color: @red; } } } } } } } } //手机版栏目 .sub_m_title{ margin-top: 23px; a{ text-decoration: none; h3{ margin: 0; padding: 0; color: @red; text-align: center; font-size: 20px; font-weight: bold; } .border_bg{ margin-top: 10px; position: relative; display: flex; justify-content: center; align-items: center; &:after{ position: absolute; content: ""; background-color: #ededed; height: 1px; left: 0; right: 0; top: 50%; z-index: 1; } h4{ position: relative; z-index: 2; margin: 0; padding: 0 15px; font-size: 20px; line-height: 20px; background-color: white; color: fade(@red, 20%); } } } } //正文标题 .sub_show_title{ overflow: hidden; h1{ display: inline-block; line-height: 35px; font-size: 22px; margin: 0; margin-top: 10px; padding: 0; color: @black; font-weight: bold; } .line-ee-1{ margin-top: 20px; } ul{ padding: 0; margin: 0; margin-top: 18px; padding-bottom: 14px; display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative; &:after{ position: absolute; bottom: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #d4d4d4; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } &:before{ position: absolute; top: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #d4d4d4; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } li{ list-style: none; line-height: 12px; font-size: 12px; margin-top: 12px; padding-right: 32px; position: relative; color: @gray3a; &:after{ position: absolute; content: ""; right: 16px; top: 0; bottom: 0; background-color: #d4d4d4; width: 1px; transform: rotateX(0.5); } &:last-child{ &:after{ display: none; } } a{ color: @blue; } &:hover, &.active{ a{ font-weight: bold; } } } } @media (min-width: @min_width) { padding: 0; text-align: center; h1{ margin: 0; margin-top: 24px; padding: 0; } .line-ee-1{ margin-top: 30px; } ul{ margin-top: 28px; padding: 0; padding-bottom: 16px; justify-content: center; li{ margin-top: 16px; line-height: 14px; font-size: 14px; color: @gray3a; a{ color: @gray3a; } } } } } //正文 .sub_show{ overflow: hidden; padding: 20px 0; margin: 0 15px; @media only screen and (min-width: 1230px) { margin: 0 auto; } *{ color: @gray3a; font-size: 18px; line-height: 35px; text-align: justify; &.text-center{ text-align: center; } } @media (min-width: @min_width) { padding: 55px 55px 30px 55px; *{ font-size: 16px; line-height: 35px; } img{ max-width: 800px; } video{ width: 800px; height: 450px; text-align: center; margin: 0 auto; } } } .sub_show2{ padding-top: 20px; margin: 0 0px; width: 100%; min-height: .01%; overflow: auto; table{ margin-bottom: 20px; border-top: 2px solid #000; } @media (min-width: @min_width) { padding-top: 41px; } } //列表 .sub_list{ .title{ h3{ margin: 20px 0 0 0; font-size: 18px; color: @gray3a; font-weight: bold; } } .list{ padding: 0; overflow: hidden; //padding: 0 15px; padding-bottom: 15px; .list-title{ width: 100%; position: relative; margin-bottom: 0px; height: 73px; line-height: 73px; font-size: 18px; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; a{ font-size: 18px; padding-left: 0px; color: @gray3a; padding-right: 25px; background: url("@{images}common/arrow-1.png") right center no-repeat; font-weight: bold; } i{ position: absolute; bottom: 0px; left: 0px; right: 0; width: 100%; height: 1px; display: block; background: none; background-color: @grayd4; } } ul{ padding: 0; margin: 0; li{ list-style: none; padding: 15px 0; position: relative; display: flex; justify-content: flex-start; align-items: flex-start; flex-flow: column; a{ font-size: 18px; line-height: 30px; color: @gray3a; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .date{ align-self: flex-end; span{ font-size: 15px; color: @grayc1; margin-right: 15px; img{ height: 15px; margin-right: 4px; } } } &:after{ position: absolute; bottom: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #eeeeee; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } } } } @media (min-width: @min_width) { .list{ padding: 0px; padding-top: 14px; .list-title{ width: auto; position: relative; margin-bottom: 9px; height: 40px; line-height: 40px; font-size: 16px; color: @red; a{ font-size: 16px; padding-left: 0px; color: @red; padding-right: 40px; font-weight: bold; background: url("@{images}common/arrow-1.png") right center no-repeat; } i{ position: absolute; bottom: 0px; left: 0px; width: 63px; height: 3px; display: block; background: url("@{images}common/list-line.png") no-repeat; } } ul{ li{ padding: 0; justify-content: flex-start; align-items: center; flex-flow: nowrap; line-height: 40px; position: relative; padding-left: 16px; &:before{ position: absolute; content: ""; display: inline-block; width: 5px; height: 5px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: #e8e8e8; } a{ margin-left: 0px; font-size: 15px; color: @black; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; max-width: calc(~"100% - 95px"); } .date{ align-self: flex-start; margin-left: 25px; span{ font-size: 13px; color: @grayc1; margin-right: 0px; img{ height: 15px; margin-right: 4px; } } } &:after{ display: none; } &:nth-child(5n){ padding-bottom: 10px; margin-bottom: 36px; &:before{ top: calc(~"50% - 8px"); } &:after{ display: block; position: absolute; bottom: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #eeeeee; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } } } } .loq-list-ul{ li{ &:nth-child(5n){ padding-bottom: 0px; margin-bottom: 36px; &:before{ top: calc(~"50% - 8px"); } &:after{ display: none; } } } } } } } //图列表 .sub_pic_list{ .list{ ul{ margin: 0 15px; margin-top: 25px; padding: 0; padding-bottom: 5px; li{ list-style: none; margin-top: 20px; margin-bottom: 0; a{ display: flex; justify-content: center; align-items: center; flex-flow: column; .img{ display: flex; justify-content: center; align-items: center; width: 100%; img{ max-width: none; min-width: 100%; max-height: 215px; display: block; } } .txt{ width: 100%; font-size: 16px; color: @gray3a; line-height: 50px; height: 50px; text-align: center; border: 1px solid @grayee; } .text{ display: flex; justify-content: center; align-items: center; padding: 20px 0; padding-bottom: 15px; width: 100%; img{ height: 12px; width: 20px; } h1{ margin: 0; margin-left: 10px; color: @0e0e0d; font-size: 16px; line-height: 16px; font-weight: normal; transition: all .3s; max-width: calc(~"100% - 33px"); } } &:hover,&:active{ .text{ h1{ color: @red; } } } } } } } @media (min-width: @min_width) { .list{ ul{ display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 0 0; li{ width: calc(~"33.333% - 33.3333px"); margin-top: 50px; margin-bottom: 0; a{ text-decoration: none; .txt{ margin-top: 1px; line-height: 40px; height: 40px; font-size: 16px; background-color: @f0f0f0; transition: all .3s; padding: 0 15px; border: 0; } .text{ padding: 20px 0; padding-bottom: 15px; img{ height: 13px; width: 22px; } h1{ margin: 0; margin-left: 12px; color: @0e0e0d; font-size: 16px; line-height: 16px; } } &:hover{ .txt{ background-color: @red; color: @white; } } } &:nth-child(3n-1){ margin: 0 50px; margin-top: 50px; } } } } } } //科室导航 .dep_list{ margin: 0 15px; @media only screen and (min-width: 1230px) { margin: 0 auto; } padding-bottom: 20px; ul{ margin: 0; padding: 0; li{ list-style: none; .dep_head{ line-height: 25px; padding: 20px 0 20px 0px; display: flex; justify-content: flex-start; align-items: center; .dep_title{ color: @red; font-size: 20px; font-weight: bold; height: 20px; line-height: 20px; padding-right: 15px; } .dep_tel{ float: left; height: 20px; line-height: 23px; font-size: 16px; background: url("@{images}common/tel.svg") 0px 0px no-repeat; text-indent: 25px; background-size: auto 98%; } } .dep_con{ line-height: 35px; font-size: 18px; color: @gray3a; text-indent: 2em; text-align: justify; img{ margin-left: -2em; } p{ margin: 0; } } } } @media (min-width: @min_width) { ul{ li{ .dep_head{ line-height: 25px; padding: 54px 0 10px 0px; .dep_title{ font-size: 25px; height: 25px; line-height: 25px; padding-right: 31px; } .dep_tel{ height: 25px; line-height: 28px; font-size: 16px; text-indent: 28px; background: url("@{images}common/tel.svg") 0px 0px no-repeat; } } .dep_con{ line-height: 36px; font-size: 15px; color: @7c7c7c; } } } } } //名医风采 .sub_demeanour{ ul{ margin: 0 15px; margin-top: 25px; padding: 0; padding-bottom: 5px; li{ list-style: none; margin-top: 25px; margin-bottom: 0; a{ display: flex; justify-content: flex-start; align-items: flex-end; text-decoration: none; .img{ display: flex; justify-content: center; align-items: center; img{ width: 124px; height: 124px; display: block; border-radius: 50%; border: 1px solid #f0f6db; padding: 2px; transform: none; } } .txt{ flex: 1; overflow: hidden; display: flex; justify-content: flex-start; align-items: flex-start; flex-flow: column; background: url("@{images}common/border-dotted.png") repeat-x bottom; margin-left: 25px; h3{ margin: 0 0 0 0; font-size: 18px; color: @gray3a; width: 100%; font-weight: normal; strong{ font-weight: bold; margin-right: 1em; } } p{ margin: 11px 0 0 0; min-height: 42px; font-size: 14px; color: @gray3a; line-height: 23px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .more{ padding: 0 0 6px 0; margin: 18px 0 0 0; color: @red; font-size: 14px; } } } } } @media (min-width: @min_width) { ul{ margin: 47px 0 0 0; li{ margin-top: 40px; a{ .img{ img{ width: 150px; height: 150px; } } .txt{ margin-left: 18px; h3{ } p{ margin: 22px 0 0 0; min-height: 60px; font-size: 15px; color: @7c7c7c; line-height: 30px; } .more{ padding: 0 0 13px 0; margin: 3px 0 0 0; color: @red; font-size: 15px; } } &:hover{ .txt{ .more{ text-decoration: underline; } } } } } } } } //出诊专家 .visits_experts{ /*出诊专家表格*/ .table-responsive{ border: 0; } .ve_table{ margin-top:22px; margin-bottom:71px; border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; border-collapse: separate; border-spacing: 0; } .ve_table strong{ color:#666; } .ve_table .txt_ver{ line-height:21px; writing-mode:lr-tb; width:26px; padding:17px 11px 17px 13px; height:110px; } .ve_table th{ font-size:35px; height:84px; color: @red; font-weight:400; border-left:1px solid #e1e1e1; border-top:1px solid #e1e1e1; text-align: center; vertical-align: middle; h5{ color: #ff511c; margin: 0; font-size: 12px; } } .ve_table td{ font-size:12px; color:#333333; border-left:1px solid #e1e1e1; border-top:1px solid #e1e1e1; } .ve_table td ul{ margin:17px 0; padding: 0; } .ve_table td li{ line-height:25px; padding:0 10px; list-style: none; a{ color: @black; } } .ve_table td .red-note{ color:#ff511c; padding-top:112px; } } //联系我们 .contact-us{ color: @gray3a; margin-bottom: 25px; #container{ height: 200px; margin-top: 25px; .amap-logo{ z-index: 1; } .amap-copyright{ z-index: 1; } } .amap-marker-label{ background-color: @red; color: @white; font-size: 12px; line-height: 20px; padding: 0 5px; border: 0; left: -46px!important; top: 40px!important; } h2{ margin: 0; margin-top: 23px; padding: 0 15px; font-size: 18px; line-height: 35px; font-weight: bold; } .txt{ padding: 0 15px; p{ margin: 0; padding: 0; font-size: 18px; line-height: 35px; } a{ text-decoration: none; color: #002244; } } ul{ margin: 0; padding: 0; padding-bottom: 40px; display: flex; justify-content: center; align-items: center; flex-flow: column; li{ margin-top: 40px; list-style: none; text-align: center; h5{ margin: 0; padding: 0; margin-top: 22px; color: #10196e; } } } @media (min-width: @min_width){ padding: 0; margin-bottom: 50px; color: @gray3a; #container{ height: 375px; margin-top: 40px; } .amap-marker-label{ font-size: 16px; line-height: 40px; left: -70px!important; top: 40px!important; } h1{ margin: 0; padding: 0; text-align: center; color: @gray3a; font-size: 25px; } h2{ margin: 0; margin-top: 50px; padding: 0; font-size: 16px; line-height: 40px; } .art{ display: flex; justify-content: space-between; } .txt{ margin-top: 0px; padding: 0; p{ margin: 0; padding: 0; font-size: 16px; line-height: 40px; } } ul{ flex: 1; margin: 0; padding: 0; display: flex; justify-content: flex-end; align-items: flex-end; flex-flow: nowrap; li{ margin:0; list-style: none; text-align: center; margin-left: 8%; h5{ margin: 0; padding: 0; margin-top: 22px; color: #10196e; } } } } }
Baidu
map