123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- @import '~antd/lib/style/themes/default.less';
- :global {
- .ant-form-item {
- margin-bottom: 6px !important;
- }
- .ant-modal-body {
- padding: 5px 10px 6px 10px;
- overflow: hidden;
- }
- .ant-form-item-control {
- line-height: 32px;
- }
- .ant-form-item-label {
- line-height: 32px;
- }
- .ant-modal-close-x .anticon svg {
- color: #fff !important;
- }
- .anticon-search svg {
- color: #fff !important;
- }
- }
- .sldPerminss {
- height: 400px;
- overflow-y: scroll;
- .sldGroup {
- font-weight: 600 !important;
- color: #262626 !important;
- }
- div {
- border-bottom: 1px solid #E9E9E9;
- }
- div:last-child {
- border-bottom: none;
- }
- :global {
- .ant-checkbox-wrapper {
- padding: 10px !important;
- }
- .ant-checkbox-group {
- display: block;
- }
- }
- }
- .standardTableSlo_don {
- :global {
- .ant-table-pagination {
- margin-top: 24px;
- }
- }
- .tableAlert {
- margin-bottom: 16px;
- }
- }
- .ant-table-tbody > .seleSingle {
- background: #FCF0E4 !important;
- }
- /* 装修页面样式-start */
- .diy_part_wrap {
- .transform_80 {
- -webkit-transform: scale(0.8, 0.8);
- -moz-transform: scale(0.8, 0.8);
- transform: scale(0.8, 0.8);
- -o-transform: scale(0.8, 0.8)
- }
- ;
- .transform_40 {
- -webkit-transform: scale(0.4, 0.4);
- -moz-transform: scale(0.4, 0.4);
- transform: scale(0.4, 0.4);
- -o-transform: scale(0.4, 0.4)
- }
- ;
- background: #F9F9F9;
- padding: 20px;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .adv_01_wrap {
- width: 1200px;
- height: 150px;
- background: #EFEFEF;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- .flash_wrap {
- width: 768px;
- height: 183px;
- margin-bottom: 20px;
- }
- .sld_mask {
- position: absolute;
- z-index: 2;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- .edit {
- display: none;
- position: absolute;
- z-index: 1;
- top: 5px;
- right: 53px;
- font-size: 0.83rem;
- line-height: 16px;
- color: rgb(0, 0, 0);
- box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
- background: rgba(255, 255, 255, 0.8);
- border-radius: 2px;
- padding: 2px 8px;
- }
- .enable {
- display: none;
- position: absolute;
- z-index: 1;
- top: 5px;
- right: 101px;
- font-size: 0.83rem;
- line-height: 16px;
- color: rgb(0, 0, 0);
- box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
- background: rgba(255, 255, 255, 0.8);
- border-radius: 2px;
- padding: 2px 8px;
- }
- span, .del {
- display: none;
- position: absolute;
- z-index: 1;
- top: 5px;
- right: 5px;
- font-size: 0.83rem;
- line-height: 16px;
- color: rgb(0, 0, 0);
- box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
- background: rgba(255, 255, 255, 0.8);
- border-radius: 2px;
- padding: 2px 8px;
- }
- }
- .sld_mask:hover {
- background: rgba(0, 0, 0, 0.5);
- border: dotted 1px #FFF;
- cursor: pointer;
- span, .edit, .del, .enable {
- display: block;
- }
- }
- .modal_img {
- padding-left: 10px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- }
- .adv_01_img_thumb {
- min-height: 50px;
- background: #EFEFEF;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .adv_01_img {
- max-width: 100%;
- max-height: 100%;
- }
- .modal_tip_color {
- color: #136CD8;
- font-size: 12px;
- display: block;
- padding: 10px 0;
- }
- .table_left_con {
- font-weight: bold;
- color: #333;
- }
- .table_left_require {
- color: red;
- }
- .adv_02_part {
- width: 1200px;
- height: 344px;
- background: #fff;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- .adv_02_part .adv_02_left {
- width: 210px;
- height: 344px;
- background-image: url('../../assets/pc_diy_img/adv_floor_02_left.png');
- position: relative;
- cursor: pointer;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .adv_02_part .adv_02_left img {
- max-width: 100%;
- max-height: 100%;
- }
- .adv_02_part .adv_02_center {
- width: 736px;
- height: 344px;
- background-image: url('../../assets/pc_diy_img/adv_floor_02_goods.png');
- position: relative;
- }
- .adv_02_part .adv_02_center .split_h {
- position: absolute;
- width: 736px;
- height: 1px;
- background-color: #F0F2F3;
- top: 172px;
- left: 0;
- z-index: 2;
- }
- .adv_02_part .adv_02_center .split_v {
- position: absolute;
- width: 1px;
- height: 344px;
- background-color: #F0F2F3;
- left: 368px;
- top: 0;
- z-index: 2;
- }
- .adv_02_part .adv_02_right {
- width: 253px;
- height: 344px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- position: relative;
- background-image: url('../../assets/pc_diy_img/adv_floor_02_right.png');
- }
- .imgs_wrap {
- width: 100%;
- padding: 10px;
- border: 1px solid #e3e3e3;
- border-radius: 4px;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: flex-start;
- margin-bottom: 10px;
- }
- .adv_more_img_wrap {
- position: relative;
- padding: 10px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- border: dashed 1px #EEE;
- margin-left: 10px;
- }
- .adv_more_img_wrap:hover, .seleImg {
- background-color: #FFF3DA;
- border-color: #FBCFAC;
- }
- .adv_more_img_wrap .del_img {
- display: inline-block;
- position: absolute;
- top: 0;
- right: 0;
- padding: 2px 5px;
- background: #FE9700;
- font-size: 12px;
- color: #fff;
- }
- .adv_02_right .right_img_item {
- width: 242px;
- height: 108px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-top: 6px;
- }
- .adv_02_right .right_img_item img {
- max-width: 100%;
- max-height: 100%;
- }
- .modal_goods_wrap {
- width: 175px;
- height: 80px;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin: 0 10px 10px 0;
- background-color: #FFF;
- overflow: hidden;
- cursor: pointer;
- }
- .goods_img {
- width: 80px;
- height: 80px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .modal_goods_wrap .goods_img img {
- max-width: 100%;
- max-height: 100%;
- }
- .modal_goods_wrap .goods_right {
- display: flex;
- flex: 1;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- padding: 5px;
- }
- .modal_goods_wrap .goods_name {
- color: #666;
- font-size: 12px;
- }
- .modal_goods_wrap .goods_price {
- color: #F23F40;
- font-size: 12px;
- }
- .adv_02_center .goods_item {
- width: 363px;
- height: 171px;
- padding: 6px;
- background: #fff;
- cursor: pointer;
- display: inline-block;
- }
- .clearfix {
- clear: both;
- overflow: hidden;
- }
- .adv_02_center .goods_item .left {
- float: left;
- width: 160px;
- height: 160px;
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- }
- .adv_02_center .goods_item .left img {
- max-width: 140px;
- max-height: 140px;
- margin-top: 10px;
- }
- .adv_02_center .goods_item .right {
- float: right;
- width: 180px;
- }
- .adv_02_center .goods_item .right .goods_name {
- color: #333;
- font-size: 1rem;
- height: 2.6rem;
- line-height: 1.3rem;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-bottom: 0;
- margin-top: 13px;
- word-break: break-all;
- }
- .adv_02_center .goods_item .right .buy_num {
- color: #666;
- font-size: 0.83rem;
- margin-top: 2px;
- margin-bottom: 10px;
- }
- .adv_02_center .goods_item .right .buy {
- padding: 4px 17px;
- background: #FF0036;
- font-size: 1rem;
- font-weight: bold;
- border-radius: 11px;
- color: #fff;
- }
- .adv_02_center .goods_item .right .price {
- margin-bottom: 10px;
- }
- .adv_02_center .goods_item .right .price span {
- color: #FF2443;
- }
- .adv_02_center .goods_item .right .price .unit {
- font-size: 0.83rem;
- }
- .adv_02_center .goods_item .right .price .integer {
- font-size: 1rem;
- font-weight: bold;
- }
- .adv_02_center .goods_item .right .price .decimal {
- font-size: 0.83rem;
- }
- .adv_02_center .goods_item .right .price .del {
- color: #999;
- font-size: 0.83rem;
- text-decoration: line-through;
- margin-left: 10px;
- }
- /* 装修页面样式-end */
- .show_color_wap {
- .show_color {
- display: inline-block;
- padding: 5px;
- width: 50px;
- height: 30px;
- border: 1px solid #eee;
- line-height: 0;
- margin-right: 10px;
- }
- span {
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- }
- .color_picker_wrap {
- position: absolute;
- z-index: 2;
- .color_picker_mask {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- }
- }
- .sel_tag {
- display: inline-block;
- border: 1px solid rgb(221, 221, 221);
- padding: 0 25px;
- margin-right: 10px;
- margin-bottom: 5px;
- border-radius: 4px;
- position: relative;
- }
- .sel_tag .del {
- position: absolute;
- top: 0;
- right: 0;
- width: 25px;
- height: 24px;
- background-image: url('../../assets/del_icon.png')
- }
- .sel_tag .del:hover {
- background-image: url('../../assets/del_icon_hover.png')
- }
- .express_title {
- color: #333;
- font-size: 14px;
- margin-bottom: 25px;
- font-weight: 600;
- padding: 10px 10px 0 20px;
- .content {
- font-size: 12px;
- }
- }
- .empty_express {
- width: 100%;
- height: 200px;
- margin-bottom: 70px;
- img {
- width: 80px;
- }
- p {
- color: #333;
- font-size: 14px;
- margin-top: 17px;
- }
- }
- .label_diy_wrap {
- display: inline-block;
- .label_must {
- color: #f5222d;
- display: inline-block;
- margin-right: 4px;
- font-size: 14px;
- font-family: sans-serif;
- }
- }
|