customer-reception.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .create-time{
  2. color: darkorange;
  3. }
  4. .table-row {
  5. display: flex;
  6. width: 100%;
  7. flex-direction: row;
  8. justify-content: space-between;
  9. }
  10. .oas-title {
  11. width: 75%;
  12. font-size: 15px;
  13. color: #3b3b3b;
  14. text-align: left;
  15. font-weight: bold
  16. }
  17. .oas-title-value {
  18. width: 50px;
  19. font-size: 5px;
  20. text-align: right;
  21. color: #1989fa;
  22. }
  23. .oas-status {
  24. width: 25%;
  25. font-size: 20px;
  26. color: #1989fa;
  27. text-align: right;
  28. }
  29. .popup-button {
  30. position: fixed;
  31. width: 100%;
  32. bottom: 0;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .address{
  37. word-break: break-all;
  38. white-space: pre-wrap;
  39. font-size: 13px;
  40. color:black;
  41. width: 89%;
  42. }
  43. .image-small {
  44. color: #b3b3b3;
  45. font-size: 15px;
  46. }
  47. .image-small-phone {
  48. color: #b3b3b3;
  49. font-size: 15px;
  50. padding-right: 15rpx;
  51. }
  52. .van-tabs__scroll{
  53. background-color: #F5F5F5 !important;
  54. }
  55. .van-dropdown-menu__title{
  56. color: #1B365D !important;
  57. }
  58. .van-search__content {
  59. background: #F8F9FD;
  60. border: 1px solid #D6E4FF;
  61. border-radius: 15rpx !important;
  62. }
  63. .van-field__placeholder{
  64. color: #95A8CB !important;
  65. }
  66. .customer-and-status {
  67. display: flex;
  68. width: 100%;
  69. justify-content: space-around;
  70. }
  71. .bottom-bar{
  72. border-radius: 15px;
  73. display: flex;
  74. justify-content: space-between;
  75. }
  76. /**打电话的样式*/
  77. .button-class{
  78. border: 1px solid #00A7B5 !important;
  79. color:#00A7B5 !important;
  80. }
  81. .van-cell__value{
  82. color:#95A8CB !important;
  83. }