imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第43行: 第43行:
}
}
.heading i{
.heading i{
     background-color: #507bfc;
     background-color: gold;
     box-shadow: 2px 5px 30px rgba(80,123,252,0.4);
     box-shadow: 2px 5px 30px rgb(248 227 35 / 42%);
     color: #ffffff;
     color: #ffffff;
     width:40px;
     width:40px;
第84行: 第84行:
     top: 0px;
     top: 0px;
     transform: translateX(-50%);
     transform: translateX(-50%);
     background-color: #507bfc;
     background-color: gold;
     border-radius: 0px 0px 10px 10px;
     border-radius: 0px 0px 10px 10px;
}
}
第151行: 第151行:
.btn a:hover{
.btn a:hover{
     color: #fff;
     color: #fff;
     background-color: #507bfc;
     background-color: gold;
     box-shadow: 2px 5px 15px rgba(80,123,252,0.5);
     box-shadow: 2px 5px 15px rgb(248 227 35 / 42%);
     transition: all ease 0.3s;
     transition: all ease 0.3s;
}
}