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.
 

191 lines
3.0 KiB

/* 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: 218rpx;
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: 166rpx;
height: 100%;
}
.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-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: 50%;
line-height: 36rpx;
font-size: 22rpx;
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 .3s 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;
}