.home { background: url("../../assets/home/top-bg.png") repeat-x; background-size: 50% 200px; background-attachment: fixed; background-position: 0px 59px; padding:0 20px 20px 20px; .ant-col { width: auto; } .top-title { margin-bottom: 15px; .t1 { color: #fff; font-size: 18px; margin-right: 5px } .t2 { font-size: 15px; text-decoration: underline; margin-left: 5px; } .ant-select { color: #fff; /deep/ .ant-select-selection { background-color: transparent; } /deep/ .ant-select-arrow { color: #fff; } } } .r2 { .c1 .wrap { background: url("../../../assets/home/left.svg") no-repeat #fff; background-position: right top; } .c2 .wrap { background: url("../../../assets/home/right.svg") no-repeat #fff; background-position: left top; } .wrap { border-radius: 10px; background: #fff; padding: 20px 30px; box-shadow: 0px 0px 15px 0px #544beb17; height: 145px; display: flex; flex-direction: column; justify-content: center; .mb { margin-bottom: 20px; } p { margin-bottom: 5px; color: #000; font-size: 13px; } .big { font-size: 16px; } .btn_self { font-size: 14px; border-radius: 0; height: auto; padding: 3px 30px; margin-top: 6%; width: 120px; } img { display: block; width: 50%; } .imgtitle { margin-bottom: 0; margin-top: 8%; } } } .r3 { margin: 20px 0 10px; .detail_link { float: right; font-size: 14px; } } .r4 { background: #fff; padding: 20px 20px 0 20px; border-radius: 10px; .title { font-size: 15px; margin: 0; } .wrap { display: block; overflow: hidden; .left { float: left; width: 20%; p { margin-bottom: 15px; } } .right { float: right; width: 80%; span { width: 33.33%; display: block; float: left; margin-bottom: 15px; } } } .c2 { position: relative; &:before { content: ''; display: block; width: 1px; height: 70%; background: #efefef; position: absolute; left: -25px; top: 15%; } &:after { content: ''; display: block; width: 1px; height: 70%; background: #efefef; position: absolute; right: 25px; top: 15%; } } } .r5 { background: #fff; padding: 10px; border-radius: 10px; margin: 0 !important; .wrap { box-shadow: 0px 2px 4px 0px rgba(84, 75, 235, .3); padding: 15px; border-radius: 10px; overflow: hidden; background: #fff; transition: all .3s; &.blue { box-shadow: 0px 2px 4px 0px rgba(88, 203, 168, .3); } &.effect:hover { box-shadow: none; background: rgb(241, 248, 255); } img { width: 15px; } .fr { float: right; width: calc(100% - 15px); text-align: center; p:last-child { font-size: 30px; text-align: center; margin-top: 10px; } } } /deep/ .ant-table-thead > tr > th { background: rgb(241, 248, 255); border: none; color: #000; padding: 10px; } /deep/ .ant-table-tbody .ant-table-row td { padding: 10px; color: #000; } .r5-1 { display: flex; width: 100%; margin-top: 30px; .fl { float: left; position: relative; .ant-btn { border-radius: 0; border: none; margin-right: 10px; } } .fr { float: right; line-height: 2; span { margin-right: 30px; i { display: inline-block; width: 25px; height: 3px; background: #544BEB; position: relative; top: -4px; margin-right: 20px; } &:last-child i { background: #F0B358; } } } } .box { border-radius: 10px; text-align: center; min-height: 180px; display: flex; flex-direction: column; justify-content: center; p { color: #fff; img { width: 19px; margin: -5px 10px 0 0; } } .num { font-size: 30px; margin-bottom: 10px; } &.b1 { background: rgb(233, 107, 95); } &.b2 { background: rgb(88, 204, 168); } &.b3 { background: rgb(124, 152, 252); } &.b4 { background: #F0B358; } } } .r6 { background: #fff; padding: 10px 5px; border-radius: 10px; margin: 0 !important; .ant-col:not(:last-child) .wrap:after { content: ''; display: block; position: absolute; right: 0; top: 10%; height: 70%; width: 2px; background: #f1f1f1; } .wrap { padding: 45px 60px; background: #fff; transition: all .3s; cursor: pointer; border-radius: 10px; &:hover { background: #f1f8ff; } p { line-height: 30px; font-size: 18px; img { width: 30px; float: right; } } } } .r7 { background: #fff; padding: 15px 5px; border-radius: 10px; margin: 0 !important; .ant-col { padding: 20px 0 20px 30px; } .wrap { display: flex; span:first-child { background: #f1f8ff; float: left; padding: 0px 20px; border-radius: 50%; width: 70px; height: 70px; text-align: center; font-size: 15px; display: flex; justify-content: center; align-items: center; } span:last-child { display: flex; align-items: center; padding-left: 50px; } } } } @media (max-width: 1600px) { .home .r2 .wrap .imgtitle { margin-top: 1%; } .home .r2 .wrap .btn_self { font-size: 12px; margin-top: 4%; width: auto; } } @media (min-width: 2000px) { .home .r2 .wrap img { display: block; width: 45%; } .home .r2 .wrap .imgtitle { margin-top: 7%; } }