36 lines
598 B
Plaintext
36 lines
598 B
Plaintext
/* packageE/title/title.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.component-wrapper {
|
|
display: block;
|
|
max-width: 100%;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.count-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0 10px;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.count-item {
|
|
width: 50%;
|
|
padding: 5px 10px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.no-data {
|
|
width: 100%;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|