2025-12-04 09:58:14 +08:00

126 lines
2.1 KiB
CSS

image {
width: 100%;
height: 100%;
}
.tabList1 {
margin-top: 30rpx;
}
.Tit {
margin-left: 20rpx;
font-size: 36rpx;
color: #222222;
font-weight: 700;
}
.functionList {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0 40rpx;
}
.functionItem {
display: flex;
flex-direction: column;
align-items: center;
width: 148rpx;
margin-right: 30rpx;
margin-bottom: 36rpx;
}
.functionItem image {
height: 67rpx;
}
.functionItemName {
font-size: 30rpx;
color: #000000;
margin-top: 14rpx;
}
.functionItem:nth-child(4n) {
margin-right: 0;
}
.line {
height: 20rpx;
width: 100%;
background: #F6F6FA;
}
.tabList2 {
padding-top: 30rpx;
}
.Tit span {
font-size: 26rpx;
color: #222222;
margin-left: 20rpx;
font-weight: 400;
}
.tabList {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
padding: 0 20rpx;
padding-top: 30rpx;
flex-wrap: wrap;
}
.tabItem {
width: 226rpx;
height: 120rpx;
box-sizing: border-box;
padding-top: 7rpx;
padding-left: 18rpx;
font-weight: normal;
font-size: 28rpx;
color: #FF370B;
margin-bottom: 30rpx;
}
.tabItem1 {
background: url(https://static.hshuishang.com/property-img-file/com_tabBg1.png);
background-size: cover;
}
.tabItem2 {
background: url(https://static.hshuishang.com/property-img-file/com_tabBg2.png);
background-size: cover;
}
.tabItem3 {
background: url(https://static.hshuishang.com/property-img-file/com_tabBg3.png);
background-size: cover;
}
.tabList3 {
padding-top: 30rpx;
}
.tabList3 .Tit {
margin-bottom: 30rpx;
}
.tabList4 {
padding-top: 30rpx;
}
.tabList4 .Tit {
margin-bottom: 30rpx;
}
.tabList5 {
padding-top: 30rpx;
}
.tabList5 .Tit {
margin-bottom: 30rpx;
}