agv呼叫管理

This commit is contained in:
2024-04-19 14:40:47 +08:00
parent 8f0d33e950
commit c7edc49491
11 changed files with 582 additions and 134 deletions

View File

@@ -233,29 +233,28 @@ uni-button:after {
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
}
.item-font-1
_font(30rpx,28rpx,#000,,)
_font(30rpx,52rpx,#000,,)
.item-font-2
_font(24rpx,40rpx,$red,,)
_font(26rpx,52rpx,$red,,)
.item-font-3
_font(24rpx,26rpx,#333,,)
_font(26rpx,38rpx,#333,,)
text-align:justify;
text-align-last: justify;
text-justify: inter-ideograph;
.item-font-4
_font(26rpx,26rpx,#999,,)
_font(26rpx,38rpx,#999,,)
.item-font-5
_font(44rpx,60rpx,$green,,center)
background-color #f6f6f6
.item-font-6
height 52rpx
_font(24rpx,52rpx,#666,,center)
_font(26rpx,52rpx,#666,,center)
background-color #e5e5e5
border-radius 26rpx
.item-font-7
_font(24rpx,52rpx,#666,,center)
.item-font-8
_font(24rpx,52rpx,#666,,center)
.isChecked
background-color: #fff !important
box-shadow inset 2px 2px 4px 0px rgba(120, 141, 250, 0.7), inset -2px -2px 4px 0px rgba(120, 141, 250, 0.7)
/** **/
.submit-bar {
@@ -280,7 +279,7 @@ uni-button:after {
border-radius: 10rpx;
}
.button-primary {
font-size: 34rpx;
font-size: 30rpx;
line-height: 88rpx;
color: #fff;
text-align: center;
@@ -502,7 +501,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
.point_title_2
_wh(100%, 40rpx)
overflow hidden
_font(24rpx,40rpx,#999,500, center)
_font(26rpx,40rpx,#999,500, center)
.state-wrap
position fixed
z-index 200
@@ -520,6 +519,29 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
position fixed
z-index 200
bottom 100rpx
width 100%
padding 14rpx
background-color #fff
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
.pop_point_wrap
position fixed
width: 43.2%
top -10%
left -10%
z-index 301
transform scale(0)
.pop_point_content
position relative
margin-top 40rpx
padding 20rpx
background-color #fff
border-radius 10rpx
&::after
position absolute
top -40rpx
left calc(50% - 20rpx)
content ''
width: 0;
height: 0;
border: 20rpx solid;
border-color: transparent transparent #fff transparent

View File

@@ -9,12 +9,10 @@ $fc1 = #323232
background-color: $red !important
.bggreen
background-color: $green !important
color #fff !important
.bgyellow
background-color: $yellow !important
.bgblue
background-color: $blue !important
color #fff !important
.bggray
background-color: $gray !important

View File

@@ -146,6 +146,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgb10 {
margin-bottom: 10rpx;
}
.mgb20 {
margin-bottom: 20rpx;
}
.pdl20 {
padding-left: 20rpx;
}