123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649 |
- .HoutaiContainerTitleButton .HoutaiContainerTitleButtonAdvert {
- color: #fff;
- background-color: #000000;
- border: 1px solid #000000;
- }
- .SLHeader {
- width: 1380px;
- height: 48px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- align-items: center;
- }
- .SLHeaderChild {
- width: 158px;
- font-size: 14px;
- font-weight: bold;
- color: #9A9EA5;
- position: relative;
- text-align: center;
- cursor: pointer;
- }
- .SLHeaderChildActive {
- color: #000000;
- font-size: 14px;
- font-weight: bold;
- }
- .SLHeaderChildActive::after {
- content: "";
- width: 100px;
- border-bottom: 4px solid #007AFF;
- border-radius: 0.03rem;
- /* background-color: #007AFF; */
- position: absolute;
- bottom: -15px;
- left: 18%;
- }
- .SLHeaderCreate {
- width: 88px;
- height: 35px;
- background-color: #000000;
- border-radius: 4px;
- color: #FFFFFF;
- font-size: 14px;
- font-weight: bold;
- text-align: center;
- line-height: 35px;
- position: absolute;
- right: 35px;
- top: 7px;
- cursor: pointer;
- }
- .SLHeaderChildActiveLine {
- width: 1380px;
- height: 2px;
- margin-left: 30px;
- background-color: #D4D4D4;
- }
- .HoutaiContainerBottomAppleList {
- width: 1380px;
- background-color: white;
- margin-top: 24px;
- margin-left: 32px;
- margin: 25px auto 0;
- border-radius: 10px;
- border: 1px solid #D5D9DD;
- }
- .HoutaiContainerBottomAppleListHeader {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #F2F4F6;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeaders {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #FFFFFF;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeaders:nth-child(odd) {
- background-color: white;
- }
- .HoutaiContainerBottomAppleListHeaders:nth-child(even) {
- background-color: #F9FBFE;
- }
- .HoutaiContainerBottomAppleListHeaders>p {
- height: 100px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #000000;
- }
- .HoutaiContainerBottomAppleListHeader>p {
- height: 54px;
- text-align: center;
- line-height: 54px;
- font-size: 14px;
- color: #575F6E;
- }
- .HoutaiContainerBottomAppleListHeaderBH {
- width: 192px;
- }
- .HoutaiContainerBottomAppleListHeaderTP {
- width: 162px;
- }
- .HoutaiContainerBottomAppleListHeaderTP img {
- width: 66px;
- height: 66px;
- }
- .HoutaiContainerBottomAppleListHeaderLJ {
- width: 864px;
- }
- .HoutaiContainerBottomAppleListHeaderCZ {
- width: 162px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- }
- .HoutaiContainerBottomAppleListHeaderCZxg {
- color: #007AFF;
- font-size: 16px;
- padding-right: 3px;
- cursor: pointer;
- }
- .HoutaiContainerBottomAppleListHeaderCZsc {
- color: #FF0000;
- font-size: 16px;
- padding-left: 3px;
- cursor: pointer;
- }
- /* 弹窗 */
- .HoutaiContainerDialog {
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.2);
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 999;
- overflow: hidden;
- display: none;
- }
- .HoutaiContainerDialogDeputy {
- width: 620px;
- height: 430px;
- background-color: #FFFFFF;
- border-radius: 4px;
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- /* margin-left: -285px;
- margin-top: -248px; */
- }
- .HoutaiContainerDialogTitle {
- width: 620px;
- height: 48px;
- background-color: #F2F4F6;
- color: #242731;
- font-size: 16px;
- font-weight: bold;
- text-align: center;
- line-height: 48px;
- border-radius: 4px;
- }
- .HoutaiContainerDialogAdvert1 {
- width: 620px;
- height: 64px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- }
- .HoutaiContainerDialogAdvert1Left {
- width: 122px;
- height: 56px;
- color: #242731;
- font-size: 16px;
- text-align: center;
- line-height: 56px;
- }
- .HoutaiContainerDialogAdvert1Right {
- width: 480px;
- height: 40px;
- border-radius: 4px;
- font-size: 16px;
- color: #242731;
- margin-top: 8px;
- border: 1px solid #BBBFC1;
- padding-left: 12px;
- outline: none;
- }
- .HoutaiContainerDialogAdvert2 {
- width: 620px;
- height: 64px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- }
- .HoutaiContainerDialogAdvert2Left {
- width: 122px;
- height: 56px;
- color: #242731;
- font-size: 16px;
- text-align: center;
- line-height: 56px;
- }
- .HoutaiContainerDialogAdvert2Right {
- width: 480px;
- height: 40px;
- border-radius: 4px;
- font-size: 16px;
- color: #242731;
- margin-top: 8px;
- border: 1px solid #BBBFC1;
- padding-left: 12px;
- outline: none;
- }
- .HoutaiContainerDialogAdvert4 {
- width: 620px;
- height: 240px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- align-items: center;
- }
- .HoutaiContainerDialogAdvert4Left {
- width: 122px;
- height: 140px;
- color: #242731;
- font-size: 16px;
- text-align: center;
- line-height: 140px;
- }
- .head-img {
- width: 271px;
- height: 200px;
- }
- .head-img img {
- width: 100%;
- height: 100%;
- }
- #img-upload {
- display: none;
- }
- .HoutaiContainerDialogAdvert4Right,
- .HoutaiContainerDialogAdvert4Right3 {
- width: 115px;
- height: 132px;
- text-align: center;
- line-height: 132px;
- margin-left: 8px;
- color: #007AFF;
- font-size: 16px;
- }
- .HoutaiContainerDialogAdvert5 {
- width: 620px;
- height: 78px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- background-color: #F7F7F8;
- align-items: center;
- }
- .HoutaiContainerDialogAdvert5Left {
- width: 246px;
- height: 48px;
- color: #BBBFC1;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- line-height: 48px;
- border: 1px solid #BBBFC1;
- border-radius: 4px;
- margin-left: 32px;
- }
- .HoutaiContainerDialogAdvert5Right {
- width: 246px;
- height: 48px;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- line-height: 48px;
- border-radius: 4px;
- margin-left: 64px;
- background-color: #000000;
- }
- /* 编辑弹窗 */
- .HoutaiContainerDialogBJ {
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.2);
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 999;
- overflow: hidden;
- display: none;
- }
- .HoutaiContainerDialogBJDeputy {
- width: 620px;
- height: 430px;
- background-color: #FFFFFF;
- border-radius: 4px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin-left: -285px;
- margin-top: -285px;
- }
- .HoutaiContainerDialogBJTitle {
- width: 620px;
- height: 48px;
- background-color: #F2F4F6;
- color: #242731;
- font-size: 16px;
- font-weight: bold;
- text-align: center;
- line-height: 48px;
- border-radius: 4px;
- }
- .HoutaiContainerDialogBJAdvert {
- width: 620px;
- height: 64px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- }
- .HoutaiContainerDialogBJAdvertLeft {
- width: 122px;
- height: 56px;
- color: #242731;
- font-size: 16px;
- text-align: center;
- line-height: 56px;
- }
- .HoutaiContainerDialogBJAdvertRight {
- width: 480px;
- height: 40px;
- border-radius: 4px;
- font-size: 16px;
- color: #242731;
- margin-top: 8px;
- border: 1px solid #BBBFC1;
- padding-left: 12px;
- outline: none;
- }
- .HoutaiContainerDialogBJAdvert1 {
- width: 620px;
- height: 64px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- }
- .HoutaiContainerDialogBJAdvertLeft1 {
- width: 122px;
- height: 56px;
- color: #242731;
- font-size: 16px;
- text-align: center;
- line-height: 56px;
- }
- .HoutaiContainerDialogBJAdvertRight1 {
- width: 480px;
- height: 40px;
- border-radius: 4px;
- font-size: 16px;
- color: #242731;
- margin-top: 8px;
- border: 1px solid #BBBFC1;
- padding-left: 12px;
- outline: none;
- }
- .HoutaiContainerDialogBJAdvert2 {
- width: 620px;
- height: 240px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- align-items: center;
- }
- .HoutaiContainerDialogBJAdvertLeft2 {
- width: 122px;
- height: 140px;
- color: #242731;
- font-size: 16px;
- text-align: center;
- line-height: 140px;
- }
- .head-img1 {
- width: 271px;
- height: 200px;
- }
- .head-img1 img {
- width: 100%;
- height: 100%;
- }
- #img-upload1 {
- display: none;
- }
- .HoutaiContainerDialogBJAdvertRight2 {
- width: 115px;
- height: 132px;
- text-align: center;
- line-height: 132px;
- margin-left: 8px;
- color: #007AFF;
- font-size: 16px;
- cursor: pointer;
- }
- .HoutaiContainerDialogBJAdvert3 {
- width: 620px;
- height: 78px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- background-color: #F7F7F8;
- align-items: center;
- }
- .HoutaiContainerDialogABJdvertLeft3 {
- width: 246px;
- height: 48px;
- color: #BBBFC1;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- line-height: 48px;
- border: 1px solid #BBBFC1;
- border-radius: 4px;
- margin-left: 32px;
- }
- .HoutaiContainerDialogBJAdvertRight3 {
- width: 246px;
- height: 48px;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- line-height: 48px;
- border-radius: 4px;
- margin-left: 64px;
- background-color: #000000;
- }
- /* 删除弹窗 */
- .HoutaiContainerDialogSC {
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.2);
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 999;
- overflow: hidden;
- display: none;
- }
- .HoutaiContainerDialogSCDeputy {
- width: 620px;
- height: 226px;
- background-color: #FFFFFF;
- border-radius: 4px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin-left: -285px;
- margin-top: -170px;
- }
- .HoutaiContainerDialogSCTitle {
- width: 620px;
- height: 48px;
- background-color: #F2F4F6;
- color: #242731;
- font-size: 16px;
- font-weight: bold;
- text-align: center;
- line-height: 48px;
- border-radius: 4px;
- }
- .HoutaiContainerDialogSCZhongJian {
- width: 620px;
- height: 100px;
- color: #FF0000;
- font-weight: bold;
- font-size: 23px;
- text-align: center;
- line-height: 100px;
- }
- .HoutaiContainerDialogSCAdvert {
- width: 620px;
- height: 78px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- background-color: #F7F7F8;
- align-items: center;
- }
- .HoutaiContainerDialogASCdvertLeft {
- width: 246px;
- height: 48px;
- color: #BBBFC1;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- line-height: 48px;
- border: 1px solid #BBBFC1;
- border-radius: 4px;
- margin-left: 32px;
- }
- .HoutaiContainerDialogSCAdvertRight {
- width: 246px;
- height: 48px;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- line-height: 48px;
- border-radius: 4px;
- margin-left: 64px;
- background-color: #000000;
- }
- .bannerImgBJ {
- background-color: rgba(0, 0, 0, 0.8);
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- display: none;
- width: 100%;
- height: 100%;
- }
- .bannerImgContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- }
|