改样式

This commit is contained in:
Teng 2026-01-06 15:40:41 +08:00
parent f0ee30fa03
commit bc254bcedd
3 changed files with 8 additions and 5 deletions

View File

@ -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 {

View File

@ -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
}; };

View File

@ -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
}; };