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;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 5vh;
|
||||
height: 60vh;
|
||||
// background-color: red;
|
||||
.act{
|
||||
background: RGBA(228, 229, 231, 1);
|
||||
|
|
@ -92,7 +94,7 @@
|
|||
align-items: center;
|
||||
position: relative;
|
||||
justify-content: space-between;
|
||||
margin-top: 0vw;
|
||||
margin-bottom: 0.8vw;
|
||||
padding: 0.25vw 0;
|
||||
.tm{
|
||||
width: 6vw;
|
||||
|
|
|
|||
|
|
@ -445,6 +445,7 @@
|
|||
margin-left: 2vw;
|
||||
height: 100%;
|
||||
transition: opacity 1s ease;
|
||||
margin-top: 25rpx;
|
||||
.right-time{
|
||||
// margin-top: 10rpx;
|
||||
width: 100%;
|
||||
|
|
@ -475,7 +476,7 @@
|
|||
height: 35vh;
|
||||
background-color: #fff;
|
||||
border-radius: 4vh;
|
||||
margin-top: 15rpx;
|
||||
margin-top: 25rpx;
|
||||
|
||||
.top-title {
|
||||
width: 100%;
|
||||
|
|
@ -536,7 +537,7 @@
|
|||
}
|
||||
|
||||
.right-bottom {
|
||||
margin-top: 2vh;
|
||||
margin-top: 25rpx;
|
||||
width: 100%;
|
||||
height: 38vh;
|
||||
background-color: #fff;
|
||||
|
|
@ -572,6 +573,7 @@
|
|||
}
|
||||
|
||||
.index-content-other {
|
||||
margin-left: 1.9vw;
|
||||
width: 65vw;
|
||||
height: 100%;
|
||||
transition: opacity 1s ease;
|
||||
|
|
@ -598,6 +600,7 @@
|
|||
height: 20vh;
|
||||
position: relative;
|
||||
font-size: 28rpx;
|
||||
margin-top: 25rpx;
|
||||
}
|
||||
|
||||
.date {
|
||||
|
|
@ -882,7 +885,7 @@
|
|||
background-color: #FFFFFF;
|
||||
padding: 1.6vw;
|
||||
position: relative;
|
||||
margin-right: 1.5vw;
|
||||
margin-right: 1vw;
|
||||
margin-left: 1vw;
|
||||
}
|
||||
.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 {
|
||||
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 {
|
||||
fullcamera as default
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue