Skip to content

Commit 67d179b

Browse files
committed
新增html.blue样式
1 parent 290845e commit 67d179b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Template/Public/Style/PublicCSS.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
* @Date : 2020-10-18 10:52:43
33
* @Author : MemoryShadow
44
* @LastEditors : MemoryShadow
5-
* @LastEditTime : 2020-10-18 10:53:11
5+
* @LastEditTime : 2020-10-18 16:22:57
66
* @Description : 基础组件css样式
77
*/
88

9+
html.blue {
10+
background: linear-gradient(rgb(158, 215, 250) 0%, #FFFFFF 3%);
11+
background-repeat: no-repeat;
12+
width: 100%;
13+
height: 100%;
14+
}
15+
916
div.title {
1017
display: flex;
1118
}

0 commit comments

Comments
 (0)