108 lines
2.3 KiB
Plaintext
108 lines
2.3 KiB
Plaintext
.content.data-v-4dace52a {
|
|
padding: 30rpx;
|
|
}
|
|
.content .info.data-v-4dace52a {
|
|
align-items: center;
|
|
background-color: #eaf1f8;
|
|
border-radius: 10rpx;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
.content .info .logo.data-v-4dace52a {
|
|
border-radius: 10rpx;
|
|
flex-shrink: 0;
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
}
|
|
.content .info .right-content.data-v-4dace52a {
|
|
color: #333;
|
|
flex-grow: 1;
|
|
margin-left: 30rpx;
|
|
}
|
|
.content .info .right-content .name.data-v-4dace52a {
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
}
|
|
.content .info .right-content .desc.data-v-4dace52a {
|
|
align-items: center;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
margin-top: 8rpx;
|
|
}
|
|
.content .info .right-content .desc image.data-v-4dace52a {
|
|
height: 40rpx;
|
|
width: 265rpx;
|
|
}
|
|
.content .module-title.data-v-4dace52a {
|
|
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-4dace52a {
|
|
color: #1f68e9;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
}
|
|
.content .disclaimer.data-v-4dace52a {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
padding: 30rpx 40rpx;
|
|
}
|
|
.content .detail.data-v-4dace52a {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 10rpx 40rpx;
|
|
position: relative;
|
|
}
|
|
.content .detail .cell.data-v-4dace52a {
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 30rpx 0;
|
|
}
|
|
.content .detail .cell .title.data-v-4dace52a {
|
|
color: #333;
|
|
flex-shrink: 0;
|
|
font-size: 30rpx;
|
|
padding-left: 5rpx;
|
|
position: relative;
|
|
}
|
|
.content .detail .cell .value.data-v-4dace52a {
|
|
color: #686868;
|
|
font-size: 30rpx;
|
|
max-width: 400rpx;
|
|
padding-right: 5rpx;
|
|
}
|
|
.content .detail .mask.data-v-4dace52a {
|
|
filter: blur(15rpx);
|
|
}
|
|
.content .detail .hidden.data-v-4dace52a {
|
|
display: none;
|
|
}
|
|
.content .detail .unlock.data-v-4dace52a {
|
|
background: #1f68e9;
|
|
border-radius: 50rpx;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
height: 64rpx;
|
|
left: 50%;
|
|
line-height: 64rpx;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 600rpx;
|
|
transform: translate(-50%);
|
|
width: 170rpx;
|
|
z-index: 999;
|
|
}
|