|
@@ -7,12 +7,12 @@
|
|
|
background-color: var(--bgColor);
|
|
background-color: var(--bgColor);
|
|
|
|
|
|
|
|
&_title {
|
|
&_title {
|
|
|
- height: 50rpx;
|
|
|
|
|
- font-size: 36rpx;
|
|
|
|
|
- font-family: PingFang SC-Bold, PingFang SC;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- color: #FFFFFF;
|
|
|
|
|
- margin: 0 8rpx 0 24rpx;
|
|
|
|
|
|
|
+ height: 50rpx;
|
|
|
|
|
+ font-size: 36rpx;
|
|
|
|
|
+ font-family: PingFang SC-Bold, PingFang SC;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
|
+ margin: 0 8rpx 0 24rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -22,8 +22,8 @@
|
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
|
|
|
|
|
|
.work {
|
|
.work {
|
|
|
- color: #FA8C16;
|
|
|
|
|
- margin-right: 20rpx;
|
|
|
|
|
|
|
+ color: #FA8C16;
|
|
|
|
|
+ margin-right: 20rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -32,13 +32,13 @@
|
|
|
height: 240rpx !important;
|
|
height: 240rpx !important;
|
|
|
|
|
|
|
|
swiper-item {
|
|
swiper-item {
|
|
|
- width: 100vw;
|
|
|
|
|
- height: 240rpx !important;
|
|
|
|
|
|
|
+ width: 100vw;
|
|
|
|
|
+ height: 240rpx !important;
|
|
|
|
|
|
|
|
- image {
|
|
|
|
|
- width: 100vw;
|
|
|
|
|
- height: 240rpx;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ image {
|
|
|
|
|
+ width: 100vw;
|
|
|
|
|
+ height: 240rpx;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -49,54 +49,55 @@
|
|
|
padding-top: 30rpx;
|
|
padding-top: 30rpx;
|
|
|
|
|
|
|
|
.group {
|
|
.group {
|
|
|
- margin-bottom: 30rpx;
|
|
|
|
|
|
|
+ margin-bottom: 30rpx;
|
|
|
|
|
|
|
|
- .label {
|
|
|
|
|
- height: 36rpx;
|
|
|
|
|
- font-size: 30rpx;
|
|
|
|
|
- font-family: AppleSystemUIFont-Bold, AppleSystemUIFont;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- color: #333333;
|
|
|
|
|
- margin-bottom: 10rpx;
|
|
|
|
|
|
|
+ .label {
|
|
|
|
|
+ height: 36rpx;
|
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
|
+ font-family: AppleSystemUIFont-Bold, AppleSystemUIFont;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ margin-bottom: 10rpx;
|
|
|
|
|
|
|
|
- text {
|
|
|
|
|
- margin: 0 20rpx 0 30rpx;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ text {
|
|
|
|
|
+ margin: 0 20rpx 0 30rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- .main {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
|
-
|
|
|
|
|
- .item {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- padding: 20rpx 0;
|
|
|
|
|
- width: 20%;
|
|
|
|
|
- border-radius: 16rpx;
|
|
|
|
|
|
|
+ .main {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
|
|
|
|
- .icon-box {
|
|
|
|
|
- width: 80rpx;
|
|
|
|
|
- border-radius: 16rpx;
|
|
|
|
|
- line-height: 80rpx;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
|
|
+ .item {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ padding: 20rpx 0;
|
|
|
|
|
+ width: 20%;
|
|
|
|
|
+ border-radius: 16rpx;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
|
|
- text {
|
|
|
|
|
- font-size: 40rpx;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .icon-box {
|
|
|
|
|
+ width: 80rpx;
|
|
|
|
|
+ border-radius: 16rpx;
|
|
|
|
|
+ line-height: 80rpx;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
|
|
|
- .name {
|
|
|
|
|
- width: 80%;
|
|
|
|
|
- line-height: 30rpx;
|
|
|
|
|
- font-size: 24rpx;
|
|
|
|
|
- font-family: AppleSystemUIFont-Regular, AppleSystemUIFont;
|
|
|
|
|
- color: #333333;
|
|
|
|
|
- margin-top: 16rpx;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ text {
|
|
|
|
|
+ font-size: 40rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .name {
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ line-height: 30rpx;
|
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
|
+ font-family: AppleSystemUIFont-Regular, AppleSystemUIFont;
|
|
|
|
|
+ color: #333333;
|
|
|
|
|
+ margin-top: 16rpx;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|