|
@@ -459,23 +459,45 @@ article section.content {
|
|
|
width: 100%;
|
|
|
height: 4rem;
|
|
|
position: relative;
|
|
|
- overflow: hidden
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-#ListHalf li:nth-child(odd) {
|
|
|
+#ListHalf li.br {
|
|
|
border-right: 1px solid #e1e1e1
|
|
|
}
|
|
|
|
|
|
+#ListHalf li.big{
|
|
|
+ height: 8rem;
|
|
|
+}
|
|
|
+
|
|
|
+#ListHalf li.big a{
|
|
|
+ height: 8rem;
|
|
|
+}
|
|
|
+
|
|
|
+/*#ListHalf li.big h3{*/
|
|
|
+ /*padding:3.3rem 0 0 3rem;*/
|
|
|
+/*}*/
|
|
|
+
|
|
|
+#ListHalf li.big i{
|
|
|
+ top:3rem;
|
|
|
+}
|
|
|
+
|
|
|
#ListHalf i {
|
|
|
- position: absolute;
|
|
|
- top: 1rem;
|
|
|
- left: .5rem;
|
|
|
- font-size: 2rem
|
|
|
+ color: #8dc51a;
|
|
|
+ font-size: 1.8rem;
|
|
|
+ /*position: absolute;*/
|
|
|
+ /*top: 1rem;*/
|
|
|
+ /*left: .5rem;*/
|
|
|
+ /*font-size: 2rem*/
|
|
|
}
|
|
|
|
|
|
#ListHalf h3 {
|
|
|
- padding: 1.3rem 0 0 3rem;
|
|
|
- margin: 0 auto;
|
|
|
+ padding-left: .7rem;
|
|
|
+ /*padding: 1.3rem 0 0 3rem;*/
|
|
|
+ /*margin: 0 auto;*/
|
|
|
text-align: left;
|
|
|
font-size: 1rem;
|
|
|
/*color: #333;*/
|
|
@@ -699,4 +721,25 @@ article section.content {
|
|
|
-moz-transition: background .3s ease-out, -moz-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
|
-o-transition: background .3s ease-out, -o-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
|
transition: background .3s ease-out, transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
|
|
|
+}
|
|
|
+
|
|
|
+/* 新增的就诊指南样式,没有做成iconfont */
|
|
|
+.icon-learning{
|
|
|
+ height: 2.3rem;
|
|
|
+ background: url("../images/icon-learning.png");
|
|
|
+}
|
|
|
+
|
|
|
+.icon-mdt{
|
|
|
+ background: url("../images/icon-mdt.png");
|
|
|
+ height: 2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.icon-ywt{
|
|
|
+ height:2rem;
|
|
|
+ background: url("../images/icon-ywt.png");
|
|
|
+}
|
|
|
+
|
|
|
+.bg-icon{
|
|
|
+ width: 2rem;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|