1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 20:00:27 +08:00
2020-04-13 20:46:56 +08:00

27 lines
434 B
CSS

.kg-tips {
margin-top: 30px;
text-align: center;
}
.kg-tips .layui-icon-face-surprised {
display: inline-block;
font-size: 200px;
color: #393D49;
}
.kg-tips .layui-text {
width: 500px;
margin: 30px auto;
padding-top: 20px;
border-top: 5px solid #009688;
}
.kg-tips h1 {
font-size: 100px;
line-height: 100px;
color: #009688;
}
.kg-tips .layui-text span {
display: inline-block;
}