mjz update
This commit is contained in:
@@ -6,7 +6,7 @@ article: false
|
|||||||
---
|
---
|
||||||
|
|
||||||
## 深色背景
|
## 深色背景
|
||||||
在 class 中加入 `bg-Red|Orange|...`
|
在 class 中加入 `bg-red|orange|...`
|
||||||
|
|
||||||
```css
|
```css
|
||||||
.bg-red /* 嫣红 #e54d42 */
|
.bg-red /* 嫣红 #e54d42 */
|
||||||
@@ -27,7 +27,7 @@ article: false
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 浅色背景
|
## 浅色背景
|
||||||
在 class 中加入 `bg-Red|Orange|...`
|
在 class 中加入 `bg-red|orange|...`
|
||||||
在 class 中再加入 `light`
|
在 class 中再加入 `light`
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ export default {
|
|||||||
top calc(var(--navbar-height) + 50px)
|
top calc(var(--navbar-height) + 50px)
|
||||||
right 6.8vw
|
right 6.8vw
|
||||||
width 17.5vw
|
width 17.5vw
|
||||||
height 34.2vw
|
height 34.4vw
|
||||||
z-index -1
|
z-index -1
|
||||||
background-image: url(https://www.uviewui.com/common/iPhone13.png);
|
background-image: url(https://www.uviewui.com/common/iPhone13.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user