15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
/* packageE/video/video.wxss */
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.icon-bofang1{
|
|
font-size: 100px;
|
|
color: #fff;
|
|
}
|
|
.icon-bofang1:before {
|
|
content: "\e625";
|
|
} |