8.15提交

This commit is contained in:
zoujiandong
2025-08-15 09:18:09 +08:00
parent 61584a5d20
commit c7eb7ed879
425 changed files with 191 additions and 44642 deletions
+7 -7
View File
@@ -92,7 +92,7 @@ onMounted(()=>{
<style lang="scss" scoped>
.navbox {
padding-bottom: 20rpx;
background-color: #f9fafb;
background-color: #fff;
position: relative;
/* #ifdef H5 */
height:120rpx;
@@ -104,7 +104,7 @@ onMounted(()=>{
background: radial-gradient(
60% 90% at 4% 2%,
#43c9c3 0%,
rgba(255, 255, 255, 0) 100%
#fff 100%
);
}
.bg {
@@ -113,11 +113,11 @@ onMounted(()=>{
bottom: 0;
width: 100%;
position: absolute;
background: radial-gradient(
43% 90% at 84% 6%,
#ffd6c9 0%,
rgba(255, 255, 255, 0) 100%
);
// background: radial-gradient(
// 43% 90% at 84% 6%,
// #ffd6c9 0%,
// rgba(255, 255, 255, 0) 100%
// );
}
.namebox {
/* #ifdef H5 */