|
@@ -71,49 +71,57 @@
|
|
margin-bottom: 24rpx;
|
|
margin-bottom: 24rpx;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
background: #fff;
|
|
- padding: 30rpx 40rpx 20rpx;
|
|
|
|
|
|
+ padding: 30rpx 0 20rpx;
|
|
.item-content {
|
|
.item-content {
|
|
.item-title{
|
|
.item-title{
|
|
|
|
+ padding: 0 20rpx;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ .title-line {
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: #363A44;
|
|
|
|
+ }
|
|
.title-company {
|
|
.title-company {
|
|
- padding: 12rpx 16rpx;
|
|
|
|
|
|
+ padding: 12rpx 20rpx;
|
|
border-radius: 8rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
&.yellow {
|
|
&.yellow {
|
|
- background-color: #fef5fa;
|
|
|
|
|
|
+ background-color: #FEF6ED;
|
|
color: #FD9F48;
|
|
color: #FD9F48;
|
|
}
|
|
}
|
|
&.blue {
|
|
&.blue {
|
|
- background-color: #e7f2fe;
|
|
|
|
|
|
+ background-color: #EDF2FD;
|
|
color: #1E92F0;
|
|
color: #1E92F0;
|
|
}
|
|
}
|
|
&.green {
|
|
&.green {
|
|
- background-color: #e4f7f0;
|
|
|
|
|
|
+ background-color: #E8F7F1;
|
|
color: #00B578;
|
|
color: #00B578;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.part-line {
|
|
.part-line {
|
|
|
|
+ width: 100%;
|
|
border: 1px solid #EFEFEF;
|
|
border: 1px solid #EFEFEF;
|
|
- margin: 8rpx 0 18rpx;
|
|
|
|
|
|
+ margin: 10rpx 0 20rpx;
|
|
}
|
|
}
|
|
.text-content {
|
|
.text-content {
|
|
|
|
+ padding: 0 20rpx;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
.other-loop-item {
|
|
.other-loop-item {
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- font-size: 24rpx;
|
|
|
|
- font-weight: 350;
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ font-weight: 400;
|
|
.textTitle {
|
|
.textTitle {
|
|
color: #9B9B9B;
|
|
color: #9B9B9B;
|
|
margin-right: 24rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
}
|
|
.textValue {
|
|
.textValue {
|
|
- color: #3D3D3D;
|
|
|
|
|
|
+ color: #363A44;
|
|
}
|
|
}
|
|
&:last-child {
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|