86 lines
1.9 KiB
Plaintext
86 lines
1.9 KiB
Plaintext
.container {
|
|
background-color: transparent;
|
|
padding: 25rpx 20rpx;
|
|
}
|
|
.container .isCode .isCode-title {
|
|
margin-left: 15rpx;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
line-height: 45rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .isCode .isCode-cards {
|
|
position: relative;
|
|
margin-top: 20rpx;
|
|
padding: 30rpx;
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
}
|
|
.container .isCode .isCode-cards .isCode-cards-license {
|
|
width: 100%;
|
|
}
|
|
.container .isCode .isCode-cards .isCode-card .card-title {
|
|
font-weight: 500;
|
|
font-size: 26rpx;
|
|
color: #333333;
|
|
line-height: 37rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .isCode .isCode-cards .card-border {
|
|
padding-bottom: 31rpx;
|
|
border-bottom: 2rpx solid #f5f3f3;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.container .isCode .isCode-cards .card-business {
|
|
margin-left: 20rpx;
|
|
font-family: DINPro, DINPro;
|
|
font-weight: 500;
|
|
font-size: 26rpx;
|
|
color: #5b5b5b;
|
|
line-height: 33rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .isCode .isCode-cards .detail-info-user__tabs {
|
|
margin-top: 16rpx;
|
|
display: flex;
|
|
gap: 20rpx;
|
|
flex-wrap: wrap;
|
|
/* 允许标签按行换行排列 */
|
|
}
|
|
.container .isCode .isCode-cards .detail-info-user__tabs__tab {
|
|
flex-shrink: 0;
|
|
/* 禁止子项被压缩换行 */
|
|
background: #f5f5f5;
|
|
border-radius: 8rpx;
|
|
padding: 0 8rpx;
|
|
font-weight: 400;
|
|
font-size: 20rpx;
|
|
color: #666666;
|
|
line-height: 28rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .isCode .isCode-cards .card-info {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
.container .isCode .isCode-cards .card-info .card-info-left {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #5b5b5b;
|
|
line-height: 33rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .isCode .isCode-cards .card-info .card-info-right {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
}
|
|
|