123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370 |
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- div,
- p,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- form,
- table,
- th,
- td,
- a,
- img,
- span,
- strong,
- var,
- em,
- input,
- textarea,
- select,
- option {
- margin: 0;
- padding: 0;
- }
- body {
- width: 100%;
- height: 100%;
- background: #EFEFEF;
- }
- html {
- width: 100%;
- height: 100%;
- }
- ul,
- ol,
- li {
- list-style: none;
- }
- .flot {
- width: 24px;
- height: 19px;
- }
- .line {
- width: 100%;
- height: 2px;
- border: 1px solid #666666;
- opacity: 0.2;
- margin-top: 20px;
- background-color: #666666;
- }
- .icon {
- width: 20px;
- height: 20px;
- }
- .deploiement {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .content {
- background-color: #EBF0F3;
- font-weight: 400;
- display: flex;
- justify-content: center;
- }
- .center {
- position: absolute;
- width: 750px;
- background-color: #ffffff;
- }
- .nav {
- width: 200px;
- padding: 0 23px;
- }
- .nav p {
- width: 200px;
- height: 40px;
- font-size: 42px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #1D498E;
- line-height: 60px;
- }
- .nav .nav-line {
- width: 89px;
- height: 8px;
- background: #1D498E;
- margin: 18px 0 0 40px;
- }
- .hqdh {
- margin-top: 37px;
- padding: 0 23px;
- }
- .hqdh .hqdh-nav {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .hqdh .hqdh-nav .hqdh-title {
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60px;
- }
- .hqdh .hqdh-nav .hqdh-fold span {
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 60px;
- cursor: pointer;
- }
- .hqdh .hqdh-content {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- }
- .hqdh .hqdh-content.up {
- height: 80px;
- overflow: hidden;
- }
- .hqdh .hqdh-content .type-item {
- margin-right: 15px;
- margin-bottom: 20px;
- }
- .hqdh .hqdh-content .type-item p {
- margin-right: 39px;
- font-size: 24px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 60px;
- cursor: pointer;
- }
- .active {
- color: #1D498E;
- border-bottom: 2px solid #1D498E;
- }
- .deActive {
- color: #333333;
- }
- .hqsx-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- background: #EFEFEF;
- }
- .hqsx-title-left {
- font-size: 22px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60px;
- }
- .hqsx-title-left span {
- color: red;
- }
- .hqsx-title-right {
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60px;
- }
- .hqsx-title-right label {
- margin-right: 10px;
- position: relative;
- display: inline-block;
- padding: 7px;
- background-color: #fff;
- border-radius: 2px;
- border: 1px solid #e4e4e4;
- }
- .hqsx-title-right label.on {
- border: 1px solid #004a93;
- }
- .hqsx-title-right label.on:after {
- content: '\2714';
- position: absolute;
- font-size: 16px;
- top: -3px;
- left: 0px;
- color: #004a93;
- font-weight: bold;
- line-height: 20px;
- }
- .hqsx-title-right input {
- display: none;
- }
- .hqsx {
- padding: 20px 23px;
- }
- .hqsx dl {
- margin-bottom: 39px;
- }
- .hqsx dl.on {
- border: 1px solid #004a93;
- border-radius: 4px;
- }
- .hqsx dl dt {
- background: #FFFFFF;
- border: 1px solid #E0E0E0;
- border-radius: 4px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 20px;
- cursor: pointer;
- }
- .hqsx dl dt.on {
- background: #004a93;
- border: hidden;
- }
- .hqsx dl dt p {
- width: 80%;
- font-size: 28px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60px;
- }
- .hqsx dl dt p.on {
- color: #ffffff;
- }
- .hqsx dl dt img {
- width: 18px;
- height: 29px;
- }
- .hqsx dl dd {
- padding: 10px 20px 20px 20px;
- display: none;
- }
- .hqsx dl dd div {
- margin-top: 20px;
- display: flex;
- justify-content: start;
- }
- .hqsx dl dd div p {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-right: 45px;
- }
- .hqsx dl dd div p img {
- margin-right: 12px;
- }
- .hqsx dl dd div p span {
- font-size: 22px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60px;
- }
- .hqsx dl dd>p {
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- margin-top: 20px;
- }
- .footer {
- padding: 0 23px;
- display: flex;
- justify-content: space-between;
- }
- .footer button{
- width: 165px;
- line-height: 65px;
- background: #FFFFFF;
- border: 1px solid #E0E0E0;
- border-radius: 10px;
- text-align: center;
- margin-right: 19px;
- cursor: pointer;
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .footer>div:nth-child(2) {
- /* display: flex;
- justify-content: space-around;
- cursor: pointer; */
- line-height: 65px;
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .footer>div:nth-child(2) p {
- width: 98px;
- line-height: 65px;
- background: #FFFFFF;
- border: 1px solid #E0E0E0;
- border-radius: 10px;
- text-align: center;
- margin-right: 19px;
- cursor: pointer;
- }
- /* .footer>div:nth-child(3) {
- width: 165px;
- line-height: 65px;
- background: #FFFFFF;
- border: 1px solid #E0E0E0;
- border-radius: 10px;
- text-align: center;
- cursor: pointer;
- font-size: 26px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- } */
|