销售汇总样式优化1
This commit is contained in:
parent
7089021581
commit
0be0c44e8b
|
|
@ -232,12 +232,13 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding-bottom: 20rpx;
|
padding-bottom: 20rpx;
|
||||||
|
padding-top: 16rpx;
|
||||||
|
|
||||||
.timelistbox {
|
.timelistbox {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.time-item {
|
.time-item {
|
||||||
width: 90rpx;
|
font-size: 28rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 10rpx;
|
padding-bottom: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
@ -245,20 +246,20 @@
|
||||||
.xian {
|
.xian {
|
||||||
width: 40rpx;
|
width: 40rpx;
|
||||||
height: 3rpx;
|
height: 3rpx;
|
||||||
background-color: #459DFF;
|
background-color: #318AFE;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 26rpx;
|
left: 16rpx;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-selected {
|
.time-selected {
|
||||||
color: #459DFF;
|
color: #318afe;
|
||||||
|
font-size: 32rpx!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageSalesSummaryContent {
|
.pageSalesSummaryContent {
|
||||||
width: 694rpx;
|
|
||||||
height: 320rpx;
|
height: 320rpx;
|
||||||
margin: 20rpx 28rpx;
|
margin: 20rpx 28rpx;
|
||||||
background-image: url('./svg/bgimg.svg');
|
background-image: url('./svg/bgimg.svg');
|
||||||
|
|
@ -281,7 +282,7 @@
|
||||||
// width: calc(100% - 5px);
|
// width: calc(100% - 5px);
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0 28rpx;
|
margin: 32rpx 28rpx;
|
||||||
margin-right: 30rpx;
|
margin-right: 30rpx;
|
||||||
border-radius: 30rpx 30rpx 0 0;
|
border-radius: 30rpx 30rpx 0 0;
|
||||||
|
|
||||||
|
|
@ -295,7 +296,8 @@
|
||||||
.table-scroll thead {
|
.table-scroll thead {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
background-color: bisque;
|
background-color: bisque;
|
||||||
|
font-size: 24rpx;
|
||||||
|
height: 82rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-scroll tbody {
|
.table-scroll tbody {
|
||||||
|
|
@ -312,7 +314,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
min-width: 250rpx;
|
min-width: 250rpx;
|
||||||
border: 2rpx solid #7E9BD4;
|
border: 1.2rpx solid #7E9BD4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottombtn {
|
.bottombtn {
|
||||||
|
|
@ -322,6 +324,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0rpx auto;
|
margin: 0rpx auto;
|
||||||
background: #F1F1F1;
|
background: #F1F1F1;
|
||||||
|
font-size: 24rpx;
|
||||||
border-radius: 0rpx 0rpx 28rpx 28rpx;
|
border-radius: 0rpx 0rpx 28rpx 28rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="">
|
<view style="display: flex;justify-content: center;align-items: center;">
|
||||||
<span style="font-size: 28rpx;color: #999999;">是否启用用</span>
|
<span style="font-size: 28rpx;color: #999999;">是否启用用</span>
|
||||||
<up-switch :activeValue="1" :inactiveValue="0" v-model="item.status" size="18"
|
<up-switch :activeValue="1" :inactiveValue="0" v-model="item.status" size="18"
|
||||||
@change="switch2Change($event,item)"></up-switch>
|
@change="switch2Change($event,item)"></up-switch>
|
||||||
|
|
@ -121,12 +121,12 @@
|
||||||
|
|
||||||
.liststyle {
|
.liststyle {
|
||||||
>li {
|
>li {
|
||||||
width: 694rpx;
|
// width: 694rpx;
|
||||||
height: 192rpx;
|
height: 192rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
||||||
padding: 0 16rpx;
|
padding: 0 16rpx;
|
||||||
margin: 32rpx auto;
|
margin: 32rpx 16rpx;
|
||||||
|
|
||||||
>view {
|
>view {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue