codecook-carnumber.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .car-number.data-v-1e125aa4 {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .car-number .wrap.data-v-1e125aa4 {
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. justify-content: space-between;
  10. border: 1rpx solid #e6e6e6;
  11. box-sizing: border-box;
  12. border-radius: 8rpx;
  13. box-shadow: 0rpx 6rpx 6rpx 0rpx rgba(128, 128, 128, 0.1);
  14. padding: 15rpx 0;
  15. }
  16. .car-number .new-energy.data-v-1e125aa4 {
  17. font-size: 24rpx;
  18. color: #333232;
  19. margin-bottom: 13rpx;
  20. display: flex;
  21. flex-direction: row-reverse;
  22. padding-right: 5rpx;
  23. }
  24. .car-number .cell.data-v-1e125aa4 {
  25. padding: 14rpx 0;
  26. flex: 1;
  27. color: #666666;
  28. font-size: 34rpx;
  29. border-right: 1rpx solid #cccccc;
  30. text-align: center;
  31. border-bottom: 1rpx solid transparent;
  32. box-sizing: border-box;
  33. padding: 0 10rpx;
  34. display: flex;
  35. flex-direction: column;
  36. position: relative;
  37. height: 70rpx;
  38. }
  39. .car-number .cell .val.data-v-1e125aa4 {
  40. flex: 1;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. }
  45. .car-number .cell .border.data-v-1e125aa4 {
  46. flex-shrink: 0;
  47. flex-grow: 0;
  48. height: 2rpx;
  49. background: transparent;
  50. width: 100%;
  51. }
  52. .car-number .cell.active .border.data-v-1e125aa4 {
  53. background: #fe8525;
  54. }
  55. .car-number .cell.no-border.data-v-1e125aa4 {
  56. border-right: none;
  57. }
  58. .car-number .cell.last.data-v-1e125aa4:after {
  59. content: "";
  60. width: 100%;
  61. border: 2px solid #00ff00;
  62. border-radius: 8rpx;
  63. margin: -18rpx 0;
  64. position: absolute;
  65. top: 0;
  66. right: 0;
  67. bottom: 0;
  68. left: 0;
  69. box-sizing: border-box;
  70. }