金诚优选前端代码
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.

67 lines
1.2 KiB

  1. #self-shop{
  2. .search-box{
  3. background-color: #FFFFFF;
  4. padding: 8px 15px;
  5. .item{
  6. border-radius:4px;
  7. background-color:#EEEEEE;
  8. height: 40px;
  9. display: flex;
  10. align-items: center;
  11. padding: 0 12px;
  12. color:#909090;
  13. font-size: 13px;
  14. input{
  15. flex: 1;
  16. height: 100%;
  17. }
  18. view{
  19. width: 50px;
  20. height: 100%;
  21. text-align: center;
  22. line-height: 40px;
  23. }
  24. }
  25. }
  26. .shop-list{
  27. padding:10px 15px;
  28. .item{
  29. background-color: #FFFFFF;
  30. display: flex;
  31. align-items: center;
  32. padding:8px 15px;
  33. margin-bottom: 10px;
  34. .left-box{
  35. padding-right:16px;
  36. }
  37. .right-box{
  38. padding-left: 20px;
  39. flex: 1;
  40. overflow: hidden;
  41. .name{
  42. color:#333333;
  43. font-size: 14px;
  44. font-weight: 700;
  45. line-height: 20px;
  46. padding:7px 0 6px 0;
  47. }
  48. .adress{
  49. color:#666666;
  50. font-size: 12px;
  51. line-height: 18px;
  52. padding-bottom: 4px;
  53. }
  54. .mobile{
  55. color:#666666;
  56. font-size: 12px;
  57. line-height: 18px;
  58. }
  59. }
  60. }
  61. }
  62. }