submit.wxss 1.5 KB

1234567891011121314151617181920
  1. .population{ padding: 20rpx 24rpx 120rpx 24rpx; }
  2. .goods{ margin-bottom:20rpx; background-color: #fff; padding: 24rpx; border-radius: 16rpx; -moz-box-shadow:0px 0px 10px #dddddd; -webkit-box-shadow:0px 0px 10px #dddddd; box-shadow:0px 0px 10px #dddddd; }
  3. .goods-img{ margin-right: 24rpx; }
  4. .goods-img wx-image{ width: 208rpx; height: 208rpx; }
  5. .goods-info{ margin: 8rpx 0; }
  6. .goods-name{ font-size: 11pt; color: #353535; }
  7. .original_price{ font-size: 10pt; color: #a4a4a4; text-decoration: line-through; margin-right: 40rpx; }
  8. .price{ color: #ff4544; font-size: 12pt; }
  9. .money{ justify-content:flex-end; }
  10. .form{ background-color: #fff; border-radius: 16rpx; -moz-box-shadow:0px 0px 10px #dddddd; -webkit-box-shadow:0px 0px 10px #dddddd; box-shadow:0px 0px 10px #dddddd; }
  11. .form wx-image{ width: 702rpx; height: 96rpx; }
  12. .group-form{ padding: 0 24rpx; font-size: 12pt; color: #353535; }
  13. .input-shell{ min-height: 96rpx; border-bottom: 1rpx solid #e2e2e2; }
  14. .picker-time wx-image{ width: 16rpx; height: 26rpx; }
  15. .picker-data{ justify-content:flex-end; }
  16. .group-radio-item{ color: #666666; line-height: 56rpx; border-radius: 28rpx; border: 1rpx solid #cccccc; padding: 0 24rpx; display: inline-block; margin-bottom:24rpx; margin-right: 24rpx; }
  17. .active.group-radio-item{ background-color: #ff6845; color: #fff; }
  18. .input-shell wx-textarea { height: 120rpx; }
  19. .submit-btn{ height: 100rpx; background-color: #ff4544; font-size: 13pt; color: #ffffff; position: fixed; bottom: 0; left: 0; width: 100%; border-radius:0; }
  20. wx-button::after { content:normal; border:0; }