bd1f86ba by 任超

style:个人中心

1 parent 2872d2f4
......@@ -116,6 +116,33 @@
box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06);
border-radius: 4px;
border: 1px solid #E9E9E9;
position: relative;
}
.business_titleList li a::after {
content: '';
position: absolute;
width: 269px;
height: 139px;
border: 1px solid #F6F6F6;
border-radius: 1px;
left: 6px;
top: 5px;
}
.business_titleList li:nth-of-type(1) a::after {
background: url('/staticImages/busheji.png') no-repeat right bottom;
background-size: 80px 80px;
}
.business_titleList li:nth-of-type(2) a::after {
background: url('/staticImages/busdaitijiao.png') no-repeat right bottom;
background-size: 80px 80px;
}
.business_titleList li:nth-of-type(3) a::after {
background: url('/staticImages/busbanlizhong.png') no-repeat right bottom;
background-size: 80px 80px;
}
.business_titleList li:nth-of-type(4) a::after {
background: url('/staticImages/busyibanjie.png') no-repeat right bottom;
background-size: 80px 80px;
}
.business_titleList li p:nth-child(1) {
font-size: 18px;
......