59 lines
1.2 KiB
CSS
59 lines
1.2 KiB
CSS
.boxbox {
|
|
width: 1200px;
|
|
background-color: #fbfbfb;
|
|
border-radius: 12px;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
.boxbox::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: -5px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 66px;
|
|
background: -webkit-linear-gradient(0deg, #7b8cd3 0%, #dae3fd 99%);
|
|
background: -moz-linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
|
|
border-radius: 18px;
|
|
z-index: -1;
|
|
}
|
|
.boxbox .tab {
|
|
height: 60px;
|
|
font-size: 14px;
|
|
color: #7f7f7f;
|
|
border-bottom: 1px dotted #ebebeb;
|
|
padding-left: 24px;
|
|
}
|
|
.boxbox .tab a {
|
|
color: #7f7f7f;
|
|
}
|
|
.boxbox .tab .img {
|
|
width: 6px;
|
|
height: 10px;
|
|
margin: 0 15px;
|
|
}
|
|
.boxbox .tab .current {
|
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
}
|
|
.boxbox .body .left .input-box {
|
|
width: 750px;
|
|
height: 48px;
|
|
background-color: #f2f2f2;
|
|
border-radius: 183px;
|
|
}
|
|
.boxbox .body .left .input-box input {
|
|
border: none;
|
|
outline: none;
|
|
height: 100%;
|
|
background-color: transparent;
|
|
}
|
|
.boxbox .body .left .input-box .search-icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|