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.
70 lines
1.2 KiB
70 lines
1.2 KiB
page {
|
|
background-color: #fff;
|
|
font-size: 32rpx;
|
|
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
|
|
}
|
|
view {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.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%);
|
|
}
|
|
.flex-b {
|
|
justify-content: space-between;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pageBg {
|
|
background: #F6F6F6;
|
|
}
|
|
.pageBgImg {
|
|
background: url('static/images/bigImg/topbg.png') #F6F6F6 no-repeat;
|
|
// background: url('http://192.168.1.20:81/zhili/image/20230814/625b0f15924541cda70b4616f032d194.png') #F6F6F6 no-repeat;
|
|
background-size: 100% 362rpx;
|
|
}
|
|
.pad {
|
|
padding: 0 28rpx;
|
|
}
|
|
.status_bar {
|
|
height: var(--status-bar-height);
|
|
width: 100%;
|
|
}
|
|
image {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.placeholderClassFFF {
|
|
color: #fff !important;
|
|
}
|
|
.star {
|
|
display: flex;
|
|
align-items: center;
|
|
.starText {
|
|
font-size: 26rpx;
|
|
color: #F5682D;
|
|
}
|
|
}
|
|
|
|
.my .u-input {
|
|
height: 100%;
|
|
}
|