You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/public/kefu-assets/components/pc/right-menu/index.css

387 lines
7.2 KiB

.ivu-select .ivu-select-dropdown,
.ivu-date-picker .ivu-select-dropdown {
top: unset !important;
}
.right-menu-wrapper {
width: 280px;
}
.right-menu-wrapper .user-wrapper {
padding: 0 8px;
}
.right-menu-wrapper .user-wrapper .user {
display: flex;
align-items: center;
padding: 16px 0;
border-bottom: 1px solid #ececec;
}
.right-menu-wrapper .user-wrapper .user .avatar {
width: 42px;
height: 42px;
}
.right-menu-wrapper .user-wrapper .user .avatar img {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
}
.right-menu-wrapper .user-wrapper .user .name {
max-width: 150px;
margin-left: 10px;
font-size: 16px;
color: rgba(0, 0, 0, 0.65);
}
.right-menu-wrapper .user-wrapper .user .label {
margin-left: 5px;
font-size: 12px;
border-radius: 2px;
padding: 2px 5px;
}
.right-menu-wrapper .user-wrapper .user .label.H5 {
background: #faf1d0;
color: #dc9a04;
}
.right-menu-wrapper .user-wrapper .user .label.wechat {
background: rgba(64, 194, 73, 0.16);
color: #40c249;
}
.right-menu-wrapper .user-wrapper .user .label.pc {
background: rgba(100, 64, 194, 0.16);
color: #6440c2;
}
/* color #6440C2, */
.routine {
color: #3875ea;
background: #d8e5ff;
}
.right-menu-wrapper .user-info {
padding-top: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #ececec;
}
.right-menu-wrapper .user-info .item {
display: flex;
align-items: center;
margin-bottom: 10px;
font-size: 14px;
color: #333;
}
.right-menu-wrapper .user-info .item span {
width: 70px;
font-size: 13px;
color: #666;
}
.right-menu-wrapper .user-info .label-list {
position: relative;
display: flex;
}
.right-menu-wrapper .user-info .label-list span {
width: 70px;
font-size: 13px;
color: #666;
}
.right-menu-wrapper .user-info .label-list .con {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.right-menu-wrapper .user-info .label-list .con .label-item {
margin-right: 8px;
margin-bottom: 8px;
padding: 0 5px;
color: #1890ff;
background: rgba(24, 144, 255, 0.1);
}
.right-menu-wrapper .user-info .label-list .right-icon {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.order-wrapper .tab-head {
display: flex;
align-items: center;
height: 46px;
border-bottom: 1px solid #ececec;
padding: 0 8px;
margin-top: 12px;
}
.order-wrapper .tab-head .tab-item {
position: relative;
flex: 1;
text-align: center;
font-size: 14px;
cursor: pointer;
}
.order-wrapper .tab-head .tab-item.active {
color: #1890ff;
font-size: 15px;
font-weight: 600;
}
.order-wrapper .tab-head .tab-item.active::after {
content: ' ';
position: absolute;
left: 0;
bottom: -12px;
width: 100%;
height: 2px;
background: #1890ff;
}
.order-wrapper .search-box {
padding: 0 8px;
margin-top: 12px;
}
.order-wrapper .search-box /deep/ .ivu-input {
border-radius: 17px;
}
.order-wrapper .order-list {
padding: 0 8px;
margin-top: 10px;
}
.order-wrapper .order-item {
margin-bottom: 18px;
}
.order-wrapper .order-item .head {
display: flex;
align-items: center;
justify-content: space-between;
height: 36px;
padding: 0 10px;
background: #f5f5f5;
font-size: 13px;
}
.order-wrapper .order-item .head .left {
display: flex;
align-items: center;
color: #1890ff;
}
.order-wrapper .order-item .head .left .font-box {
margin-right: 5px;
}
.order-wrapper .order-item .head .left .font-box .iconfont {
font-size: 18px;
}
.order-wrapper .order-item .goods-list {
max-height: 152px;
overflow: hidden;
}
.order-wrapper .order-item .goods-list.auto {
max-height: none;
}
.order-wrapper .order-item .goods-list .goods-item {
display: flex;
margin-top: 15px;
}
.order-wrapper .order-item .goods-list .goods-item .img-box {
width: 60px;
height: 60px;
}
.order-wrapper .order-item .goods-list .goods-item .img-box img {
display: block;
width: 100%;
height: 100%;
border-radius: 2px;
}
.order-wrapper .order-item .goods-list .goods-item .info {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 180px;
margin-left: 10px;
font-size: 14px;
}
.order-wrapper .order-item .goods-list .goods-item .info .sku {
font-size: 12px;
color: #999;
}
.order-wrapper .more-box {
text-align: right;
color: #1890ff;
font-size: 13px;
padding-right: 10px;
}
.right-menu-wrapper .order-wrapper .more-box span {
cursor: pointer;
}
.right-menu-wrapper .order-wrapper .order-info {
margin-top: 15px;
}
.right-menu-wrapper .order-wrapper .order-info .info-item {
margin-bottom: 5px;
font-size: 13px;
}
.right-menu-wrapper .order-wrapper .order-info .info-item span {
display: inline-block;
width: 70px;
text-align: right;
}
.order-wrapper .btn-wrapper {
margin-top: 10px;
}
.order-wrapper .btn-wrapper .btn {
width: 59px;
margin-right: 5px;
}
.order-wrapper .btn-wrapper .btn:last-child {
margin-right: 0;
}
.goods-wrapper .goods-tab {
display: flex;
justify-content: space-between;
padding: 0 40px;
border-bottom: 1px solid #ececec;
}
.goods-wrapper .goods-tab .tab-item {
position: relative;
height: 50px;
line-height: 50px;
font-size: 14px;
cursor: pointer;
}
.goods-wrapper .goods-tab .tab-item.active {
color: #1890ff;
}
.goods-wrapper .goods-tab .tab-item.active::after {
content: ' ';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #1890ff;
}
.goods-wrapper .search-box {
margin-top: 10px;
padding: 0 8px;
}
.goods-wrapper .search-box /deep/ .ivu-input {
border-radius: 17px;
}
.goods-wrapper .list-wrapper {
padding: 0 8px;
}
.goods-wrapper .list-wrapper .list-item {
display: flex;
margin-top: 15px;
}
.goods-wrapper .list-wrapper .list-item .img-box {
width: 60px;
height: 60px;
}
.goods-wrapper .list-wrapper .list-item .img-box img {
display: block;
width: 100%;
height: 100%;
border-radius: 2px;
}
.goods-wrapper .list-wrapper .list-item .info {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 180px;
margin-left: 10px;
font-size: 14px;
}
.goods-wrapper .list-wrapper .list-item .info .sku {
font-size: 12px;
color: #999;
}
.goods-wrapper .list-wrapper .list-item .info .sku span {
margin-right: 10px;
}
.goods-wrapper .list-wrapper .list-item .info .price {
display: flex;
justify-content: space-between;
color: #f00;
}
.goods-wrapper .list-wrapper .list-item .info .price .push {
color: #1890ff;
cursor: pointer;
}
.label-box .ivu-modal-header {
padding: 0;
border: 0;
background: #fff;
height: 50px;
border-radius: 6px;
}
.label-box .label-head {
height: 50px;
line-height: 50px;
text-align: center;
font-size: 13px;
color: #333;
border-bottom: 1px solid #f0f0f0;
}
.order-wrapper .ivu-scroll-container::-webkit-scrollbar-thumb {
background: #808695;
border-radius: 4px;
}
.order-wrapper .ivu-scroll-container::-webkit-scrollbar {
width: 6px;
}