123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- .m-content{
- width: 100%;
- display: flex;
- }
- .container {
-
-
- display: flex;
-
- height: 100%;
- flex-wrap: wrap;
- flex-direction: column;
-
- align-items: center;
- justify-content: space-between;
-
-
-
- }
- .container-row {
-
-
- height: auto;
-
- }
- html,
- body {
- margin: 0;
- }
- .home {
- .home-back {
- width: 100%;
- }
- .home-title {
- font-size: 18px;
- font-weight: 400;
- text-align: center;
- &-sub {
- text-align: center;
- font-size: 12px;
- 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;
-
- width: 100%;
- .home-qa-img-row-item {
-
- position: relative;
- &>img {
- width: 100%;
- height: 100%;
- }
- .home-qa-img-row-item-absolute {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-
- color: #fff;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- .home-qa-img-row-item-absolute-title {
- font-size: 14px;
- font-weight: bold;
- &>span {
- font-size: 40px;
- }
- }
- .home-qa-img-row-item-absolute-subtitle {
-
-
- font-size: 10px;
- font-weight: 400;
- }
- }
- }
- }
- }
- .home-ad {
- background-color: #f3f5fe;
- padding: 50px;
-
-
- 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 {
-
- 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;
-
- }
- }
- .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: 16px;
- }
- .home-static-btn {
-
- height: 40px;
- border-radius: 40px;
- color: #723bed;
-
- cursor: pointer;
- }
- .home-ad-free {
- display: flex;
- align-items: center;
- margin: 20px 0;
- }
- }
- }
- .home-bottom {
- 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;
-
- .ad-free-img{
- width: 100%;
-
-
- }
- .ad-free-content{
- flex: 1;
- height: 100%;
- border: 1px solid #ECECEC;
- }
- }
- .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;
- }
|