63 lines
1.2 KiB
CSS
63 lines
1.2 KiB
CSS
.sort-main {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sort-main .h-sort {
|
|
padding: 15px;
|
|
height: 60px;
|
|
margin-right: 2px;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #f9f9f9;
|
|
border-radius: 5px;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
|
|
.sort-main .h-sort .sort-left {
|
|
min-width: 64px;
|
|
padding-right: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sort-main .h-sort .sort-left .left-img {
|
|
width: 30px;
|
|
}
|
|
|
|
.sort-main .h-sort .sort-left .sort-title {
|
|
font-size: 16px;
|
|
color: #48ace3;
|
|
}
|
|
|
|
.sort-main .h-sort .sort-right {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
|
|
.sort-main .h-sort .sort-right a {
|
|
display: inline-block;
|
|
color: #666;
|
|
padding-right: 5px;
|
|
font-size: 14px;
|
|
padding: 10px 5px 10px 0;
|
|
}
|
|
|
|
.sort-main .h-sort__one {
|
|
min-width: 290px;
|
|
padding-left: 30px;
|
|
}
|
|
|