12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* 搜索列表页 */
- .simplepage-wrap{padding-left: 24rpx;height: calc( 100% - 9rpx );}
- .simplepage-item{padding: 24rpx 0;border-bottom: 1px solid #eee;}
- .specifications-wrap uni-checkbox-group{display: flex;flex-wrap: wrap;margin-top: 24rpx;}
- .checkbox-style{position: relative;font-size: 24rpx;width: 30%;height: 72rpx;line-height: 72rpx;text-align: center;background-color: #F5F5F5;margin-bottom: 24rpx;overflow: hidden;border-radius: 8rpx;}
- .checkbox-style >>> uni-checkbox .uni-checkbox-input{color: #fff!important;margin-right: 0;position: absolute;right: 0;bottom: 0;background: transparent;border: 0;}
- .checkbox-style >>> uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked:before{width: 39rpx;height: 37rpx;background: url(../../static/img/checkbox-checked.png) no-repeat;background-size: 100% 100%;font-size: 0;}
- /* .checkbox-style >>> uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked::after{content: '';position: absolute;right: -40rpx;bottom: -40rpx;width: 80rpx;height: 80rpx;background-color: #6BBC6D;z-index: 5;transform: rotate(45deg);} */
- .checkbox-style:nth-child(3n-1){margin: 0 24rpx;}
- .pecifications-btn-wrap{display: flex;margin-top: 40rpx;}
- .pecifications-btn-wrap .big-btn{flex: 1;margin: 0;}
- .pecifications-btn-wrap .big-btn.primary{margin-left: 20rpx;}
- .form-item-chooseIMGs-wrap{flex: 1;display: flex;}
- .form-item-chooseIMGs-wrap .img-item{position: relative;}
- .form-item-chooseIMGs-wrap .img-item icon{position: absolute;right: 0;top: 0;border-radius: 50%;background-color: #fff;z-index: 10;}
- .form-item.required::before{content: '*';position: absolute;left: -15rpx;top: 50%;line-height: 1;margin-top: -12rpx;color: red;}
|