@import "../../utils/util_UI.wxss";
/*通用*/
text {
font-size: 11px;
color: #ffffff;
}
/*顶部模块*/
.TopBar {
width:100%;
height:202px;
}
.promptText {
background: #f4879b;
font: bold;
text-align: center;
font-size: 10px;
color: white;
}
.TopBgImage {
width:100%;
height:202px;
position: absolute;
}
.avatar {
width:70px;
height:70px;
border-radius: 50%;
position: absolute;
top: 15px;
left: 50%;
transform: translateX(-50%);
}
.userName {
font-size: 14px;
font-weight: bold;
display: block;
top: 100px;
position: absolute;
/*居中*/
left: 50%;
transform: translateX(-50%);
}
.documentView {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
/*上方信息条部分*/
.infoBar {
width: 100%;
height: 60px;
top: 142px;
position: absolute;
}
.infoView {
text-align: center;
width: 33.3%;
height: 100%;
display:inline-block;
box-sizing: border-box;
position: relative;
background-color: rgba(255, 255, 255, 0.1);
}
.lineView {
width: 100%;
border-right: solid rgba(255, 255, 255, 0.7) 0.5px;
border-left: solid rgba(255, 255, 255, 0.7) 0.5px;
height: 40px;
position: absolute;
top: 10px;
}
.titleText {
margin-top: 12px;
display:block;
}
.timeText {
font:medium;
font-size: 13px;
display:block;
margin-top: 2px;
}
.hospitalName {
width: 100%;
height: 30px;
background-color: white;
color: #ee7289;
font-size: 11px;
font: medium;
text-align: center;
line-height: 30px;
}
/*---------foundation---------*/
.foundation_BG {
margin-left: 5px;
margin-right: 5px;
background: green;
/* display: flex;
flex-wrap: wrap; */
}
.foundation_item_big {
width: 50%;
background: white;
/* display: inline-block; */
float: left
}
.foundation_item_small {
background: yellow;
/* display: inline-block; */
margin-top: 5px;
margin-left: 5px;
float: left
}
/*---------文章列表---------*/
.article_bg {
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;
display: inline-block;
}
.article_content {
}
.article_content_title {
}
.article_content_text {
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 {
float: right;
background: gray;
width: 40px;
height: 30px;
transform: translateY(-60px);
}
.navigator_full {
margin: 0;
background: rebeccapurple
}