67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
/** app.wxss **/
|
|
|
|
@font-face {
|
|
font-family: "iconfont";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(https://fonts.gstatic.com/s/sandbox/materialsymbolsrounded/v7/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOc7TOVpeRL2w5rwZu2rIelXxc.woff2) format("woff2");
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 52rpx;
|
|
line-height: 1;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
direction: ltr;
|
|
font-feature-settings: "liga";
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.icon-img:before {
|
|
content: "\e3f4";
|
|
}
|
|
.icon-camera:before {
|
|
content: "\e439";
|
|
}
|
|
.icon-video:before {
|
|
content: "\e04b";
|
|
}
|
|
.icon-italic:before {
|
|
content: "\e23f";
|
|
}
|
|
.icon-underline:before {
|
|
content: "\e249";
|
|
}
|
|
.icon-bold:before {
|
|
content: "\e238";
|
|
}
|
|
.icon-title:before {
|
|
content: "\e264";
|
|
}
|
|
.icon-alignRight:before {
|
|
content: "\e237";
|
|
}
|
|
.icon-alignLeft:before {
|
|
content: "\e236";
|
|
}
|
|
.icon-alignCenter:before {
|
|
content: "\e234";
|
|
}
|
|
.icon-orderedList:before {
|
|
content: "\e242";
|
|
}
|
|
.icon-bulletedList:before {
|
|
content: "\e241";
|
|
}
|
|
.icon-checkedList:before {
|
|
content: "\ea4f";
|
|
}
|
|
.icon-undo:before {
|
|
content: "\e166";
|
|
} |