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