publish.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* 搜索列表页 */
  2. .simplepage-wrap{padding-left: 24rpx;height: calc( 100% - 9rpx );}
  3. .simplepage-item{padding: 24rpx 0;border-bottom: 1px solid #eee;}
  4. .specifications-wrap uni-checkbox-group{display: flex;flex-wrap: wrap;margin-top: 24rpx;}
  5. .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;}
  6. .checkbox-style >>> uni-checkbox .uni-checkbox-input{color: #fff!important;margin-right: 0;position: absolute;right: 0;bottom: 0;background: transparent;border: 0;}
  7. .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;}
  8. /* .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);} */
  9. .checkbox-style:nth-child(3n-1){margin: 0 24rpx;}
  10. .pecifications-btn-wrap{display: flex;margin-top: 40rpx;}
  11. .pecifications-btn-wrap .big-btn{flex: 1;margin: 0;}
  12. .pecifications-btn-wrap .big-btn.primary{margin-left: 20rpx;}
  13. .form-item-chooseIMGs-wrap{flex: 1;display: flex;}
  14. .form-item-chooseIMGs-wrap .img-item{position: relative;}
  15. .form-item-chooseIMGs-wrap .img-item icon{position: absolute;right: 0;top: 0;border-radius: 50%;background-color: #fff;z-index: 10;}
  16. .form-item.required::before{content: '*';position: absolute;left: -15rpx;top: 50%;line-height: 1;margin-top: -12rpx;color: red;}