/* pages/select_library/select_library.wxss */ @import '../../templates/nodata/nodata.wxss'; .li-search{ display: flex; justify-content: space-between; padding:0 24rpx 20rpx 24rpx; border-bottom: 1rpx solid #E5E5E5; } .li-search-left{ width: 82%; height:68rpx; line-height: 68rpx; background: #F1F3FA; border-radius: 34rpx; padding: 10rpx 20rpx; display: flex; justify-content: flex-start; align-items: center; } .li-search-left-img{ width: 29rpx; height: 29rpx; margin: auto 30rpx; } .li-search-left-input{ color: #393939; font-size: 26rpx; display: inline-block; /* position: relative; bottom: 0; */ /* margin-top: 20rpx; */ } .li-search-left-input-pla{ color: #AAAAAA; font-size: 26rpx; } .li-search-right{ color: #6174D9; font-size: 26rpx; margin: auto 24rpx; } .model{ z-index: 1001; position: fixed; top: 180rpx; margin: 0; background: #fff; width: 100%; height: 100%; } .model-title{ color: #393939; font-size: 34rpx; display: flex; justify-content: space-between; padding: 30rpx 23rpx 40rpx 23rpx; border-bottom: 1rpx solid #E5E5E5; } .model-title-img{ width: 20rpx; height: 20rpx; } .model-list{ display: flex; justify-content: space-between; } .model-list-left{ width: 25%; background: #F8F8F8; } .model-list-left-items{ height: 86rpx; line-height: 86rpx; text-align: center; font-size: 28rpx; color: #393939; border-left: 6rpx solid transparent; } .model-list-right{ width: 75%; background: #Fff; overflow: scroll; padding-bottom: 30rpx; } .model-list-right-items{ height: 86rpx; line-height: 86rpx; text-align: center; font-size: 28rpx; color: #393939; width: 100%; display: flex; justify-content: space-between; margin: auto 0; padding: 0 24rpx; overflow: hidden; } .area-active{ background: #fff; border-left: 6rpx solid #FF6465; } .model-list-right-items-img{ width: 23rpx; height: 17rpx; margin-top: 33rpx; }