89 lines
1.9 KiB
Plaintext
89 lines
1.9 KiB
Plaintext
.content.data-v-a38072eb {
|
|
padding: 30rpx;
|
|
}
|
|
.content .info.data-v-a38072eb {
|
|
align-items: center;
|
|
background-color: #eaf1f8;
|
|
border-radius: 12rpx;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
.content .info .logo.data-v-a38072eb {
|
|
flex-shrink: 0;
|
|
height: 100rpx;
|
|
width: 100rpx;
|
|
}
|
|
.content .info .right-content.data-v-a38072eb {
|
|
flex-grow: 1;
|
|
margin-left: 30rpx;
|
|
}
|
|
.content .info .right-content .name.data-v-a38072eb {
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
}
|
|
.content .info .right-content .desc.data-v-a38072eb {
|
|
align-items: center;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
margin-top: 8rpx;
|
|
}
|
|
.content .info .right-content .desc image.data-v-a38072eb {
|
|
height: 40rpx;
|
|
width: 265rpx;
|
|
}
|
|
.content .module-title.data-v-a38072eb {
|
|
align-items: center;
|
|
border-left: 6rpx solid #1f68e9;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
font-size: 34rpx;
|
|
font-weight: 700;
|
|
justify-content: space-between;
|
|
line-height: 34rpx;
|
|
margin: 30rpx 0;
|
|
padding-left: 20rpx;
|
|
}
|
|
.content .module-title .tips.data-v-a38072eb {
|
|
color: #1f68e9;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
}
|
|
.content .disclaimer.data-v-a38072eb {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
padding: 30rpx 40rpx;
|
|
}
|
|
.content .detail.data-v-a38072eb {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 10rpx 40rpx;
|
|
position: relative;
|
|
}
|
|
.content .detail .cell.data-v-a38072eb {
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 30rpx 0;
|
|
}
|
|
.content .detail .cell .title.data-v-a38072eb {
|
|
color: #333;
|
|
flex-shrink: 0;
|
|
font-size: 30rpx;
|
|
padding-left: 5rpx;
|
|
position: relative;
|
|
}
|
|
.content .detail .cell .value.data-v-a38072eb {
|
|
color: #686868;
|
|
font-size: 30rpx;
|
|
max-width: 450rpx;
|
|
padding-right: 5rpx;
|
|
}
|
|
.content .detail .cell .value .copy.data-v-a38072eb {
|
|
color: #d71818;
|
|
margin-left: 15rpx;
|
|
}
|