Skip to content

Commit 2f891ab

Browse files
committed
修正了在不同屏幕大小下不同的表现形式
1 parent 67d179b commit 2f891ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Template/Public/Style/PublicCSS.css

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

99
html.blue {
10-
background: linear-gradient(rgb(158, 215, 250) 0%, #FFFFFF 3%);
10+
background: linear-gradient(rgb(158, 215, 250) 0%, #FFFFFF 30px);
1111
background-repeat: no-repeat;
1212
width: 100%;
1313
height: 100%;

0 commit comments

Comments
 (0)