11body {
2- /*背景图片*/
3- /* background-image: url(' https://dogefs.s3.ladydaily.com/~/source/wallhaven/full/jx/wallhaven-jxl3qp.jpg?w=2560&h=1440&fmt=webp'); */
4- background-repeat : no-repeat;
5- background-size : cover;
2+ /*背景图片*/
3+ background-image : url (" https://dogefs.s3.ladydaily.com/~/source/wallhaven/full/jx/wallhaven-jxl3qp.jpg?w=2560&h=1440&fmt=webp" );
4+ background-repeat : no-repeat;
5+ background-size : cover;
66}
77
88body ::after {
9- content : "" ;
10- position : absolute;
11- top : 0 ;
12- right : 0 ;
13- bottom : 0 ;
14- left : 0 ;
15- background : rgba (0 , 0 , 0 , 0.2 ); /* 这里的0.5是遮罩的透明度*/
16- z-index : -1 ;
9+ content : "" ;
10+ position : absolute;
11+ top : 0 ;
12+ right : 0 ;
13+ bottom : 0 ;
14+ left : 0 ;
15+ background : rgba (0 , 0 , 0 , 0.2 ); /* 这里的0.5是遮罩的透明度*/
16+ z-index : -1 ;
1717}
1818
1919# checkTheme {
20- background-color : rgba (0 , 0 , 0 , 0 );
20+ background-color : rgba (0 , 0 , 0 , 0 );
2121}
2222
2323/* 表格添加圆角 */
2424.el-table {
25- opacity : 0.75 ;
26- border-radius : 10px ; /* 圆角半径 */
27- overflow : hidden; /* 隐藏超出边界的内容 */
28- box-shadow : 10px 10px 10px rgba (0 , 0 , 0 , 0.5 );
25+ opacity : 0.75 ;
26+ border-radius : 10px ; /* 圆角半径 */
27+ overflow : hidden; /* 隐藏超出边界的内容 */
28+ box-shadow : 10px 10px 10px rgba (0 , 0 , 0 , 0.5 );
2929}
3030
31-
3231.el-header {
33- height : 550px ;
34- border-top-left-radius : 10px ;
35- border-top-right-radius : 10px ;
36- overflow : hidden;
32+ height : 550px ;
33+ border-top-left-radius : 10px ;
34+ border-top-right-radius : 10px ;
35+ overflow : hidden;
3736}
3837
3938.el-aside {
40- border-bottom-left-radius : 10px ;
41- overflow : hidden;
42- height : 550px ;
39+ border-bottom-left-radius : 10px ;
40+ overflow : hidden;
41+ height : 550px ;
4342}
4443
45-
4644.el-dialog {
47- border-radius : 20px ;
48- }
45+ border-radius : 20px ;
46+ }
0 commit comments