调整css
This commit is contained in:
parent
b4fd9f634d
commit
7eb83a0218
|
|
@ -33,6 +33,7 @@
|
|||
<view class="mblbg"> </view>
|
||||
<view class="fxj">
|
||||
<arrowkeys @movecard="movecard($event,1)" :getblue="getblue" :moveleft="45" />
|
||||
<text>长春市朝阳区久泰开运养老服务有限公司</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
@ -66,6 +67,7 @@
|
|||
<view class="mblbg"> </view>
|
||||
<view class="fxj">
|
||||
<arrowkeys @movecard="movecard" :getblue="getblue" :moveleft="45" />
|
||||
<text>长春市朝阳区久泰开运养老服务有限公司</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="rights">
|
||||
|
|
@ -737,6 +739,17 @@
|
|||
bottom: 2vw;
|
||||
z-index: 11;
|
||||
border-radius: 1.6vw;
|
||||
text{
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
font-size: .9vw;
|
||||
color: #999999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0vw;
|
||||
}
|
||||
}
|
||||
.mblbg{
|
||||
width: 24.5vw;
|
||||
|
|
@ -798,11 +811,11 @@
|
|||
font-weight: 400;
|
||||
font-size: 1.2vw;
|
||||
color: #555555;
|
||||
margin-top: .9vw;
|
||||
margin-top: .6vw;
|
||||
}
|
||||
&:nth-child(3){
|
||||
font-weight: 400;
|
||||
font-size: .9vw;
|
||||
font-size: 1.2vw;
|
||||
color: #666666;
|
||||
margin-top: .6vw;
|
||||
}
|
||||
|
|
@ -836,8 +849,8 @@
|
|||
|
||||
}
|
||||
.znk{
|
||||
width: 7vw;
|
||||
height: 6.5vw;
|
||||
width: 10vw;
|
||||
height: 9.5vw;
|
||||
position: absolute;
|
||||
right: 1.5vw;
|
||||
bottom:1vw;
|
||||
|
|
@ -899,6 +912,18 @@
|
|||
bottom: 0vw;
|
||||
z-index: 11;
|
||||
border-radius: 1.6vw;
|
||||
|
||||
text{
|
||||
width: 76%;
|
||||
font-weight: 400;
|
||||
font-size: .9vw;
|
||||
color: #999999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0vw;
|
||||
}
|
||||
}
|
||||
.mblbg{
|
||||
width: 35vw;
|
||||
|
|
@ -1003,8 +1028,8 @@
|
|||
|
||||
}
|
||||
.znk{
|
||||
width: 10vw;
|
||||
height: 9.5vw;
|
||||
width: 12vw;
|
||||
height: 11.5vw;
|
||||
position: absolute;
|
||||
right: 1.5vw;
|
||||
bottom:1vw;
|
||||
|
|
|
|||
|
|
@ -591,7 +591,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|||
)
|
||||
]);
|
||||
}
|
||||
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app/pages/camera.nvue"]]);
|
||||
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app/pages/camera.nvue"]]);
|
||||
export {
|
||||
camera as default
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32084,7 +32084,7 @@ if (uni.restoreGlobal) {
|
|||
status: shyp.value ? "5" : "2"
|
||||
};
|
||||
updateKfstatus(obj).then((res) => {
|
||||
formatAppLog("log", "at pages/Warehouse/procurement.vue:196", res);
|
||||
formatAppLog("log", "at pages/Warehouse/procurement.vue:198", res);
|
||||
if (res.success) {
|
||||
shyp.value = shyp.value ? false : true;
|
||||
cell();
|
||||
|
|
@ -32161,7 +32161,7 @@ if (uni.restoreGlobal) {
|
|||
});
|
||||
const cell = () => {
|
||||
queryNuInfoByNuId(form).then((res) => {
|
||||
formatAppLog("log", "at pages/Warehouse/procurement.vue:273", res.result);
|
||||
formatAppLog("log", "at pages/Warehouse/procurement.vue:275", res.result);
|
||||
cellobj.value = res.result;
|
||||
shyp.value = res.result.status == 5 ? false : true;
|
||||
});
|
||||
|
|
@ -32175,7 +32175,7 @@ if (uni.restoreGlobal) {
|
|||
let times = null;
|
||||
const status = vue.ref("loadmore");
|
||||
onPageScroll((e) => {
|
||||
formatAppLog("log", "at pages/Warehouse/procurement.vue:287", e);
|
||||
formatAppLog("log", "at pages/Warehouse/procurement.vue:289", e);
|
||||
});
|
||||
const scrolltolower = () => {
|
||||
if (!setout) {
|
||||
|
|
@ -32485,7 +32485,8 @@ if (uni.restoreGlobal) {
|
|||
onMovecard: _cache[0] || (_cache[0] = ($event) => $setup.movecard($event, 1)),
|
||||
getblue: $setup.getblue,
|
||||
moveleft: 45
|
||||
}, null, 8, ["getblue"])
|
||||
}, null, 8, ["getblue"]),
|
||||
vue.createElementVNode("text", null, "长春市朝阳区久泰开运养老服务有限公司")
|
||||
])
|
||||
])) : vue.createCommentVNode("v-if", true),
|
||||
!$setup.shyp ? (vue.openBlock(), vue.createElementBlock("view", {
|
||||
|
|
@ -32595,7 +32596,8 @@ if (uni.restoreGlobal) {
|
|||
onMovecard: $setup.movecard,
|
||||
getblue: $setup.getblue,
|
||||
moveleft: 45
|
||||
}, null, 8, ["getblue"])
|
||||
}, null, 8, ["getblue"]),
|
||||
vue.createElementVNode("text", null, "长春市朝阳区久泰开运养老服务有限公司")
|
||||
])
|
||||
])) : vue.createCommentVNode("v-if", true),
|
||||
vue.createElementVNode("view", { class: "rights" }, [
|
||||
|
|
|
|||
|
|
@ -424,6 +424,17 @@ to {
|
|||
z-index: 11;
|
||||
border-radius: 1.6vw;
|
||||
}
|
||||
.box .lefts .fxj uni-text {
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 0.9vw;
|
||||
color: #999999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0vw;
|
||||
}
|
||||
.box .lefts .mblbg {
|
||||
width: 24.5vw;
|
||||
height: 21vw;
|
||||
|
|
@ -482,11 +493,11 @@ to {
|
|||
font-weight: 400;
|
||||
font-size: 1.2vw;
|
||||
color: #555555;
|
||||
margin-top: 0.9vw;
|
||||
margin-top: 0.6vw;
|
||||
}
|
||||
.box .lefts .boxitem > uni-view:nth-child(3) {
|
||||
font-weight: 400;
|
||||
font-size: 0.9vw;
|
||||
font-size: 1.2vw;
|
||||
color: #666666;
|
||||
margin-top: 0.6vw;
|
||||
}
|
||||
|
|
@ -516,8 +527,8 @@ to {
|
|||
color: #999999;
|
||||
}
|
||||
.box .lefts .boxitem > uni-view .znk {
|
||||
width: 7vw;
|
||||
height: 6.5vw;
|
||||
width: 10vw;
|
||||
height: 9.5vw;
|
||||
position: absolute;
|
||||
right: 1.5vw;
|
||||
bottom: 1vw;
|
||||
|
|
@ -566,6 +577,17 @@ to {
|
|||
z-index: 11;
|
||||
border-radius: 1.6vw;
|
||||
}
|
||||
.leftr .fxj uni-text {
|
||||
width: 76%;
|
||||
font-weight: 400;
|
||||
font-size: 0.9vw;
|
||||
color: #999999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0vw;
|
||||
}
|
||||
.leftr .mblbg {
|
||||
width: 35vw;
|
||||
height: 16vw;
|
||||
|
|
@ -662,8 +684,8 @@ to {
|
|||
color: #999999;
|
||||
}
|
||||
.leftr .boxibigtem > uni-view .znk {
|
||||
width: 10vw;
|
||||
height: 9.5vw;
|
||||
width: 12vw;
|
||||
height: 11.5vw;
|
||||
position: absolute;
|
||||
right: 1.5vw;
|
||||
bottom: 1vw;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
|
|||
}
|
||||
});
|
||||
|
||||
// ../../../../hldy_app/unpackage/dist/dev/.nvue/pages/camera.js
|
||||
// ../../../../项目/hldy_app/unpackage/dist/dev/.nvue/pages/camera.js
|
||||
var import_vue = __toESM(require_vue());
|
||||
function requireNativePlugin(name) {
|
||||
return weex.requireModule(name);
|
||||
|
|
@ -657,7 +657,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
|
|||
)
|
||||
]);
|
||||
}
|
||||
var camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app/pages/camera.nvue"]]);
|
||||
var camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/\u9879\u76EE/hldy_app/pages/camera.nvue"]]);
|
||||
|
||||
// <stdin>
|
||||
var webview = plus.webview.currentWebview();
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue