You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.0 KiB
72 lines
1.0 KiB
/*app.wxss*/
|
|
/* #ifndef APP-NVUE */
|
|
page {
|
|
background-color: #f6f6f6;
|
|
font-size: 32rpx;
|
|
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
color: transparent !important;
|
|
display: none;
|
|
}
|
|
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.oneRowText {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.towRowText {
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical
|
|
}
|
|
|
|
.bgLinear {
|
|
background: linear-gradient(180deg, #3593FB 0%, #53D3E5 100%);
|
|
}
|
|
|
|
.flexB {
|
|
justify-content: space-between;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.pageBg {
|
|
background: #F6F7F8;
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.star {
|
|
display: flex;
|
|
align-items: center;
|
|
.starText {
|
|
font-size: 26rpx;
|
|
color: #F5682D;
|
|
}
|
|
}
|