bd1f86ba by 任超

style:个人中心

1 parent 2872d2f4
...@@ -116,6 +116,33 @@ ...@@ -116,6 +116,33 @@
116 box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06); 116 box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06);
117 border-radius: 4px; 117 border-radius: 4px;
118 border: 1px solid #E9E9E9; 118 border: 1px solid #E9E9E9;
119 position: relative;
120 }
121 .business_titleList li a::after {
122 content: '';
123 position: absolute;
124 width: 269px;
125 height: 139px;
126 border: 1px solid #F6F6F6;
127 border-radius: 1px;
128 left: 6px;
129 top: 5px;
130 }
131 .business_titleList li:nth-of-type(1) a::after {
132 background: url('/staticImages/busheji.png') no-repeat right bottom;
133 background-size: 80px 80px;
134 }
135 .business_titleList li:nth-of-type(2) a::after {
136 background: url('/staticImages/busdaitijiao.png') no-repeat right bottom;
137 background-size: 80px 80px;
138 }
139 .business_titleList li:nth-of-type(3) a::after {
140 background: url('/staticImages/busbanlizhong.png') no-repeat right bottom;
141 background-size: 80px 80px;
142 }
143 .business_titleList li:nth-of-type(4) a::after {
144 background: url('/staticImages/busyibanjie.png') no-repeat right bottom;
145 background-size: 80px 80px;
119 } 146 }
120 .business_titleList li p:nth-child(1) { 147 .business_titleList li p:nth-child(1) {
121 font-size: 18px; 148 font-size: 18px;
......