2024-01-22 18:48:00 +08:00

187 lines
3.3 KiB
Plaintext

@import "/graceUI/reporlist.wxss";
page {
background: #fff;
}
.contentViewb {
align-items: flex-start;
background-color: hsla(0, 0%, 100%, 0);
color: #333;
display: -webkit-flex;
display: flex;
flex-direction: column;
font-size: 20rpx;
height: 100%;
justify-items: flex-start;
margin-top: 1vh;
padding: 10rpx 30rpx;
position: relative;
width: 90%;
}
.logo-img {
margin-top: 3.5vh;
max-height: 150rpx;
padding-top: 10px;
vertical-align: top;
width: 80rpx;
}
.orderNum {
font-size: 26rpx;
font-weight: 700;
}
.text-view {
display: inline-block;
height: 70rpx;
width: auto;
}
.lineView {
background-color: #f1f5f6;
height: 1px;
width: 98%;
}
.wrapper {
height: 100%;
padding-bottom: 110rpx;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.wrapper {
padding-bottom: 180rpx;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
.wrapper {
padding-bottom: 180rpx;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
.wrapper {
padding-bottom: 180rpx;
}
}
.body-box {
height: 100%;
overflow: hidden;
width: 100%;
}
.body-bd,
.body-box {
padding: 0rpx 0;
}
.nav-tab {
color: #333;
font-size: 26rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
}
.nav-tab.current {
background: #fff;
color: #3182f1;
}
.banner-item {
border-radius: 10rpx;
box-sizing: border-box;
height: auto;
margin: 20rpx auto;
position: relative;
width: 90%;
}
.banner-item.current::before {
border: 6rpx solid #3182f1;
border-radius: 10rpx;
}
.banner-item.current::before,
.banner-item.currentno::before {
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.banner-item.currentno::before {
border: 6rpx solid #d1ced0;
border-radius: 10rpx;
}
.search-title {
font-size: 50rpx;
font-weight: 700;
margin-bottom: 0rpx;
margin-top: 10rpx;
text-align: center;
}
.info-box {
background-image: url(https://file.bigfishfarming.com/file/car_icon/info-bg@2.png);
background-position: 22rpx;
background-repeat: no-repeat;
background-size: 711rpx 600rpx;
height: auto;
}
.name-line {
display: inline-block;
width: 160rpx;
}
.image-view {
height: 80rpx;
padding-top: 80rpx;
text-align: center;
}
.image-width {
width: 60px;
}
.logo-iamge {
border-radius: 50%;
display: inline-block;
height: 120rpx;
overflow: hidden;
}
.text-view {
color: #9f9f9f;
margin-left: 100rpx;
margin-top: 0rpx;
}
.first-top {
margin-top: 80rpx;
}
.info-line {
color: #000;
}
.special-text {
color: red;
}
.none-text {
display: none;
}
.text-money {
font-size: 35rpx;
margin-top: 0rpx;
text-align: center;
}
.info-money {
color: #e2864b;
font-weight: 700;
}
.search-button {
background: #3d61f0 !important;
border-radius: 10rpx;
color: #fff !important;
height: 100rpx !important;
line-height: 100rpx !important;
padding: 0rpx !important;
width: 92% !important;
}
.guite-info {
color: #9f9f9f;
font-size: 27rpx;
margin-top: 40rpx;
text-align: center;
}
.page-text {
color: #3d61f0;
}
.free-money {
color: #9f9f9f;
font-weight: 700;
text-decoration: line-through;
}