Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
This commit is contained in:
commit
5287763e0e
|
|
@ -73,6 +73,8 @@
|
||||||
width: 6vw;
|
width: 6vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-top: 5vh;
|
||||||
|
height: 60vh;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
.act{
|
.act{
|
||||||
background: RGBA(228, 229, 231, 1);
|
background: RGBA(228, 229, 231, 1);
|
||||||
|
|
@ -92,7 +94,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 0vw;
|
margin-bottom: 0.8vw;
|
||||||
padding: 0.25vw 0;
|
padding: 0.25vw 0;
|
||||||
.tm{
|
.tm{
|
||||||
width: 6vw;
|
width: 6vw;
|
||||||
|
|
|
||||||
|
|
@ -445,6 +445,7 @@
|
||||||
margin-left: 2vw;
|
margin-left: 2vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transition: opacity 1s ease;
|
transition: opacity 1s ease;
|
||||||
|
margin-top: 25rpx;
|
||||||
.right-time{
|
.right-time{
|
||||||
// margin-top: 10rpx;
|
// margin-top: 10rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -475,7 +476,7 @@
|
||||||
height: 35vh;
|
height: 35vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4vh;
|
border-radius: 4vh;
|
||||||
margin-top: 15rpx;
|
margin-top: 25rpx;
|
||||||
|
|
||||||
.top-title {
|
.top-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -536,7 +537,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-bottom {
|
.right-bottom {
|
||||||
margin-top: 2vh;
|
margin-top: 25rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 38vh;
|
height: 38vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
@ -572,6 +573,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-content-other {
|
.index-content-other {
|
||||||
|
margin-left: 1.9vw;
|
||||||
width: 65vw;
|
width: 65vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transition: opacity 1s ease;
|
transition: opacity 1s ease;
|
||||||
|
|
@ -598,6 +600,7 @@
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
margin-top: 25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
|
|
@ -882,7 +885,7 @@
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
padding: 1.6vw;
|
padding: 1.6vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 1.5vw;
|
margin-right: 1vw;
|
||||||
margin-left: 1vw;
|
margin-left: 1vw;
|
||||||
}
|
}
|
||||||
.card-bottom {
|
.card-bottom {
|
||||||
|
|
|
||||||
|
|
@ -574,7 +574,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_mini/pages/camera.nvue"]]);
|
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -578,7 +578,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
|
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue