diff --git a/common/style/layout.styl b/common/style/layout.styl index 7ca5571..2ff4893 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -479,4 +479,47 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] { .flow_icon_item_2 { width: 46rpx; height: 26rpx; -} \ No newline at end of file +} +/** 站点样式页面 */ +.title_locate + width 50% + _font(30rpx,48rpx,#333,bold) + font-style italic +.site_item + padding 5rpx 5rpx + overflow hidden + margin-bottom 10rpx +.site_item_box + _wh(98%, 100%) + margin 0 auto + padding 20rpx 10rpx 10rpx 10rpx + background-color rgb(220, 223, 230) + border-radius 10rpx +.point_title_1 + _wh(100%, 40rpx) + overflow hidden + _font(26rpx,40rpx,#303133,500, center) +.point_title_2 + _wh(100%, 40rpx) + overflow hidden + _font(24rpx,40rpx,#999,500, center) +.state-wrap + position fixed + z-index 200 + background #f2f5fa + top calc(var(--status-bar-height) + 72rpx) + _wh(100%, 60rpx) + padding 0 14rpx +.state-color + _wh(30rpx, 30rpx) + border-radius 50% + margin-right 10rpx +.state-name + _font(28rpx, 30rpx, #333) +.xzd-wraper + position fixed + z-index 200 + bottom 100rpx + padding 14rpx + background-color #fff + box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7); \ No newline at end of file diff --git a/common/style/reset.css b/common/style/reset.css index 8e5b014..867502b 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -56,7 +56,12 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re .jccenter { justify-content: center !important; } - +.flexwrap { + flex-wrap: wrap +} +.allwidth { + width: 100% +} .zd-row { width: 100%; display: flex; diff --git a/pages/manage/call-manage.vue b/pages/manage/call-manage.vue index c21cb41..74a306f 100644 --- a/pages/manage/call-manage.vue +++ b/pages/manage/call-manage.vue @@ -14,16 +14,16 @@ - - + + {{e.region_name}} - - + + - {{el.device_name}} - {{el.device_code}} + {{el.device_name}} + {{el.device_code}} @@ -165,66 +165,11 @@ diff --git a/pages/manage/sb-point-manage.vue b/pages/manage/sb-point-manage.vue index 3351253..a2c432d 100644 --- a/pages/manage/sb-point-manage.vue +++ b/pages/manage/sb-point-manage.vue @@ -3,11 +3,11 @@ - - + + - {{e.device_name}} - {{e.device_code}} + {{e.device_name}} + {{e.device_code}} @@ -75,31 +75,6 @@