| | |
| | | //高级分类选择 |
| | | onChangeIcon(e) { |
| | | this.setData({ |
| | | bookList: [], |
| | | 'assortCheck.code': e.detail.value, |
| | | stairCode: '', |
| | | secondCode: '', |
| | |
| | | `${this.data.assortCheck.code}\\${e.detail.value}` : |
| | | this.data.assortCheck.code; |
| | | this.setData({ |
| | | bookList: [], |
| | | pathList: [], |
| | | stairCode: e.detail.value, |
| | | secondCode: '', |
| | |
| | | |
| | | .listBox .titleBox { |
| | | font-size: 28rpx; |
| | | font-weight: bold; |
| | | font-weight: 600; |
| | | border-bottom: 2rpx solid #EDEDED; |
| | | line-height: 80rpx; |
| | | word-break: break-all; |
| | |
| | | justify-content: space-between !important; |
| | | } |
| | | |
| | | .itemList:nth-child(1) { |
| | | padding: 16rpx 30rpx !important; |
| | | } |
| | | |
| | | .itemList .label { |
| | | font-weight: bold; |
| | | width: 180rpx; |
| | | font-size: 32rpx; |
| | | font-size: 29rpx; |
| | | color: #333333; |
| | | } |
| | | |
| | |
| | | .content { |
| | | flex: 1; |
| | | color: #5C5C5C; |
| | | font-size: 32rpx; |
| | | font-size: 29rpx; |
| | | } |
| | | |
| | | .block { |