mjz update

This commit is contained in:
mjz
2023-05-28 22:38:55 +08:00
parent 31b64e1e46
commit a5adc44849
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ article: false
---
## 深色背景
在 class 中加入 `bg-Red|Orange|...`
在 class 中加入 `bg-red|orange|...`
```css
.bg-red /* 嫣红 #e54d42 */
@@ -27,7 +27,7 @@ article: false
```
## 浅色背景
在 class 中加入 `bg-Red|Orange|...`
在 class 中加入 `bg-red|orange|...`
在 class 中再加入 `light`
```css

View File

@@ -150,7 +150,7 @@ export default {
top calc(var(--navbar-height) + 50px)
right 6.8vw
width 17.5vw
height 34.2vw
height 34.4vw
z-index -1
background-image: url(https://www.uviewui.com/common/iPhone13.png);
background-repeat: no-repeat;