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.
315 lines
4.5 KiB
315 lines
4.5 KiB
2 years ago
|
.icoon :active {
|
||
|
color: #007AFF;
|
||
|
}
|
||
|
|
||
|
.flex {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.acenter {
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
/* .list_item_car_title:last-child{
|
||
|
margin-bottom: 0;
|
||
|
} */
|
||
|
.list_item_car_title {
|
||
|
width: 100%;
|
||
|
margin-bottom: 15rpx;
|
||
|
}
|
||
|
|
||
|
.pricr_text {
|
||
|
font-size: 26rpx;
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.list_item_car_footer {
|
||
|
border-top: solid 1rpx #F0F0F0;
|
||
|
font-size: 24rpx;
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.olitext {
|
||
|
min-width: 93rpx;
|
||
|
color: #EC4645;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.blackcolor {
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.pricr_text text {}
|
||
|
|
||
|
.decor {
|
||
|
text-decoration: line-through
|
||
|
}
|
||
|
|
||
|
.jcenter {
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.jb {
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.priceAdjustment_body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
.tipLamp{
|
||
|
position: absolute;
|
||
|
height:100%;
|
||
|
background-color: #E9CF31;
|
||
|
width: 17rpx;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
.listContainer {
|
||
|
flex-grow: 1;
|
||
|
padding-top: 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.list_item_car {
|
||
|
/* min-height: 241rpx; */
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0rpx 3rpx 9rpx 0rpx rgba(88, 88, 88, 0.2);
|
||
|
border-radius: 12rpx;
|
||
|
padding: 17rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
padding-bottom: 0;
|
||
|
/* margin-bottom: 20rpx; */
|
||
|
margin: 0 20rpx 20rpx 20rpx;
|
||
|
}
|
||
|
|
||
|
.yuan {
|
||
|
width: 13rpx;
|
||
|
height: 13rpx;
|
||
|
background: #E9CF31;
|
||
|
border-radius: 50%;
|
||
|
margin-right: 5rpx;
|
||
|
}
|
||
|
|
||
|
.itemtable {
|
||
|
width: 80rpx;
|
||
|
height: 40rpx;
|
||
|
background: #FD9500;
|
||
|
color: white;
|
||
|
position: relative;
|
||
|
top: -17rpx;
|
||
|
font-size: 24rpx;
|
||
|
}
|
||
|
|
||
|
.large_text {
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.company_msg_content {
|
||
|
max-width: 330rpx;
|
||
|
font-size: 28rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
text-align: end;
|
||
|
}
|
||
|
|
||
|
.examine_popup_body {
|
||
|
padding: 0 47rpx;
|
||
|
margin: 33rpx 0;
|
||
|
}
|
||
|
|
||
|
.company_msg {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: baseline;
|
||
|
}
|
||
|
|
||
|
.bgtext {
|
||
|
|
||
|
|
||
|
font-size: 28rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
|
||
|
}
|
||
|
|
||
|
.item_price {
|
||
|
font-size: 24rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.text {
|
||
|
|
||
|
font-size: 26rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
.samll_txext {
|
||
|
font-size: 24rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #999999;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
|
||
|
}
|
||
|
|
||
|
.leftTip {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
height: 100%;
|
||
|
background-color: #E9CF31;
|
||
|
width: 10rpx;
|
||
|
}
|
||
|
|
||
|
.seach_input {
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 12rpx;
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.typeyuan {
|
||
|
background-color: #17A00E;
|
||
|
width: 14rpx;
|
||
|
height: 14rpx;
|
||
|
border-radius: 50px;
|
||
|
margin-right: 6rpx;
|
||
|
}
|
||
|
|
||
|
.seletypeyuan {
|
||
|
background-color: red;
|
||
|
width: 14rpx;
|
||
|
height: 14rpx;
|
||
|
border-radius: 50px;
|
||
|
margin-right: 6rpx;
|
||
|
}
|
||
|
|
||
|
.is-input-border {
|
||
|
border: 0px !important;
|
||
|
}
|
||
|
|
||
|
page {
|
||
|
background-color: #F0F2FF;
|
||
|
}
|
||
|
|
||
|
.form_body_item {
|
||
|
min-height: 339rpx;
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0px 3px 9px 0px rgba(88, 88, 88, 0.2);
|
||
|
border-radius: 12rpx;
|
||
|
font-size: 28rpx;
|
||
|
/* padding: 20rpx; */
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
/* padding-bottom: 0; */
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
/* padding-top: 0; */
|
||
|
}
|
||
|
|
||
|
.form_body {
|
||
|
width: 100vw;
|
||
|
padding: 0 10px;
|
||
|
margin-top: 40rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.navigation_seleitem {
|
||
|
width: 150rpx;
|
||
|
height: 59rpx;
|
||
|
background: #F0F2FF;
|
||
|
border-top-left-radius: 11rpx;
|
||
|
border-top-right-radius: 11rpx;
|
||
|
font-size: 26rpx;
|
||
|
color: #333333;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
transition: all 0.3s;
|
||
|
position: relative;
|
||
|
bottom: -2px;
|
||
|
}
|
||
|
|
||
|
.navigation_item {
|
||
|
width: 150rpx;
|
||
|
height: 59rpx;
|
||
|
border-top-left-radius: 11rpx;
|
||
|
border-top-right-radius: 11rpx;
|
||
|
font-size: 26rpx;
|
||
|
color: #F0F2FF;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
transition: all 0.3s;
|
||
|
bottom: -2px;
|
||
|
}
|
||
|
|
||
|
.Navigation {
|
||
|
display: flex;
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
transition: all .5s;
|
||
|
}
|
||
|
|
||
|
.header_seach_butten {
|
||
|
font-size: 24rpx !important;
|
||
|
display: flex !important;
|
||
|
align-items: center !important;
|
||
|
margin: 0 !important;
|
||
|
flex-shrink: 1;
|
||
|
margin-left: 9rpx !important;
|
||
|
background: #FFFFFF !important;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.uni-easyinput__content {
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
|
||
|
.uni-easyinput {
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
|
||
|
.header_seach_seach {
|
||
|
display: flex;
|
||
|
height: 80rpx;
|
||
|
margin-top: 23rpx;
|
||
|
}
|
||
|
|
||
|
.header_seach_title {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.header_seach {
|
||
|
font-size: 26rpx;
|
||
|
padding: 0 10px;
|
||
|
}
|
||
|
|
||
|
.uni-navbar--border {
|
||
|
border: 0px !important;
|
||
|
}
|
||
|
|
||
|
.uni-navbar__header-btns-right {
|
||
|
padding-right: 0 !important;
|
||
|
width: 120rpx !important;
|
||
|
}
|
||
|
|
||
|
.top {
|
||
|
height: var(--status-bar-height);
|
||
|
}
|