123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- @import '~antd/lib/style/themes/default.less';
- @import '../../../src/themeColor.less';
- .center_item {
- width: 375px;
- margin: 0 auto;
- border: dashed 1px transparent;
- overflow: hidden;
- position: relative;
- .operate_wrap {
- position: absolute;
- right: 3px;
- bottom: 3px;
- a {
- display: none;
- width: 35px;
- height: 35px;
- line-height: 35px;
- border-radius: 50%;
- background: #fff;
- text-align: center;
- box-shadow: 1px 1px 3px #999;
- border: 1px solid #ddd;
- margin-left: 4px;
- }
- }
- }
- .center_item:hover, .selected {
- border: dashed 1px #458FEB;
- a {
- display: inline-block !important;
- }
- }
- .lunbo_wrap {
- width: 320px;
- height: 150px;
- background: #eee !important;
- margin: 0 auto;
- .tip {
- color: #777;
- font-size: 12px;
- }
- }
- .fzx {
- margin: 20px 0;
- hr {
- border-top: 1px solid #bbb;
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- color: #fff;
- }
- }
- .r_edit_wrap {
- padding: 0 20px 20px 20px;
- :global {
- .ant-form {
- padding-top: 0 !important;
- }
- .ant-form label {
- font-size: 12px !important;
- color: #666;
- }
- }
- .color_picker_wrap {
- position: absolute;
- z-index: 2;
- .color_picker_mask {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- }
- }
- .fzx_color_show {
- .show_color {
- display: inline-block;
- padding: 5px;
- width: 50px;
- height: 30px;
- border: 1px solid #eee;
- line-height: 0;
- margin-right: 10px;
- cursor: pointer;
- }
- span {
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- }
- .sub_part {
- border-bottom: 1px solid #eee;
- .subtitle {
- color: #343434;
- font-size: 14px;
- line-height: 40px;
- }
- }
- .selected_svideo {
- width: 100%;
- border: 1px solid rgba(238, 238, 238, 1);
- border-radius: 3px;
- .add_svideo_wrap {
- background: #F8F8F8;
- width: 100%;
- height: 70px;
- font-size: 12px;
- .required {
- color: #FC1C1C;
- margin-left: 17px;
- }
- .title {
- color: #333;
- }
- .tip {
- color: #9A9A9A;
- }
- .add_svideo_btn {
- display: inline-block;
- width: 80px;
- height: 30px;
- background: @theme-color;
- border-radius: 3px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- margin: 0 10px;
- }
- }
- .selected_svideo_list_title {
- border: 1px solid rgba(238, 238, 238, 1);
- width: 100%;
- height: 32px;
- span {
- display: inline-block;
- text-align: center;
- color: #333;
- font-size: 12px;
- line-height: 32px;
- }
- }
- .selected_svideo_list {
- .selected_svideo_item {
- width: 358px;
- height: 60px;
- position: relative;
- span {
- text-align: center;
- flex-shrink: 0;
- color: #2d2d2d;
- }
- .svideo_info {
- overflow: hidden;
- width: 176px;
- height: 60px;
- flex-shrink: 0;
- .left {
- width: 50px;
- height: 50px;
- border-radius: 3px;
- position: relative;
- overflow: hidden;
- flex-shrink: 0;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- .play_icon {
- position: absolute;
- z-index: 2;
- width: 16px;
- height: 16px;
- top: 50%;
- left: 50%;
- margin-left: -8px;
- margin-top: -8px;
- }
- }
- .right {
- width: 126px;
- padding-left: 5px;
- color: #2d2d2d;
- .video_name {
- line-height: 16px;
- height: 32px;
- width: 100%;
- margin-top: 2px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- /*! autoprefixer: off */
- -webkit-box-orient: vertical;
- word-break: break-word;
- text-align: left;
- font-size: 12px;
- }
- .video_label {
- display: inline-block;
- color: #666;
- line-height: 14px;
- height: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 86%;
- white-space: nowrap;
- margin-top: 6px;
- text-align: left;
- }
- }
- }
- .operate {
- width: 50px;
- height: 60px;
- text-align: center;
- flex-shrink: 0;
- cursor: pointer;
- }
- .operate svg:hover {
- fill: #77B9FE !important;
- }
- }
- .selected_svideo_item:after {
- position: absolute;
- left: 14px;
- right: 14px;
- content: ' ';
- height: 1px;
- bottom: 0;
- z-index: 2;
- background: #EEE;
- }
- .selected_svideo_item:last-child:after {
- height: 0 !important;
- }
- }
- }
- }
- .modal_tip_color {
- color: #136CD8;
- font-size: 12px;
- display: block;
- padding: 10px 0;
- line-height: 15px;
- }
- .upload_img_tip {
- color: #bbb;
- font-size: 12px;
- line-height: 12px;
- }
- .dape_img {
- .upload_img {
- width: 100px;
- height: 100px;
- background: #EFEFEF;
- position: relative;
- margin-bottom: 10px;
- img {
- max-height: 100%;
- max-width: 100%;
- }
- .img_mask {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 2;
- background: rgba(0, 0, 0, 0.5);
- .img_del {
- position: absolute;
- top: 0;
- right: 4px;
- }
- }
- }
- .upload_img:hover {
- .img_mask {
- display: inline-block !important;
- }
- }
- }
- .add_goods_wrap {
- width: 100%;
- height: 30px;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(238, 238, 238, 1);
- border-radius: 3px;
- margin-top: 20px;
- color: #343434;
- cursor: pointer;
- }
- .sel_goods {
- margin-top: 10px;
- .goods_info {
- width: 80px;
- height: 80px;
- position: relative;
- margin-right: 10px;
- margin-bottom: 10px;
- border: 1px solid #eee;
- flex-wrap: wrap;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- .img_mask {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 2;
- background: rgba(0, 0, 0, 0.5);
- .img_del {
- position: absolute;
- top: 0;
- right: 4px;
- }
- }
- }
- .goods_info:hover .img_mask {
- display: inline-block !important;
- }
- }
- .sld_com_img {
- border: 1px solid #eee;
- margin-top: 10px;
- position: relative;
- background: #f8f8f8;
- padding: 10px 0;
- .common_img_part {
- .upload_img_tip {
- margin-top: -20px;
- transform: scale(0.9);
- margin-bottom: 21px;
- }
- .upload_img {
- position: relative;
- margin: 22px 0 22px 22px;
- border-right: 1px solid #eeee;
- padding-right: 22px;
- img {
- max-height: 48px;
- max-width: 48px;
- cursor: pointer;
- }
- .upload_btn {
- line-height: 12px;
- text-align: center;
- color: #666;
- font-size: 12px;
- cursor: pointer;
- white-space: nowrap;
- margin-top: 5px;
- }
- }
- .upload_img:hover {
- .img_mask {
- display: inline-block !important;
- }
- }
- }
- .img_con {
- margin-left: 15px;
- margin-right: 15px;
- .title {
- width: 232px;
- margin-bottom: 8px;
- }
- .bg_color_current {
- border-color: #429DFD !important;
- cursor: pointer;
- }
- }
- .del_sld_com_img {
- margin-left: 20px;
- position: absolute;
- right: -8px;
- top: -8px;
- cursor: pointer;
- }
- }
- .more_link_input {
- width: 232px;
- margin-top: 8px;
- }
- .com_default_styles {
- margin: 10px;
- flex-wrap: wrap;
- .item {
- width: 50px;
- height: 40px;
- margin-right: 10px;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- }
- .svideo_show_style_item {
- width: 112px;
- height: 112px;
- padding: 6px;
- border: 1px solid #fff;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- }
- .notice_show_style_item {
- width: 376px;
- height: 43px;
- padding: 6px;
- border: 1px solid #fff;
- cursor: pointer;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- }
- .notice_show_style_item:last-child{
- margin-top: 10px;
- }
- .svideo_show_style_item.sel_svideo_show_style,.notice_show_style_item.sel_svideo_show_style {
- border: 1px solid rgba(66, 158, 253, 1);
- }
- }
- .tupianzuhe_img_type {
- .sel_item_type {
- position: relative;
- }
- .sel_item_type:before {
- content: '';
- display: block;
- width: 16px;
- height: 16px;
- position: absolute;
- bottom: 0;
- right: 0;
- background: #4b0;
- border-top-left-radius: 100%;
- cursor: pointer;
- }
- }
- .selected_color_tip {
- font-size: 13px;
- color: #343434;
- }
- .clear_color {
- display: inline-block;
- border: 1px solid rgba(0, 0, 0, .05);
- width: 30px;
- height: 30px;
- position: relative;
- }
- .clear_color::before {
- content: "";
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 15px;
- box-sizing: border-box;
- border-bottom: 0.5px solid #FF0000;
- transform-origin: bottom center;
- transform: rotateZ(-45deg) scale(1.414);
- }
- .selected_color {
- display: inline-block;
- border: 1px solid rgba(0, 0, 0, .05);
- width: 30px;
- height: 30px;
- background: #fff;
- margin-left: 15px;
- }
- .selected_more_tab {
- width: 100%;
- border: 1px solid rgba(238, 238, 238, 1);
- border-radius: 3px;
- margin-bottom: 10px;
- position: relative;
- .del_sld_more_tab_item {
- margin-left: 20px;
- position: absolute;
- right: -8px;
- top: -8px;
- z-index: 2;
- }
- .add_svideo_wrap {
- background: #F8F8F8;
- width: 100%;
- font-size: 12px;
- .required {
- color: #F10D3B;
- margin-left: 17px;
- }
- .title {
- color: #333;
- }
- .tip {
- color: #9A9A9A;
- }
- .add_svideo_btn {
- display: inline-block;
- width: 80px;
- height: 30px;
- background: @theme-color;
- border-radius: 3px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- margin: 0 10px;
- }
- }
- .cart_icon_wrap {
- padding: 5px;
- border: 1px solid rgba(0, 0, 0, .05);
- line-height: 0;
- margin-right: 10px;
- border-radius: 3px;
- cursor: pointer;
- }
- .cart_icon_wrap.current {
- border-color: @theme-color !important;
- }
- .selected_svideo_list_title {
- border: 1px solid rgba(238, 238, 238, 1);
- width: 100%;
- height: 32px;
- span {
- display: inline-block;
- text-align: center;
- color: #333;
- font-size: 12px;
- line-height: 32px;
- }
- }
- .selected_svideo_list {
- .selected_svideo_item {
- width: 358px;
- height: 60px;
- position: relative;
- span {
- text-align: center;
- flex-shrink: 0;
- color: #2d2d2d;
- font-size: 12px;
- }
- .svideo_info {
- overflow: hidden;
- width: 176px;
- height: 60px;
- flex-shrink: 0;
- .left {
- width: 50px;
- height: 50px;
- border-radius: 3px;
- position: relative;
- overflow: hidden;
- flex-shrink: 0;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- .play_icon {
- position: absolute;
- z-index: 2;
- width: 16px;
- height: 16px;
- top: 50%;
- left: 50%;
- margin-left: -8px;
- margin-top: -8px;
- }
- }
- .right {
- width: 126px;
- padding-left: 5px;
- color: #2d2d2d;
- .video_name {
- line-height: 16px;
- height: 32px;
- width: 100%;
- margin-top: 2px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- /*! autoprefixer: off */
- -webkit-box-orient: vertical;
- word-break: break-word;
- text-align: left;
- font-size: 12px;
- }
- .video_label {
- display: inline-block;
- color: #666;
- line-height: 14px;
- height: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 86%;
- white-space: nowrap;
- margin-top: 6px;
- text-align: left;
- }
- }
- }
- .operate {
- width: 50px;
- height: 60px;
- text-align: center;
- flex-shrink: 0;
- cursor: pointer;
- }
- .operate svg:hover {
- fill: #77B9FE !important;
- }
- }
- .selected_svideo_item:after {
- position: absolute;
- left: 14px;
- right: 14px;
- content: ' ';
- height: 1px;
- bottom: 0;
- z-index: 2;
- background: #EEE;
- }
- .selected_svideo_item:last-child:after {
- height: 0 !important;
- }
- }
- }
- .add_cart_icon_special {
- padding: 20px 0;
- border-top: 1px dashed #eee;
- }
- .add_data_special {
- border-top: 1px dashed #eee;
- }
- .tjsp {
- .add_svideo_wrap {
- width: 100%;
- height: 55px;
- font-size: 12px;
- .add_svideo_btn {
- display: inline-block;
- width: 80px;
- height: 30px;
- background: @theme-color;
- border-radius: 3px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- margin: 0 10px;
- }
- }
- .cart_icon_wrap {
- padding: 5px;
- border: 1px solid rgba(0, 0, 0, .05);
- line-height: 0;
- margin-right: 10px;
- border-radius: 3px;
- cursor: pointer;
- }
- .cart_icon_wrap.current {
- border-color: @theme-color !important;
- }
- }
|