diff --git a/littleApp_child/pages/home/home.wxml b/littleApp_child/pages/home/home.wxml index be96689..96198c6 100644 --- a/littleApp_child/pages/home/home.wxml +++ b/littleApp_child/pages/home/home.wxml @@ -36,11 +36,10 @@ - - - - + + + @@ -51,13 +50,15 @@ + + 日常护理 如何提防新生儿败血症 - 败血症(septicemia)的意思是致病菌或条件致病菌侵入血循环,在人的血液当中生长繁殖,产生毒素造成急性全身性感 - + + \ No newline at end of file diff --git a/littleApp_child/pages/home/home.wxss b/littleApp_child/pages/home/home.wxss index fd737b1..553505d 100644 --- a/littleApp_child/pages/home/home.wxss +++ b/littleApp_child/pages/home/home.wxss @@ -134,25 +134,51 @@ text { margin-top: 5px; margin-left: 5px; margin-right: 5px; + background: white; } +.article_title_image { + width: 10px; + height: 10px; + background: rebeccapurple; + margin-left: 15px; +} .article_title { height: 30px; - background: white; + display: inline-block; } .article_content { - background: white; } .article_content_title { - background: white; } .article_content_text { - background: white; + background: blue; + margin-left: 5px; + margin-right: 85px; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2 ; } .article_content_image { - background: white; + float: right; + background: gray; + width: 40px; + height: 30px; + transform: translateY(-60px); +} + + + + + +.navigator_full { + margin: 0; + background: rebeccapurple } \ No newline at end of file