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

107 lines
2.3 KiB

  1. .health-tips{
  2. background-color: #FFFFFF;
  3. padding: 0 0px;
  4. //margin-bottom:15px;
  5. .title{
  6. padding: 10px 15px 0px 15px;
  7. display: flex;
  8. justify-content: space-between;
  9. color: #000;
  10. align-items: center;
  11. span:nth-child(1) {
  12. font-size: 24px;
  13. font-weight: bold;
  14. line-height: 33px;
  15. display: inline-block;
  16. //padding-left: 6px;
  17. //border-left: 4px solid #E7031C;
  18. }
  19. span:nth-child(2) {
  20. font-size: 12px;
  21. display: flex;
  22. align-items: center;
  23. text{
  24. font-size: 15px;
  25. font-weight: 700;
  26. margin-top: -8px;
  27. margin-left: 5px;
  28. }
  29. }
  30. }
  31. .ul-content{
  32. .li-item{
  33. .top-box{
  34. padding: 11px 15px 8px 15px;
  35. display: flex;
  36. align-items: center;
  37. justify-content: space-between;
  38. .topic{
  39. color: #111111;
  40. font-size: 14px;
  41. line-height: 24px;
  42. font-weight: 700;
  43. }
  44. .change{
  45. height: 19px;
  46. border-radius:4px;
  47. border: 1px solid #333333;
  48. width: 44px;
  49. text-align: center;
  50. color: #333333;
  51. font-size: 11px;
  52. }
  53. }
  54. .center-box{
  55. padding:0 15px 9px 15px;
  56. color: #999999;
  57. font-size: 12px;
  58. line-height: 19px;
  59. }
  60. .bottom-box{
  61. overflow: auto;
  62. padding:18px 10px;
  63. display: flex;
  64. flex-wrap: nowrap;
  65. .item{
  66. margin: 0 5px;
  67. .info{
  68. .img-box{
  69. width: 100px;
  70. height: 100px;
  71. image{
  72. width: 100%;
  73. height: 100%;
  74. vertical-align: middle;
  75. }
  76. }
  77. .name{
  78. padding:6px 0 3px 0;
  79. color:#333333;
  80. font-size: 12px;
  81. line-height: 19px;
  82. white-space: nowrap;
  83. text-overflow: ellipsis;
  84. overflow: hidden;
  85. }
  86. .money{
  87. color: #E7031C;
  88. font-size: 11px;
  89. line-height: 16px;
  90. span{
  91. color: #999999;
  92. font-size: 10px;
  93. line-height: 14px;
  94. text-decoration: line-through;
  95. }
  96. }
  97. }
  98. }
  99. }
  100. }
  101. }
  102. }