|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #app {
- font-family: PingFangSC-Regular, PingFang SC;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- color: #111c33;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow-y: auto;
- }
-
- body,
- html {
- width: 100%;
- height: 100%;
- background-color: rgba(240, 242, 245, 1);
- font-size: 0.32rem;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #111c33;
- }
- a {
- color: #0057ff;
- }
-
- .md-tab-bar .md-tab-bar-ink {
- position: sticky;
- }
-
-
- .svg-icon {
- width: 1em;
- height: 1em;
- vertical-align: -0.15em;
- fill: currentColor;
- overflow: hidden;
- }
-
- .indicator-container {
- display: flex;
- justify-content: center;
- padding: 0.26667rem 0;
- }
-
- .no-data[data-v-d98a1954] {
- text-align: center;
- padding: 0.8rem 0;
- }
- .no-data img[data-v-d98a1954] {
- width: 4.17333rem;
- height: 2.93333rem;
- }
- .no-data p[data-v-d98a1954] {
- font-size: 0.32rem;
- margin-top: 0.8rem;
- color: #c5ccd9;
- }
-
|