This commit is contained in:
zhubaoxin
2017-08-08 18:02:03 +08:00
parent 5d2796ef23
commit f0d3eb3329
+1
View File
@@ -2,3 +2,4 @@
.addbtn{padding-top:22px;height:63px; border:1px dashed #ddd; width:60px;}
.addbtn .icon-plus {font-size: 18px; display: block; opacity: 0.5; transition: opacity .2s; text-shadow: 1px 1px 3px rgba(0,0,0,.2);}
.addbtn:hover .icon-plus {opacity: .9; animation: flash-icon 1s linear alternate infinite}
#dropMenu{min-width:250px;padding:10px 15px;box-sizing:inhert;}