合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.1 KiB

3 months ago
  1. @import "../../uvue.wxss";
  2. :host{display:flex;flex-direction:column}
  3. .containers {
  4. display: flex;
  5. flex-direction: row;
  6. height: 90%;
  7. }
  8. .header_info{
  9. height:10%;
  10. width: 100%;
  11. background-color: #f8f8f8;
  12. display: flex;
  13. flex-direction: row;
  14. }
  15. .header_info_right{
  16. width: 100%;
  17. color: #101010;
  18. display: flex;
  19. margin-left: 35%;
  20. /* justify-content: center; */
  21. }
  22. .scroll-view {
  23. flex: 1;
  24. height: 100%;
  25. /* margin-top: 10%; */
  26. background-color: #ffffff;
  27. }
  28. .index-bar {
  29. width: 1rem;
  30. height: 90%;
  31. margin-top: 15%;
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: space-around;
  35. /* background-color: #f0f0f0; */
  36. background: transparent;
  37. }
  38. .test{
  39. width: 100%;
  40. margin: 0.2rem 0.2rem 0.2rem 0;
  41. font-size: 0.7rem;
  42. color: #b1b1b1;
  43. display: flex;
  44. justify-content: center;
  45. align-items: center;
  46. }
  47. .test1{
  48. background-color: #047af9;
  49. border-radius: 50%;
  50. }
  51. .index-letter {
  52. font-size: 1rem;
  53. font-weight: bold;
  54. padding: 10px;
  55. background-color: #f0f0f0;
  56. }
  57. .car-item {
  58. padding: 10px;
  59. border-bottom: 0.01rem solid #e0e0e0;
  60. font-size: 0.8rem;
  61. }