File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-netease-music" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " 基于React、TypeScript的高仿网易云mac客户端播放器" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1111 padding : 10px ;
1212 position : fixed;
1313 bottom : 0 ;
14- border-top : 2 px solid rgb (245 , 245 , 245 );
14+ box-shadow : 0 3 px 12 px 0 rgb (0 0 0 / 12 % );
1515 display : flex;
1616 justify-content : space-between;
1717 background-color : # fff ;
Original file line number Diff line number Diff line change 11@value colors: '~styles/colors.module.css' ;
2- @value borderColor from color s;
32
43@value constants: '~styles/constants.module.css' ;
54@value footerHeight, headerHeight from constants;
3332 right : 0 ;
3433 top : headerHeight;
3534 transform : translate (100% , 0 );
36- border-left : 1px solid borderColor;
37- box-shadow : 0 0 5px # fff ;
35+ box-shadow : 0 6px 12px 0 rgb (0 0 0 / 12% );
3836 background-color : # fff ;
3937 transition : transform 0.3s ease;
4038}
Original file line number Diff line number Diff line change 66 min-width : bodyMinWidth;
77 height : headerHeight;
88 background-color : rgba (248 , 248 , 248 , 0.95 );
9+ box-shadow : 0 1px 10px 1px rgb (0 0 0 / 12% );
910 position : fixed;
1011 top : 0 ;
1112 display : flex;
You can’t perform that action at this time.
0 commit comments