123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916 |
- .title_input .layui-form-label{
- font-size: 18px;
- font-weight: 700;
- color: #333333;
- width: auto;
- padding: 0;
- padding-left: 41px;
- }
- .destination_end{
- font-size: 16px;
- margin-left: 34px;
- margin-right: 36px;
- color: #666666;
- line-height: 31.5px;
- }
- .division_div{
- color: #acacac;
- margin-right: 30px;
- margin-bottom: 2px;
- }
- .start_end_time{
- font-size: 16px;
- margin-right: 36px;
- color: #666666;
- line-height: 30px;
- }
- .people_number{
- font-size: 16px;
- margin-right: 36px;
- color: #666666;
- line-height: 30px;
- }
- .amount_range{
- font-size: 16px;
- margin-right: 36px;
- color: #666666;
- line-height: 30px;
- }
- .hotel_scale{
- font-size: 16px;
- color: #666666;
- line-height: 30px;
- margin-right: 36px;
- }
- .language_div{
- font-size: 16px;
- color: #666666;
- line-height: 30px;
- }
- .layui-form-item .layui-inline {
- display: flex;
- align-items: center;
- }
- /*.list_div{*/
- /* overflow-y: auto;*/
- /*}*/
- .day_column{
- float: left;
- width: 188px;
- height: 100%;
- padding-top: 10px;
- padding-bottom: 60px;
- position: sticky;
- top: 50px;
- overflow: auto;
- max-height: calc(100vh - 345px);
- }
- .timeline[data-v-2d69a44a] {
- --dark-color: #e3e4e5;
- --active-color: #ffb003;
- --bg-color: #f7f9fa;
- }
- .timeline ul[data-v-2d69a44a] {
- padding-left: 36px;
- }
- .timeline li[data-v-2d69a44a] {
- position: relative;
- z-index: 2;
- display: flex;
- align-items: center;
- padding-bottom: 120px;
- font-size: 18px;
- color: #000;
- }
- .timeline li i[data-v-2d69a44a] {
- font-style: normal;
- cursor: pointer;
- }
- .timeline li span[data-v-2d69a44a] {
- position: absolute;
- top: 24px;
- left: 6px;
- z-index: 1;
- width: 1px;
- height: 138px;
- background-color: #e3e4e5;
- }
- .pre-actived[data-v-2d69a44a] {
- color: #ffb003!important;
- }
- .timeline li[data-v-2d69a44a]:before {
- z-index: 2;
- display: block;
- width: 12px;
- height: 12px;
- margin-right: 20px;
- content: "";
- background-color: #fff;
- border: 3px solid #999;
- border-radius: 50%;
- transition: 300ms;
- }
- .route[data-v-5161540f] {
- display: flex;
- flex-direction: column;
- width: 1262px;
- border-left: 6px solid #e3e4e5;
- transition: all.3s;
- }
- .content_right{
- float: left;
- width: calc(100% - 188px - 6px);
- height: calc(100% - 60px - 80px);
- border-left: 1px solid #e3e4e5;
- margin-top: 10px;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .content_right .content_add_div{
- padding-left: 76px;
- float: left;
- width: calc(100% - 76px);
- }
- .content_add_div .layui-form-label{
- width: auto;
- padding: 0;
- font-size: 18px;
- font-weight: 700;
- color: #000;
- margin-right: 5px;
- }
- .date_content_div{
- float: left;
- width: 90%;
- height: 48px;
- background: #f4f4f4;
- border: 1px solid #e3e4e5;
- border-radius: 10px;
- margin-bottom: 13px;
- position: relative;
- }
- /*.positioning_div .date_content_div:last-child{*/
- /* margin-bottom: 0;*/
- /*}*/
- .date_content_img{
- float: left;
- margin: 17px 32px 16px 29px;
- }
- .date_content_input{
- height: 100%;
- border: 0;
- background-color: #f4f4f4;
- width: calc(100% - 32px - 48px);
- float: right;
- font-size: 16px;
- font-weight: 700;
- }
- .content_add_div .layui-inline{
- width: 100%;
- margin-bottom: 26px;
- }
- .positioning_div{
- position: relative;
- }
- .date_hours_content_input{
- float: left;
- width: 115px;
- padding-left: 29px;
- border: 0;
- background-color: #f4f4f4;
- height: 100%;
- font-size: 16px;
- font-weight: 700;
- color: #333333;
- border-radius: 10px;
- margin-right: 18px;
- border: 1px solid #e3e4e5;
- }
- .date_hours_content{
- float: left;
- width: calc(100% - 138px);
- color: #6c6c6c;
- border-radius: 10px;
- padding-left: 18px;
- border: 1px solid #e3e4e5;
- }
- .add_date{
- width: 35px;
- height: 35px;
- position: absolute;
- bottom: 3px;
- right: 1%;
- cursor: pointer;
- margin-bottom: 20px;
- }
- .play_div{
- float: left;
- width: 100%;
- height: auto;
- position: relative;
- }
- .play_content_div{
- width: 90%;
- min-height: 287px;
- background: #fff;
- border: 1px solid #e3e4e5;
- border-radius: 10px;
- margin-bottom: 100px;
- position: relative;
- }
- .title_name_spot{
- display: flex;
- align-items: center;
- height: 56px;
- padding: 0 36px;
- background-color: #f4f4f4;
- border-radius: 10px 10px 0 0;
- }
- .title_name_img{
- width: 22px;
- height: 30px;
- fill: #b8b8b8;
- }
- .editor-assets-control[data-v-400c2eb9] {
- display: flex;
- padding: 0 36px;
- }
- .editor-assets-control-item[data-v-400c2eb9] {
- display: flex;
- align-items: center;
- cursor: pointer;
- }
- .assets-videos-icon[data-v-400c2eb9] {
- background-position: -60px -10px;
- }
- .assets-icon[data-v-400c2eb9] {
- display: block;
- width: 30px;
- height: 30px;
- background-image: url("/images/demandForSingle/video_img.png");
- }
- .editor-assets-control-item span[data-v-400c2eb9] {
- padding-left: 8px;
- font-size: 16px;
- line-height: 1;
- color: #0095f3;
- }
- .file_margin {
- margin-left: 50px;
- }
- .assets-images-icon[data-v-400c2eb9] {
- background-position: -10px -10px;
- }
- .editor-content[data-v-400c2eb9] {
- position: relative;
- margin: 40px 36px 18px;
- font-size: 18px;
- line-height: 24px;
- color: #666;
- }
- .editor-content p[data-v-400c2eb9] {
- min-height: 72px;
- }
- .editor-content textarea[data-v-400c2eb9] {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- resize: none;
- border: unset;
- font-size: 16px;
- }
- .editor-assets[data-v-400c2eb9] {
- margin-top: 24px;
- }
- .content-length[data-v-400c2eb9] {
- display: block;
- padding: 0 36px;
- font-size: 16px;
- color: #666;
- text-align: right;
- }
- .operation[data-v-67b53f28] {
- display: flex;
- align-items: center;
- width: 60px;
- margin: 84px 0 54px 35px;
- overflow: hidden;
- transition: all.3s;
- transform: translate(-31px);
- position: relative;
- right: 68px;
- }
- .operation-leader[data-v-67b53f28] {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 40px;
- min-width: 40px;
- height: 40px;
- margin-right: 46px;
- background-color: #fff;
- border: 2px solid #0095f3;
- border-radius: 50%;
- transition: all.3s;
- }
- .operation-leader svg[data-v-67b53f28] {
- width: 30px;
- color: #0095f3;
- transition: all .3s;
- }
- .icon-group[data-v-67b53f28] {
- display: flex;
- }
- .icon-item[data-v-67b53f28] {
- display: flex;
- align-items: center;
- width: 244px;
- cursor: pointer;
- }
- .icon-dir[data-v-67b53f28] {
- background-position: -10px -10px;
- }
- .icon[data-v-67b53f28] {
- display: block;
- width: 50px;
- height: 50px;
- background-image: url("/images/demandForSingle/operationIcons.31c5ef96.png");
- background-repeat: no-repeat;
- }
- .icon-item span[data-v-67b53f28] {
- margin-left: 14px;
- font-size: 18px;
- color: #333;
- }
- .icon-location[data-v-67b53f28] {
- background-position: -10px -80px;
- }
- .icon-pen[data-v-67b53f28] {
- background-position: -80px -10px;
- }
- .operation:hover .operation-header svg[data-v-67b53f28]{
- color: #fff;
- transform: rotate(45deg);
- }
- .operation:hover .operation-header{
- background-color: #39adf6;
- }
- .operation_headr{
- width: auto!important;
- }
- .close_play_button{
- width: 40px;
- height: 40px;
- background: #acacac;
- border-radius: 50%;
- position: absolute;
- top: -16px;
- right: -21px;
- text-align: center;
- line-height: 40px;
- cursor: pointer;
- }
- .close_play_button i{
- font-size: 20px;
- color: #fff;
- font-weight: bold;
- }
- .play_content_div:last-child{
- margin-bottom: 0;
- }
- .submit_div_button{
- float: left;
- height: 120px;
- padding-left: 76px;
- width: calc(100% - 76px - 120px);
- }
- .submit_button{
- float: left;
- width: 236px;
- height: 60px;
- border-radius: 30px;
- text-align: center;
- line-height: 60px;
- font-size: 20px;
- cursor: pointer;
- }
- .offer_button{
- background: #0095f3;
- color: #fff;
- margin-left: 29px;
- float: right;
- }
- .reset_button{
- background: #f4f4f4;
- color: #000;
- float: right;
- }
- .editor-assets-content[data-v-400c2eb9] {
- display: grid;
- grid-template-columns: repeat(3,1fr);
- grid-gap: 20px;
- width: calc(100% - 72px);
- padding: 0 36px;
- margin-top: 20px;
- }
- .editor-assets-content-info[data-v-400c2eb9] {
- position: relative;
- width: 120px;
- height: 100px;
- }
- .el-image {
- position: relative;
- display: inline-block;
- overflow: hidden;
- }
- .el-image__preview {
- cursor: pointer;
- }
- .editor-assets-content-info svg[data-v-400c2eb9] {
- position: absolute;
- top: -10px;
- right: -10px;
- width: 20px;
- height: 20px;
- color: #333;
- cursor: pointer;
- background-color: #fff;
- border-radius: 50%;
- }
- .el-image__inner {
- vertical-align: top;
- }
- .el-image__error, .el-image__inner, .el-image__placeholder {
- width: 100%;
- height: 100%;
- }
- .editor-assets-content-info video[data-v-400c2eb9] {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .del_date{
- float: left;
- width: 35px;
- height: 35px;
- border-radius: 50%;
- position: absolute;
- top: 4px;
- right: -5%;
- background-color: #ccc;
- color: #ffff;
- text-align: center;
- line-height: 35px;
- font-weight: 600;
- cursor: pointer;
- }
- .del_date .layui-icon{
- font-size: 28px;
- }
- ::-webkit-scrollbar {/*滚动条整体样式*/
- width: 7px; /*高宽分别对应横竖滚动条的尺寸*/
- height: 4px;
- scrollbar-arrow-color: #777777;
- margin-right: 5px;
- }
- ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
- border-radius: 5px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: rgba(0,0,0,0.2);
- scrollbar-arrow-color: #C8CCD1;
- }
- ::-webkit-scrollbar-track {/*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px #FFFFFF;
- border-radius: 0;
- background: rgba(0,0,0,0.1);
- }
- .positioning_div .date_content_div{
- background: #fff;
- border: 0;
- }
- .select_template{
- width: 200px;
- min-width: 200px;
- height: 50px;
- background: #0095f3;
- border-radius: 30px;
- line-height: 50px;
- text-align: center;
- color: #fff;
- font-size: 20px;
- cursor: pointer;
- z-index: 999999;
- }
- .save_template{
- color: #fff;
- background: #0095f3;
- }
- .all_price{
- float: left;
- width: calc(100% - 76px);
- height: 80px;
- padding-left: 76px;
- }
- .all_price_font{
- font-size: 18px;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- letter-spacing: 0.9px;
- float: left;
- line-height: 48px;
- }
- .all_price_input{
- float: left;
- margin-left: 23px;
- width: auto;
- height: 48px;
- background: #fff;
- border: 1px solid #e3e4e5;
- border-radius: 10px;
- line-height: 48px;
- padding: 0 15px;
- }
- .all_price_input span{
- float: left;
- font-size: 18px;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- line-height: 48px;
- }
- .all_price_input input{
- float: left;
- line-height: 48px;
- border: 0;
- font-size: 18px;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- }
- .contract_uplod{
- float: left;
- width: calc(100% - 76px);
- padding-left: 76px;
- }
- .name_private_offer{
- float: left;
- width: 100%;
- height: 60px;
- display: flex;
- align-items: center;
- margin-bottom: 10px;
- }
- .name_private_offer span{
- float: left;
- width: 150px;
- min-width: 150px;
- font-size: 18px;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #000;
- padding-left: 36px;
- }
- .name_private_offer input{
- float: left;
- width: 954px;
- height: 34px;
- border: 1px solid #e3e4e5;
- border-radius: 10px;
- font-size: 16px;
- padding-left: 20px;
- }
- .name_private_offer .cover_img{
- margin-left: 28px;
- margin-right: 150px;
- }
- .name_private_offer .cover_img span{
- font-weight: 500;
- width: 80px;
- }
- .other_select{
- float: left;
- width: calc(100% - 76px);
- height: 160px;
- padding-left: 76px;
- display: flex;
- align-items: center;
- }
- .other_select_font{
- font-weight: 700;
- font-size: 18px;
- font-family: PingFang SC, PingFang SC-Bold;
- margin-right: 27px;
- }
- .radio_div_select{
- display: flex;
- align-items: center;
- cursor: pointer;
- margin-right: 46px;
- }
- .radio_icon{
- float: left;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- border: 1px solid #ccc;
- text-align: center;
- line-height: 20px;
- }
- .radio_div_select span{
- margin-left: 10px;
- font-size: 16px;
- font-family: PingFang SC, PingFang SC-Medium;
- font-weight: 500;
- }
- .radio_icon_color{
- background: #0095f3;
- color: #fff;
- border-color: #0095f3;
- }
- .van-pop-transparent {
- --van-popup-background-color: transparent !important;
- }
- .van-popup--center {
- top: 50%;
- left: 50%;
- transform: translate3d(-50%,-50%,0);
- }
- .van-popup {
- position: fixed;
- max-height: 100%;
- overflow-y: auto;
- background: var(--van-popup-background-color);
- transition: transform .3s;
- -webkit-overflow-scrolling: touch;
- display: none;
- }
- .info[data-v-429d1032] {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 1366px;
- padding: 40px 56px;
- background-color: #fff;
- border-radius: 20px;
- }
- .info-title[data-v-429d1032] {
- display: flex;
- align-items: center;
- width: 100%;
- }
- .info-title h3[data-v-429d1032] {
- position: relative;
- padding-left: 28px;
- font-size: 30px;
- line-height: 1;
- color: #000;
- }
- .search[data-v-429d1032] {
- display: flex;
- align-items: center;
- width: 280px;
- height: 34px;
- padding: 0 14px;
- margin-left: 30px;
- background-color: #eee;
- border-radius: 20px;
- }
- .search svg[data-v-429d1032] {
- width: 16px;
- color: #999;
- }
- .search input[data-v-429d1032] {
- flex: 1 1;
- padding-left: 10px;
- margin-left: 10px;
- font-size: 14px;
- line-height: 1;
- background-color: transparent;
- border: unset;
- border-left: 1px solid #999;
- }
- .close-icon[data-v-429d1032] {
- width: 36px;
- margin-left: auto;
- color: #666;
- cursor: pointer;
- transition: transform .3s;
- }
- .list[data-v-429d1032] {
- flex: 1 1;
- width: 100%;
- min-height: 480px;
- max-height: 46vh;
- padding-right: 40px;
- margin: 40px 0;
- overflow: auto;
- }
- .order[data-v-429d1032] {
- display: flex;
- align-items: center;
- width: 100%;
- padding-bottom: 44px;
- margin-bottom: 44px;
- cursor: pointer;
- border-bottom: 1px solid #ccc;
- }
- .order img[data-v-429d1032] {
- width: 190px;
- height: 140px;
- margin: 0 44px;
- border-radius: 10px;
- }
- .order-description[data-v-429d1032] {
- display: flex;
- flex: 1 1;
- height: 140px;
- overflow: hidden;
- }
- .order-description-info[data-v-429d1032] {
- display: flex;
- flex: 1 1;
- flex-direction: column;
- overflow: hidden;
- }
- .order-description-info h3[data-v-429d1032] {
- display: -webkit-box;
- height: 64px;
- overflow: hidden;
- font-size: 24px;
- line-height: 32px;
- color: #000;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .order-description-info .introduce[data-v-429d1032] {
- margin-top: auto;
- }
- .order-description-info .introduce p[data-v-429d1032] {
- font-size: 20px;
- line-height: 1;
- color: #666;
- }
- .order-description-info .introduce p[data-v-429d1032]:last-child {
- margin-top: 14px;
- font-size: 16px!important;
- }
- .order-description-money[data-v-429d1032] {
- display: flex;
- align-items: flex-end;
- height: 100%;
- margin-left: 50px;
- line-height: 1;
- color: #333;
- }
- .order-description-money p[data-v-429d1032] {
- display: flex;
- align-items: center;
- }
- .order-description-money i[data-v-429d1032], .order-description-money span[data-v-429d1032] {
- font-size: 26px;
- font-style: normal;
- font-weight: 700;
- line-height: 1;
- color: #2789f0;
- }
- .order-description-money span[data-v-429d1032] {
- color: #333;
- }
- .button__component {
- border-radius: 100000px;
- background-image: linear-gradient(270deg,#015eea,#00c0fa);
- color: #fff;
- border: unset;
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .confirm-button[data-v-429d1032] {
- width: 242px;
- height: 62px;
- }
- .btn__component-loading {
- width: 24px;
- height: 24px;
- margin: 0 auto;
- animation: btn__loading 2s infinite linear;
- }
- .order::before {
- box-sizing: border-box;
- width: 28px;
- height: 28px;
- content: "";
- border: 2px solid #666;
- border-radius: 50%;
- }
- .order-selected::before {
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- content: "\2713";
- background-image: linear-gradient(to bottom,#015eea,#00c0fa);
- font-size: 16px;
- border: unset;
- }
- .opinion_div_update{
- display: none;
- }
- .opinion_div_update textarea{
- color: red;
- }
- .pre-actived:before{
- border: 3px solid #ffb003!important;
- }
- .contract_uplod_file_name{
- font-size: 18px;
- color: blue;
- font-weight: 700;
- }
- .upload_traffic{
- float: left;
- width: 100%;
- height: calc(100% - 128px - 28px - 70px);
- background-color: #e2e2e2;
- cursor: pointer;
- display: flex;
- justify-items: center;
- align-items: center;
- }
- .upload-btn[data-v-0ed62eda] {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 262px;
- height: 110px;
- margin: 0 auto 18px;
- cursor: pointer;
- border: 1px solid #b8b8b8;
- border-radius: 20px;
- }
- .upload-btn .upload-icon[data-v-0ed62eda] {
- width: 62px;
- }
- img {
- vertical-align: middle;
- border: 0;
- }
- .upload-btn span[data-v-0ed62eda] {
- margin-left: 20px;
- font-size: 26px;
- color: #333;
- }
- .upload-tips[data-v-0ed62eda] {
- color: #333;
- }
- #pdf{
- display: none;
- }
- .upload_btn_taffic{
- width: 236px;
- height: 100%;
- border-radius: 30px;
- font-size: 20px;
- margin-right: 10px;
- }
- .ok_btn_taffic{
- width: 236px;
- height: 100%;
- border-radius: 30px;
- font-size: 20px;
- }
- .button_upload{
- float: left;
- width: 100%;
- height: 60px;
- text-align: center;
- margin-top: 10px;
- }
- .percentage_fee_price{
- width: 100%;
- float: left;
- font-size: 16px;
- margin-top: 10px;
- color: red;
- padding-left: 60px;
- }
- .cover_img_p{
- width: 210px;
- color: #ff3b00ad;
- }
- .img_div{
- width: 100px;
- height: 100px;
- border: 1px solid #ccc;
- display: none;
- }
- .img_div img{
- width: 100%;
- height: 100%;
- border: 1px solid #ccc;
- }
|