You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
886 B
46 lines
886 B
.portItem_body { |
|
width: 675rpx; |
|
background: #ffffff; |
|
box-shadow: 0rpx 1rpx 15rpx 0rpx rgba(0, 0, 0, 0.04); |
|
border-radius: 10rpx 10rpx 10rpx 10rpx; |
|
opacity: 1; |
|
margin: 0 auto; |
|
margin-bottom: 25rpx; |
|
padding: 44rpx 27rpx; |
|
box-sizing: border-box; |
|
.bule{ |
|
color: #36658d; |
|
} |
|
.portItem_left { |
|
.portItem_left_container { |
|
width: 101rpx; |
|
height: 101rpx; |
|
border-radius: 216rpx 216rpx 216rpx 216rpx; |
|
opacity: 1; |
|
border: 4rpx solid #36658d; |
|
box-sizing: border-box; |
|
color: #36658d; |
|
font-size: 37rpx; |
|
} |
|
} |
|
.portItem_right { |
|
margin-left: 29rpx; |
|
font-size: 24rpx; |
|
.portItem_right_item:last-child{ |
|
margin-bottom: 0; |
|
} |
|
.portItem_right_item:first-child{ |
|
margin-top: 0; |
|
} |
|
.portItem_right_item{ |
|
margin: 15rpx 0; |
|
.portItem_right_item_label{ |
|
min-width: 98rpx; |
|
} |
|
.portItem_right_item_value{ |
|
margin-left: 41rpx; |
|
} |
|
} |
|
|
|
} |
|
}
|
|
|