8.15提交
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user