getcarno.scss 862 B

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