ownersquery.scss 934 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .taking-pictures{
  2. margin: 147rpx auto 79rpx;
  3. width: 288rpx;
  4. height: 288rpx;
  5. background: url(../../static/img/choose-image.png) no-repeat;
  6. background-size: contain;
  7. text-align: center;
  8. color: #fff;
  9. font-size: 30rpx;
  10. line-height: 42rpx;
  11. padding-top: 177rpx;
  12. }
  13. .title{
  14. margin-bottom: 30rpx;
  15. border-top: 1px solid #F5F5F5;
  16. text-align: center;
  17. padding-top: 65rpx;
  18. font-size: 36rpx;
  19. font-weight: 500;
  20. color: #3E3E3E;
  21. line-height: 50rpx;
  22. letter-spacing: 1px;
  23. }
  24. // 汽车号码输入框
  25. .new-plate-number{
  26. margin-bottom: 70rpx;
  27. }
  28. .message-input-wrap{
  29. margin: 0 -40rpx;
  30. }
  31. .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{
  32. background-color: #E8FFE8;
  33. }
  34. .bottom-btn{
  35. height: 85rpx;
  36. line-height: 85rpx;
  37. background: #3397FA;
  38. box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
  39. border-radius: 10rpx;
  40. text-align: center;
  41. font-size: 28rpx;
  42. font-weight: 500;
  43. color: #FFF;
  44. letter-spacing: 1px
  45. }