123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- .partOne {
- width: 100%;
- height: 70px;
- background-color: #489d97;
- .inner {
- width: 1200px;
- margin: 0 auto;
- }
- .navigationOne {
- width: 1200px;
- color: #333;
- display: flex;
- flex-wrap: wrap;
- li:first-child {
- color: #fff59d;
- padding: 0 50px;
- }
- li {
- font-family: PingFang SC;
- height: 70px;
- line-height: 70px;
- font-weight: bold;
- font-size: 16px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- margin: 0 12px;
- text-align: center;
- width: 76px;
- a {
- color: #fff;
- display: block;
- }
- }
- >li:hover a {
- color: #fff59d;
- }
- // .active {
- // color: #ABE874;
- // }
- }
- }
- .partTwo {
- width: 100%;
- height: 50px;
- background-color: #fff6e2;
- .inner {
- width: 1200px;
- margin: 0 auto;
- .partTwoNav {
- width: 1200px;
- color: #333;
- display: flex;
- flex-wrap: wrap;
- // justify-content: space-between;
- .navList:first-child {
- padding-left: 40px;
- // padding-right: 20px;
- }
- .navList {
- font-family: PingFang SC;
- height: 50px;
- line-height: 50px;
- font-weight: 400;
- font-size: 16px;
- color: #333333;
- margin: 0 20px;
- a {
- color: #333;
- display: block;
- }
- }
- .navList:last-child {
- margin-right: 0;
- // padding-right: 20px;
- }
- .navList:hover a {
- color: #489d97;
- }
- }
- }
- }
- .partThree {
- margin-top: 15px;
- width: 100%;
- height: 50px;
- background-color: #f5f5f5;
- .inner {
- width: 1200px;
- margin: 0 auto;
- display: flex;
- .title {
- font-family: PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #666666;
- line-height: 50px;
- padding-left: 35px;
- }
- .title1 {
- font-family: PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #666666;
- line-height: 50px;
- padding-left: 35px;
- }
- .searchRole {
- width: 440px;
- height: 40px;
- line-height: 35px;
- background-color: #fff;
- border: 1px solid #ededed;
- margin-top: 5px;
- margin-left: 20px;
- border-radius: 25px;
- padding-left: 20px;
- box-sizing: border-box;
- i {
- display: inline-block;
- width: 1px;
- height: 12px;
- background-color: #d9d9d9;
- margin: 0 10px;
- vertical-align: middle;
- }
- em {
- display: inline-block;
- width: 29px;
- height: 29px;
- margin: 4px;
- margin-right: 25px;
- vertical-align: -13px;
- background: url('@/public/image/Iconly/Broken/Search.png');
- cursor: pointer;
- }
- .search{
- margin-left: 20px;
- }
- .search1{
- margin-left: 160px;
- }
- >.ipt {
- width: 245px;
- font-family: PingFang SC, PingFang SC;
- font-weight: 600;
- font-size: 14px;
- color: #666;
- line-height: 16px;
- padding-left: 22px;
- box-sizing: border-box;
- text-align: left;
- font-style: normal;
- text-transform: none;
- border: none;
- outline: none;
- }
- >.ipt::placeholder {
- color: #cccccc;
- }
- span {
- color: #999999;
- }
- .el-select--large::v-deep .el-select__wrapper {
- font-size: 14px;
- gap: 6px;
- line-height: 24px;
- min-height: 35px;
- padding: 0;
- border: none;
- box-shadow: none;
- }
- .el-select__placeholder::v-deep.is-transparent {
- color: #999999;
- font-weight: 600;
- }
- }
- }
- }
|