@import "css/AboutPage.wxss"; @import "css/login.wxss"; @import "../vipService/vipService.wxss"; /*通用*/ /*顶部模块*/ .TopBar { width:100%; background: #48C17B; position: relative; } .promptText { background: #f4879b; font: bold; text-align: center; font-size: 10px; color: white; } /* .TopBgImage { width:100%; height:202px; position: absolute; background: #48C17B; } */ .avatar { width:70px; height:70px; border-radius: 50%; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); border: 3px solid white; box-shadow: 0 2px 4px 0 rgba(186,70,70,0.50); } .top_name { color: white; font-size: 15px; display: flex; top: 100px; width: 100%; position: absolute; /*居中*/ justify-content: center; align-items: center; } .tourist_age { float: right; text-align: right; margin-right: 20px; font-family: PingFangSC-Regular; font-size: 14px; color: #FFFFFF; letter-spacing: 0; } .vip_icon { width: 27px; height: 27px; position: absolute; top: 65px; left: calc(50% + 10px); } .top_name_line { background: white; height: 1px; width: 28px; } .userName { padding: 2.5px 5px 2.5px 5px; } .userName_selected { background: white; border-radius: 4px; color: #48C17B; } .userName_normal { background: #48C17B; border-radius: 4px; color: white; } /*上方信息条部分*/ .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; } .infoBar { width: 100%; min-height: 60px; /* top: 142px; */ bottom: 0px; position: absolute; display: flex; justify-content: space-between; background: rgba(255, 255, 255, 0.1); } .infoView { text-align: center; width: 33.3%; height: 100%; position: relative; } .titleText { margin-top: 12px; display:block; font-size: 11px; color: #D8FCE7; } .timeText { font-family: PingFangSC-Medium; font-size: 12px; color: #FFFFFF; display:block; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .hospitalName { width: 100%; height: 30px; background-color: white; color: #48C17B; font-size: 11px; font: medium; text-align: center; line-height: 30px; margin-bottom: 1px; } /*---------foundation---------*/ .foundation_BG { width: 100%; display: flex; flex-wrap: wrap; background: white; } .foundation_item_big { width: 50%; background: white; /* display: inline-block; */ float: left; } .foundation_item_small { /* margin-top: 5px; margin-left: 5px; */ width: 25%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .foundation_item_small_image { /* height: 45%; width: 45%; */ margin-top: 3px; } .foundation_item_small_text { display: inline-block; margin-top: 10px; font-size: 12px; color: #333; } /*---------文章列表---------*/ .article_list_bg { width: 100%; background: #F4F4F4; } .article_list { background: #F4F4F4; margin-left: 5px; margin-right: 5px; margin-top: 11px; } .article_bg { margin-bottom: 10px; border-radius: 4px; background: white } /* 栏目标题前面图 */ .article_title_image { width: 2px; height: 14px; margin-left: 15px; transform: translateY(2px); background: #48C17B } /* 栏目标题文字 */ .article_title { height: 34px; display: inline-block; line-height: 34px; font-size: 14px; color: #979797; margin-left: 5px; } /* 箭头 */ .article_title_indicator { width: 12px; height: 14px; position: absolute; right: 15px; transform: translateY(11px); } /* 文章ne内容背景 */ .article_content { height: 134px; position: relative; width: 100%; } /* 内容标题 */ .article_content_title { font-size: 14px; color: #222222; margin-left: 15px; margin-right: 85px; margin-top: 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } /* 内容文字 */ .article_content_text { font-size: 12px; color: #888888; line-height: 18px; margin-left: 15px; margin-right: 109px; margin-top: 5px; height: 54px; display: inline-block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } /* 内容图 */ .article_content_image { position: absolute; right: 11px; width: 74px; height: 74px; top: 11px; } /* 点赞 */ .article_content_bottomBar { height: 38px; width: 100%; margin-top: 10px; } .article_content_bottomBar_labels { position: absolute; right: 0px; /* height: 100%; */ } .article_content_bottomBar_likes { float: left; width: 100px; margin-left: 10px; } .article_content_bottomBar_likes_icon { height: 25px; width: 25px; margin-right: 4px; } /* 点赞文字 */ .article_content_bottomBar_likes_text { font-size: 10px; color: #C8C6C6; transform: translateY(-8px) translateX(-5px); display: inline-block; } .navigator_class { width: 100%; }