22 * @Date : 2020-10-18 10:52:43
33 * @Author : MemoryShadow
44 * @LastEditors : MemoryShadow
5- * @LastEditTime : 2020-10-18 16:33:44
5+ * @LastEditTime : 2020-10-18 17:41:47
66 * @Description : 基础组件css样式
77 */
88
99html .blue {
10- background : linear-gradient (rgb (158 , 215 , 250 ) 0% , # FFFFFF 30 px );
10+ background : linear-gradient (rgb (158 , 215 , 250 ) 0% , # FFFFFF 28 px );
1111 background-repeat : no-repeat;
1212 width : 100% ;
1313 height : 100% ;
1414}
1515
16- div .title {
16+ div .title , div # top {
1717 display : flex;
18+ flex-direction : row;
1819}
1920
20- a .button {
21+ div .title div , div # top div {
22+ display : flex;
23+ flex-direction : column;
24+ }
25+
26+ div .title div div , div # top div div {
27+ display : flex;
28+ flex-direction : row;
29+ }
30+
31+ a .button , div .title div .ButtonList .enable a , div # top div .ButtonList .enable a {
2132 display : flex;
2233 height : 30px ;
2334 width : 80px ;
@@ -30,21 +41,37 @@ a.button {
3041 margin : 10px ;
3142}
3243
33- a .button .enable {
44+ a .button .enable , div . title div . ButtonList . enable a , div # top div . ButtonList . enable a {
3445 text-decoration : none;
3546 background-color : # 4E71F2 ;
3647 color : # FFF ;
3748}
3849
39- a .button .enable : hover {
50+ a .button .disable , div .title div .ButtonList .disable a , div # top div .ButtonList .disable a {
51+ text-decoration : line-through;
52+ background-color : # 4d4d4d ;
53+ color : # FFF ;
54+ pointer-events : none;
55+ }
56+
57+ a .button .enable : hover , div .title div .ButtonList .enable a : hover , div # top div .ButtonList .enable a : hover {
4058 text-decoration : none;
4159 background-color : # 6c89f3 ;
4260 color : # FFF ;
4361}
4462
45- a .button .disable {
46- text-decoration : line-through;
47- background-color : # 4d4d4d ;
48- color : # FFF ;
49- pointer-events : none;
63+ div .title div .ButtonList , div # top div .ButtonList {
64+ background-color : # 4E71F2 ;
65+ margin : 10px ;
66+ }
67+
68+ div .title div .ButtonList .enable a , div # top div .ButtonList .enable a , div .title div .ButtonList .disable a , div # top div .ButtonList .disable a {
69+ border-radius : 0px ;
70+ -moz-box-shadow : 0px 0px 0px # FFF ;
71+ -webkit-box-shadow : 0px 0px 0px # FFF ;
72+ box-shadow : 0px 0px 0px # FFF ;
73+ border-right : solid 1px # FFF ;
74+ margin : 0px ;
75+ padding : 4px 10px ;
76+ flex-grow : 1 ;
5077}
0 commit comments