index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .main {
  2. float: left;
  3. width: 97%;
  4. overflow: hidden;
  5. background-color: #f1f1f1;
  6. padding: 0 5px;
  7. }
  8. .main .one {
  9. float: left;
  10. width: 100%;
  11. background-color: #ffffff;
  12. }
  13. .main .one view {
  14. float: left;
  15. width: 24.4%;
  16. height: 35px;
  17. line-height: 35px;
  18. border: 1px solid #f1f1f1;
  19. text-align: center;
  20. font-size: 12px;
  21. }
  22. .main .two {
  23. float: left;
  24. width: 100%;
  25. overflow-y: auto;
  26. background-color: #ffffff;
  27. }
  28. .main .two .list {
  29. float: left;
  30. width: 100%;
  31. border-bottom: 1px solid #f1f1f1;
  32. }
  33. .main .two .list .two_1 {
  34. float: left;
  35. width: 25%;
  36. border-right: 1px solid #f1f1f1;
  37. font-size: 12px;
  38. text-align: center;
  39. }
  40. .main .two .list .two_2 {
  41. float: left;
  42. width: 24.5%;
  43. text-align: center;
  44. border-right: 1px solid #f1f1f1;
  45. font-size: 12px;
  46. text-align: center;
  47. }
  48. .main .two .list .two_2 view {
  49. font-weight: bold;
  50. color: #409eff;
  51. border-bottom: 1px solid #f1f1f1;
  52. }
  53. .main .two .list .two_2 view:last-child {
  54. border-bottom: none;
  55. }
  56. .main .two .list .two_3 {
  57. float: left;
  58. width: 49.9%;
  59. font-size: 12px;
  60. text-align: center;
  61. }
  62. .main .two .list .two_3 .breakfast {
  63. float: left;
  64. width: 100%;
  65. border-bottom: 1px solid #f1f1f1;
  66. }
  67. .main .two .list .two_3 .breakfast:last-child {
  68. border-bottom: none;
  69. }
  70. .main .two .list .two_3 .breakfast .breakfast_1 {
  71. float: left;
  72. width: 100%;
  73. }
  74. .main .two .list .two_3 .breakfast .breakfast_1 text {
  75. float: left;
  76. width: 43.6%;
  77. text-align: center;
  78. height: 30px;
  79. line-height: 30px;
  80. border-right: 1px solid #f1f1f1;
  81. border-bottom: 1px solid #f1f1f1;
  82. padding: 0 5px;
  83. }
  84. .main .two .list .two_3 .breakfast .breakfast_1:last-child text {
  85. border-bottom: none;
  86. }