| 1234567891011121314151617181920212223242526272829303132333435 |
- /* pages/Mall/sortCommodity/sortCommodity.wxss */
- .sortView{
- padding: 0 20px;
- }
- .sortView .filterCriteria{
- height: 65rpx;
- border-bottom: 1px solid #CFEAE5;
- margin-top: 35rpx;
- display: flex;
- }
- .sortView .filterCriteria .markline{
- width: 2rpx;
- height: 45rpx;
- background: #CFEAE5;
- display: block;
- margin-top: 10rpx;
- float: right;
- }
- .sortView .filterCriteria .searchIcon image{
- width: 50rpx;
- height: 50rpx;
- align-self: center;
- padding-right: 20rpx;
- }
- .sortView .filterCriteria .filterText{
- font-size: 23rpx;
- color: #7A7A7A;
- text-align: center;
- line-height: 65rpx;
- flex: 1;
- }
- .sortView .filterCriteria .selected{
- background: #CFEAE5;
- }
|