71 lines
1.2 KiB
Plaintext
71 lines
1.2 KiB
Plaintext
|
|
.navbar-content {
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
.service-first-tab {
|
||
|
|
border-bottom: none;
|
||
|
|
padding-bottom: 27rpx;
|
||
|
|
border-bottom: 2rpx solid #f1f1f1;
|
||
|
|
}
|
||
|
|
.common-list {
|
||
|
|
border-radius: 30rpx 30rpx 0rpx 0rpx;
|
||
|
|
}
|
||
|
|
.common-list .list-container {
|
||
|
|
padding: 0rpx;
|
||
|
|
}
|
||
|
|
.common-list .list-scroll {
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
.icon-tabs {
|
||
|
|
display: flex;
|
||
|
|
-webkit-column-gap: 48rpx;
|
||
|
|
column-gap: 48rpx;
|
||
|
|
row-gap: 30rpx;
|
||
|
|
flex-flow: row wrap;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
background: #fff;
|
||
|
|
padding: 0rpx 0 0 30rpx;
|
||
|
|
margin-bottom: 17rpx;
|
||
|
|
}
|
||
|
|
.icon-tab {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.icon-img {
|
||
|
|
width: 100rpx;
|
||
|
|
height: 100rpx;
|
||
|
|
border-radius: 50%;
|
||
|
|
border: 2rpx solid transparent;
|
||
|
|
}
|
||
|
|
.icon-text {
|
||
|
|
margin-top: 10rpx;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 33rpx;
|
||
|
|
text-align: left;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
.icon-tab.active .icon-text {
|
||
|
|
color: #E8101E;
|
||
|
|
}
|
||
|
|
.icon-tab.active .icon-img {
|
||
|
|
border: 2rpx solid #E8101E;
|
||
|
|
}
|
||
|
|
.list-scroll {
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
.service-first-tab {
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
.service-list {
|
||
|
|
padding-top: 17rpx !important;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
||
|
|
}
|
||
|
|
.service-list {
|
||
|
|
padding: 24rpx;
|
||
|
|
}
|
||
|
|
|