|
|
|
/* pages/look-list/look-list.wxss */
|
|
|
|
.main {
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mark{
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: rgba(0,0,0,.1);
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.look-top-tag {
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
padding: 30rpx 30rpx 35rpx 0rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-active .table-icon {
|
|
|
|
transform: rotate(-180deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-name {
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #262936;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-icon {
|
|
|
|
width: 14rpx;
|
|
|
|
height: 10rpx;
|
|
|
|
margin-left: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
height: 100%;
|
|
|
|
/* padding-bottom: 50rpx; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-item {
|
|
|
|
width: 690rpx;
|
|
|
|
height: 180rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15);
|
|
|
|
border-radius: 18rpx;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 24rpx;
|
|
|
|
padding: 30rpx 0 30rpx 30rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-img {
|
|
|
|
width: 120rpx;
|
|
|
|
height: 120rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-right {
|
|
|
|
flex: 1;
|
|
|
|
padding-left: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-info{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-tag {
|
|
|
|
width: 90rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
font-size: 22rpx;
|
|
|
|
margin-right: 14rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.list-tag.dgp{
|
|
|
|
background: #F7A40F;
|
|
|
|
}
|
|
|
|
.list-tag.gpz{
|
|
|
|
background: #10C769;
|
|
|
|
}
|
|
|
|
.list-tag.lp{
|
|
|
|
background: #666A7A;
|
|
|
|
}
|
|
|
|
.list-tag.ycj{
|
|
|
|
background: #FF652F;
|
|
|
|
}
|
|
|
|
.list-title {
|
|
|
|
width: 338rpx;
|
|
|
|
font-size: 34rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #262936;
|
|
|
|
line-height: 50rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-detail {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-top: 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail-item {
|
|
|
|
/* width: 100% !important; */
|
|
|
|
line-height: 36rpx;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: #565A6B;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-timer{
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: #C3C3C3;
|
|
|
|
}
|
|
|
|
.noText{
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 50rpx;
|
|
|
|
}
|
|
|
|
.form-input {
|
|
|
|
width: 500rpx;
|
|
|
|
min-height: 63rpx;
|
|
|
|
height: 63rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 1px solid #838B99;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 5px;
|
|
|
|
font-size: 30rpx;
|
|
|
|
}
|
|
|
|
.displayDown{
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
/* height: 200rpx; */
|
|
|
|
width: 100%;
|
|
|
|
background-color: rgb(248, 248, 248);
|
|
|
|
/* bottom: -200rpx; */
|
|
|
|
transition:all .2s ease-in-out;
|
|
|
|
z-index: 999999;
|
|
|
|
box-shadow:0 15px 10px -15px rgba(0,0,0,.2)
|
|
|
|
}
|
|
|
|
.btnGp{
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 80rpx;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.clearSearch{
|
|
|
|
width: 40%;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 80rpx;
|
|
|
|
/* border: 1px solid black; */
|
|
|
|
}
|
|
|
|
.toSearch{
|
|
|
|
width: 60%;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 80rpx;
|
|
|
|
background-color: rgb(22, 155, 213);
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.searchDate{
|
|
|
|
padding: 0 30rpx;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.searchDate>view{
|
|
|
|
/* line-height: 80rpx; */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
width: 50%;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
}
|
|
|
|
.searchInput{
|
|
|
|
display: inline-block;
|
|
|
|
width: 50%;
|
|
|
|
border:1px solid gray;
|
|
|
|
padding-left: 10rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
}
|
|
|
|
.centerIn{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.radioView{
|
|
|
|
display: block!important;
|
|
|
|
width: 120rpx!important;
|
|
|
|
height: 70rpx;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 70rpx;
|
|
|
|
border:1px solid gray;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
.isChose{
|
|
|
|
background-color: rgb(22, 155, 213);
|
|
|
|
color: #ffffff;
|
|
|
|
border:1px solid rgb(22, 155, 213);
|
|
|
|
}
|
|
|
|
.radioView:nth-child(1){
|
|
|
|
border-top-left-radius: 8rpx;
|
|
|
|
border-bottom-left-radius: 8rpx;
|
|
|
|
border-left: 1px solid gray;
|
|
|
|
}
|
|
|
|
.radioView:last-child{
|
|
|
|
border-top-right-radius: 8rpx;
|
|
|
|
border-bottom-right-radius: 8rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 2021 07-28 */
|
|
|
|
.look-top{
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.look-search{
|
|
|
|
padding: 0 20rpx;
|
|
|
|
}
|
|
|
|
.look-search .look-s-icon{
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
|
|
|
.look-search input{
|
|
|
|
width: 0;
|
|
|
|
transition: all .5s ease;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
.look-search.focusing input{
|
|
|
|
width: 350rpx;
|
|
|
|
}
|
|
|
|
.look-search .del{
|
|
|
|
width: 25rpx;
|
|
|
|
}
|