123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- .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 {
- 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 {
- background: #fff;
- padding: 20px 30px;
- box-shadow: 0px 0px 15px 0px @primary-color;
- 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;
- 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;
- .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;
- margin: 0 !important;
- .wrap {
- box-shadow: 0px 2px 4px 0px @primary-color;
- padding: 15px;
- overflow: hidden;
- background: #fff;
- border-radius: 10px;
- transition: all .3s;
- &.blue {
- box-shadow: 0px 2px 4px 0px @primary-color;
- }
- &.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: 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 {
- 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;
- 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;
- &:hover {
- background: #f1f8ff;
- }
- p {
- line-height: 30px;
- font-size: 18px;
- img {
- width: 30px;
- float: right;
- }
- }
- }
- }
- .r7 {
- background: #fff;
- padding: 15px 5px;
- margin: 0 !important;
- .ant-col {
- padding: 20px 0 20px 30px;
- }
- .wrap {
- display: flex;
- span:first-child {
- background: #f1f8ff;
- float: left;
- padding: 0px 20px;
- 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%;
- }
- }
|