ownersQuery.scss 343 B

1234567891011121314151617181920
  1. // 汽车号码输入框
  2. .new-plate-number{
  3. margin-top: 360rpx;
  4. margin-bottom: 95rpx;
  5. }
  6. .message-input-wrap{
  7. margin: 0 -40rpx;
  8. }
  9. .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{
  10. background-color: #E8FFE8;
  11. }
  12. .tip{
  13. margin-top: 60rpx;
  14. text-align: center;
  15. color: #B1B1B1;
  16. font-size: 32rpx;
  17. line-height: 45rpx;
  18. }