.m-content { width: 100%; display: flex; } .container { // max-width: 1200px; /* max-width: 1200px; */ display: flex; // width: 100%; height: 100%; // flex-wrap: wrap; flex-direction: column; // min-height: auto; align-items: center; justify-content: space-between; // margin: 0 169px; // padding: 0 169px ; // margin: auto; } .container-row { // width: 100%; // width: 33%; height: 100%; width: 90%; margin-bottom: 50px; // background-color: #5cf; } // @media (max-width: 600px) { // .container-row { // width: 50%; // } // } html, body { margin: 0; } .home { .home-back { width: 100%; } .home-title { font-size: 80px; font-weight: 400; text-align: center; &-sub { text-align: center; font-size: 40px; font-weight: 400; margin: 20px 0; color: #888888; } } .home-qa { padding: 50px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; .home-qa-img-row { margin-top: 20px; // margin: 103px 169px 0; width: 100%; .home-qa-img-row-item { // max-width: 490px; position: relative; width: 100%; margin: 10px; &>img { width: 100%; height: 500px; } .home-qa-img-row-item-absolute { position: absolute; top: 0; left: 0; width: 100%; height: 100%; // padding: 32px 24px; color: #fff; display: flex; flex-direction: column; justify-content: space-around; .home-qa-img-row-item-absolute-title { font-size: 18px; font-weight: 600; &>span { font-size: 20px; } } .home-qa-img-row-item-absolute-subtitle { // height: 300px; // height: 100%; font-size: 10px; font-weight: 400; } } } } } .home-ad { background-color: #f3f5fe; padding: 50px; // padding-top: 50px; // padding-bottom: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; .home-ad-row { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; .home-row-single { width: 45%; margin: 20px 0; } img { width: 100%; } } } .home-static { // height: 723px; background: linear-gradient(315deg, #496cf2 0%, #7663ff 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; .home-content { display: flex; align-items: center; flex-direction: column; margin: 50px 0; } .home-title { color: #fff; &-sub { color: #fff; // margin-bottom: 45px; } } .home-static-num { display: flex; justify-content: center; align-items: center; margin: 20px 5px; &-wrap { padding: 0 24px; border-radius: 9px; background-color: #fff; color: #723bed; font-size: 30px; } } &-title { font-size: 50px; } .home-static-btn { // margin-top: 18px; height: 200px; // font-size: 60px !important; border-radius: 200px; line-height: 200px; color: #723bed; padding: 0 100px; // width: 150px; font-size: 80px; cursor: pointer; } .home-ad-free { display: flex; align-items: center; margin: 20px 0; } } } // 底部 .home-bottom { height: 200px; width: 100%; background: #f7f7f7; padding: 20px 50px 10px; display: flex; align-items: center; justify-content: space-around; .contact-1 { color: #FFFFFF; font-size: 20px; } .contact-2 { font-size: 14px; color: #b4b4b8; } .consult-tel { width: 50%; display: flex; justify-content: space-between; flex-wrap: wrap; } .consult-code { margin-left: 10%; width: 40%; display: flex; .code-content { display: flex; flex-direction: column; align-items: center; justify-content: center; } } .reference { display: flex; align-items: center; justify-content: center; color: #585667; font-size: 10px; margin: 30px 0; } } .ant-modal-body { padding: 40px !important; } .color-fff-12 { color: #2f2f2f; font-size: 12px; } .color-fff { color: #2f2f2f; } .w-15 { width: 15px; } .h-15 { height: 15px; } .w-20 { width: 20px; } .h-20 { height: 20px; } .home-ad-xw { display: flex; flex-direction: column; align-items: center; // align-items: center; .ad-free-img { width: 380px; // height: 500px; height: 330px; margin-right: 50px; padding: 30px; // height: 100%; // margin-right: 50px; } .ad-free-content { flex: 1; // height: 800px; width: 100vw; border: 1px solid #ECECEC; } } .add-title{ // font-size: 50px; } .yc { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .yc-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .yc-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; } // .dropbtn { width: 120px; margin-left: 10px; // background-color: #1f1d28; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; width: 100%; ; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; width: 100%; } .dropdown-content a:hover { background-color: #f1f1f1; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #1f1d28; }