初始上传
This commit is contained in:
242
addon/cardservice/shop/view/public/css/add_reserve.css
Executable file
242
addon/cardservice/shop/view/public/css/add_reserve.css
Executable file
@@ -0,0 +1,242 @@
|
||||
html,body,.main-wrap {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
}
|
||||
.main-wrap {
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.error {
|
||||
font-size: 12px;
|
||||
color: #f00;
|
||||
line-height: 1;
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
margin-left: 130px;
|
||||
}
|
||||
.layui-input-inline i {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 10px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.search-wrap {
|
||||
position: relative;
|
||||
}
|
||||
.search-wrap i {
|
||||
border-left: 1px solid #E6E6E6;
|
||||
line-height: 30px;
|
||||
padding-left: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.layui-form-label {
|
||||
width: 130px;
|
||||
}
|
||||
.word-aux {
|
||||
margin-left: 130px!important;
|
||||
}
|
||||
.layui-form-label + .layui-input-block {
|
||||
margin-left: 130px;
|
||||
}
|
||||
.select-time .time-wrap {
|
||||
width: 330px;
|
||||
padding: 15px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.select-time .no-today {
|
||||
display: none;
|
||||
}
|
||||
.select-time .time-item {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
width: 60px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.select-time .time-item:hover,.select-time .time-item.active {
|
||||
color: var(--base-color);
|
||||
}
|
||||
.select-time .time-item.no-select {
|
||||
color: #999;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.align-center {
|
||||
text-align: center!important;
|
||||
}
|
||||
.service-item,.servicer-item {
|
||||
display: flex;
|
||||
border: 1px solid #E6E6E6;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
height: 52px;
|
||||
}
|
||||
.service-item .iconfont, .servicer-item .iconfont {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.service-item .info, .servicer-item .info {
|
||||
flex: 1;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
.service-item .info .desc, .servicer-item .info .desc{
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
}
|
||||
.service-item .info .title, .servicer-item .info .title {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.select-service {
|
||||
width: 660px;
|
||||
height: 240px;
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
}
|
||||
.select-service .service-wrap {
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
}
|
||||
.select-service .service-wrap .empty {
|
||||
line-height: 200px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.select-service .service-wrap::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.select-service .service-wrap::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
.select-service .service-wrap::-webkit-scrollbar-thumb {
|
||||
border-radius: .06rem;
|
||||
box-shadow: inset 0 0 .06rem rgba(45,43,43,.45);
|
||||
background-color: #ddd;
|
||||
}
|
||||
.select-service .service-wrap::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
.select-service .service-wrap .flex-wrap{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.select-service .service-wrap .item {
|
||||
margin: 0 8px 8px 0;
|
||||
background: #eee;
|
||||
padding: 8px;
|
||||
width: 186px;
|
||||
cursor: pointer;
|
||||
transition: all .3s;
|
||||
}
|
||||
.select-service .service-wrap .item:hover{
|
||||
background: #fff5ed;
|
||||
}
|
||||
.select-service .service-wrap .item:nth-child(3n+3) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.select-service .service-wrap .title{
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.select-service .service-wrap .desc {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
}
|
||||
.save-wrap {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-top: 1px solid #eee;
|
||||
width: 100%;
|
||||
}
|
||||
.member-info {
|
||||
display: inline-flex;
|
||||
padding: 10px;
|
||||
border: 1px solid #e6e6e6;
|
||||
min-width: 300px;
|
||||
max-width: 590px;
|
||||
}
|
||||
.member-info img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.member-info .info {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-left: 10px;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.member-info .info div {
|
||||
line-height: 1;
|
||||
}
|
||||
.member-info .info span{
|
||||
margin-right: 10px;
|
||||
}
|
||||
.select-servicer {
|
||||
width: 150px;
|
||||
height: 240px;
|
||||
box-sizing: border-box;
|
||||
padding: 15px 10px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.select-servicer .select-item {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 0 10px;
|
||||
background: #f5f5f5;
|
||||
cursor: pointer;
|
||||
margin-bottom: 10px;
|
||||
transition: all .3s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.select-servicer .select-item:hover {
|
||||
background: #fff5ed;
|
||||
}
|
||||
.select-servicer::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: transparent;
|
||||
}
|
||||
.select-servicer::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
.select-servicer::-webkit-scrollbar-thumb {
|
||||
border-radius: .06rem;
|
||||
box-shadow: inset 0 0 .06rem rgba(45,43,43,.45);
|
||||
background-color: #ddd;
|
||||
}
|
||||
.select-servicer::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.layui-dropdown {
|
||||
position: absolute;
|
||||
left: -999999px;
|
||||
top: -999999px;
|
||||
z-index: 66666666;
|
||||
margin: 5px 0;
|
||||
min-width: 100px
|
||||
}
|
||||
|
||||
.layui-dropdown:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 6px;
|
||||
left: 0;
|
||||
top: -6px
|
||||
}
|
||||
68
addon/cardservice/shop/view/public/css/card_goods_edit.css
Executable file
68
addon/cardservice/shop/view/public/css/card_goods_edit.css
Executable file
@@ -0,0 +1,68 @@
|
||||
.card-type {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.card-type .card-type-item {
|
||||
padding: 15px;
|
||||
border: 1px solid #ddd;
|
||||
line-height: 1;
|
||||
margin: 0 10px 10px 0;
|
||||
/*border-radius: 4px;*/
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 285px;
|
||||
}
|
||||
.card-type .card-type-item:hover,.card-type .card-type-item.active {
|
||||
border-color: var(--base-color);
|
||||
color: var(--base-color);
|
||||
}
|
||||
.card-type .card-type-item .title{
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.card-type .card-type-item .desc{
|
||||
margin-top: 8px;
|
||||
color: #999;
|
||||
}
|
||||
.card-type .card-type-item .iconfont {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
display: none;
|
||||
}
|
||||
.card-type .card-type-item.active .iconfont {
|
||||
display: block;
|
||||
}
|
||||
.relation-goods-table {
|
||||
margin-right: 50px;
|
||||
max-width: 800px;
|
||||
}
|
||||
.relation-goods-table .layui-table-body {
|
||||
max-height: 300px;
|
||||
}
|
||||
.relation-goods-table .table-bottom{
|
||||
display: none;
|
||||
}
|
||||
.relation-goods-table .len-short {
|
||||
width: 80px!important;
|
||||
}
|
||||
.relation-goods-table .layui-table-view {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.card-type-content .batch-set {
|
||||
font-size: 14px;
|
||||
display: none;
|
||||
}
|
||||
.card-type-content .batch-set .batch-set-wrap{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.card-type-content .batch-set .len-short {
|
||||
width: 80px!important;
|
||||
}
|
||||
.card-type-content .batch-set .set-content-wrap {
|
||||
display: none;
|
||||
}
|
||||
.card-type-content .batch-set .layui-btn+.layui-btn{
|
||||
margin-left: 0;
|
||||
}
|
||||
337
addon/cardservice/shop/view/public/css/reserve_index.css
Executable file
337
addon/cardservice/shop/view/public/css/reserve_index.css
Executable file
@@ -0,0 +1,337 @@
|
||||
.layui-body {
|
||||
padding-bottom: 0!important;
|
||||
}
|
||||
.uni-flex {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.uni-flex-item {
|
||||
flex: 1;
|
||||
}
|
||||
.uni-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
.uni-column {
|
||||
flex-direction: column;
|
||||
}
|
||||
.panel-head {
|
||||
align-items: center;
|
||||
}
|
||||
.panel-head button {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
.panel-head .status {
|
||||
align-items: center;
|
||||
}
|
||||
.panel-head .status div {
|
||||
line-height: 1;
|
||||
}
|
||||
.panel-head .status .color {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 10px 0 30px;
|
||||
}
|
||||
|
||||
.stay-confirm {
|
||||
background: #8558FA;
|
||||
border-color: #8558FA;
|
||||
}
|
||||
|
||||
.stay-tostore {
|
||||
background: #1475FA;
|
||||
border-color: #1475FA;
|
||||
}
|
||||
|
||||
.arrived-store {
|
||||
background: #FA5B14;
|
||||
border-color: #FA5B14;
|
||||
}
|
||||
|
||||
.completed {
|
||||
background-color: #10C610;
|
||||
border-color: #10C610;
|
||||
}
|
||||
|
||||
.cancelled {
|
||||
background-color: #E6E6E6;
|
||||
border-color: #E6E6E6;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
margin-top: 20px;
|
||||
position: relative;
|
||||
}
|
||||
.panel-body .time-type{
|
||||
position:absolute;
|
||||
top:14px;
|
||||
right:0px;
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.panel-body .time-type span{
|
||||
width:32px;
|
||||
line-height:32px;
|
||||
text-align: center;
|
||||
border:1px solid #E6E6E6;
|
||||
font-size:14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.panel-body .time-type span:nth-child(1){
|
||||
border-right:none;
|
||||
}
|
||||
.panel-body .time-type span:nth-child(2){
|
||||
border-left:none;
|
||||
}
|
||||
.panel-body .time-type span.on{
|
||||
background: #8558FA;
|
||||
border-color:#8558FA;
|
||||
color:#fff;
|
||||
}
|
||||
.panel-body .time-data{
|
||||
height:100%;
|
||||
}
|
||||
.panel-body .head > div, .panel-body .body > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
.panel-body .head > div:last-child, .panel-body .body > div:last-child {
|
||||
border-right: 0;
|
||||
}
|
||||
.panel-body .head {
|
||||
height: 60px;
|
||||
border: 1px solid #E6E6E6;
|
||||
}
|
||||
.panel-body .head button {
|
||||
font-size: 12px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.panel-body .head span {
|
||||
font-size: 12px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.panel-body .body {
|
||||
height: 50vh;
|
||||
border: 1px solid #E6E6E6;
|
||||
border-top:none;
|
||||
}
|
||||
.panel-body .time-wrap {
|
||||
font-size: 18px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 60px;
|
||||
}
|
||||
.panel-body .time-wrap .date{
|
||||
flex: unset;
|
||||
margin: 0 20px;
|
||||
border: none;
|
||||
}
|
||||
.panel-body .time-wrap .iconfont {
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.panel-body .prev,.panel-body .next {
|
||||
cursor: pointer;
|
||||
}
|
||||
.panel-body .body > div {
|
||||
height: 100%;
|
||||
}
|
||||
.panel-body .body .common-scrollbar {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.panel-body .body .iconqianhou1, .panel-body .body .iconqianhou2 {
|
||||
font-size: 0.28rem;
|
||||
color: #E6E6E6;
|
||||
}
|
||||
.panel-body .body .box {
|
||||
width: 100%;
|
||||
}
|
||||
.panel-body .body .panel-item {
|
||||
width: calc(100% - 20px);
|
||||
margin: 20px 10px 0 10px;
|
||||
padding: 10px;
|
||||
border-width: 4px 1px 1px 1px;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
border-radius: 4px;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
.panel-body .body .panel-item:last-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.panel-body .body .common-scrollbar {
|
||||
display: block;
|
||||
}
|
||||
.panel-body .body .username {
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
}
|
||||
.panel-body .body .time {
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
padding: 5px;
|
||||
line-height: 1;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.panel-body .body .service {
|
||||
margin-top: 10px;
|
||||
line-height: 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.panel-body .body .action {
|
||||
text-align: right;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.panel-body .body .action:after{
|
||||
clear: both;
|
||||
}
|
||||
.panel-body .body .action .iconfont {
|
||||
font-size: 14px;
|
||||
color: #E6E6E6;
|
||||
cursor: pointer;
|
||||
border: 1.5px solid #ccc;
|
||||
border-radius: 50%;
|
||||
padding: 2px;
|
||||
}
|
||||
.common-scrollbar {
|
||||
overflow-y: scroll;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.common-scrollbar::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.common-scrollbar::-webkit-scrollbar-button {
|
||||
display: none;
|
||||
}
|
||||
.common-scrollbar::-webkit-scrollbar-thumb {
|
||||
border-radius: 6px;
|
||||
box-shadow: inset 0 0 6px rgba(45, 43, 43, 0.45);
|
||||
background-color: #ddd;
|
||||
}
|
||||
.common-scrollbar::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.panel-body .month-table .table-tr{
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
border:1px solid #E6E6E6;
|
||||
border-bottom:none;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-tr:last-child{
|
||||
border-bottom:1px solid #E6E6E6;
|
||||
}
|
||||
.panel-body .month-table .table-tr .table-td{
|
||||
width:100%;
|
||||
border-right:1px solid #E6E6E6;
|
||||
}
|
||||
.panel-body .month-table .table-tr .table-td:last-child{
|
||||
border-right: none;
|
||||
}
|
||||
.panel-body .month-table .table-head .table-td{
|
||||
text-align: center;
|
||||
line-height:40px;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td{
|
||||
text-align: left;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .top{
|
||||
border-bottom:1px solid #E6E6E6;
|
||||
line-height: 26px;
|
||||
text-indent: 8px;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td.not-curr-month .top{
|
||||
color:#909399;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom{
|
||||
height:78px;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box{
|
||||
position: relative;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item{
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item span:first-child{
|
||||
display:block;
|
||||
width:4px;
|
||||
height:4px;
|
||||
min-width: 4px;
|
||||
border-radius: 50%;
|
||||
/*background: #60BECA;*/
|
||||
margin:0 6px;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item span:last-child{
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box .detail-card{
|
||||
position: absolute;
|
||||
bottom:25px;
|
||||
left:30px;
|
||||
border:1px solid #ccc;
|
||||
width:150px;
|
||||
padding:8px 8px;
|
||||
background: #fff;
|
||||
z-index:1;
|
||||
border-radius: 3px;
|
||||
display:none;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box .detail-card:after {
|
||||
position: absolute;
|
||||
left: 40px;
|
||||
bottom: -6px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin-top: -2px;
|
||||
border-right: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
-webkit-transform: rotate(45deg);
|
||||
content: '';
|
||||
background: #ffffff;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box .detail-card .time{
|
||||
display:inline-block;
|
||||
color:#fff;
|
||||
padding:2px 5px;
|
||||
border-radius: 2px;
|
||||
margin-top:2px;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box .detail-card .state{
|
||||
text-align: right;
|
||||
margin-top:2px;
|
||||
}
|
||||
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box .detail-card .service{
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .item-box:hover .detail-card{
|
||||
display: block;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .more{
|
||||
text-indent: 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.panel-body .month-table .table-body .table-td .bottom .more a{
|
||||
color:#8558FA;
|
||||
}
|
||||
Reference in New Issue
Block a user