99 lines
2.0 KiB
Plaintext
99 lines
2.0 KiB
Plaintext
|
.index-content-other.data-v-1bfb66e0 {
|
|||
|
width: calc(100% - 170rpx);
|
|||
|
height: 100%;
|
|||
|
transition: opacity 1s ease;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.index-content-right.data-v-1bfb66e0 {
|
|||
|
width: 100%;
|
|||
|
border-radius: 50rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: flex-end;
|
|||
|
height: 120rpx;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.item.data-v-1bfb66e0 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
width: 100%;
|
|||
|
height: 130rpx;
|
|||
|
}
|
|||
|
.item .left-item.data-v-1bfb66e0 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
margin-left: 20rpx;
|
|||
|
}
|
|||
|
.item .left-item .left-icon.data-v-1bfb66e0 {
|
|||
|
margin: 0 20rpx;
|
|||
|
width: 40rpx;
|
|||
|
height: 40rpx;
|
|||
|
}
|
|||
|
.item .right-item.data-v-1bfb66e0 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
margin-right: 50rpx;
|
|||
|
}
|
|||
|
.item .right-item .right-icon.data-v-1bfb66e0 {
|
|||
|
width: 15rpx;
|
|||
|
height: 30rpx;
|
|||
|
}
|
|||
|
.array-father.data-v-1bfb66e0 {
|
|||
|
background-color: rgba(255, 255, 255, 0.6);
|
|||
|
width: 98.2%;
|
|||
|
border-radius: 30rpx;
|
|||
|
}
|
|||
|
.bottom-button.data-v-1bfb66e0 {
|
|||
|
margin-top: 30rpx;
|
|||
|
background-color: rgba(255, 255, 255, 0.6);
|
|||
|
width: 98.2%;
|
|||
|
border-radius: 30rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
font-size: 30rpx;
|
|||
|
height: 100rpx;
|
|||
|
color: #0174D3;
|
|||
|
}
|
|||
|
.popup-any.data-v-1bfb66e0 {
|
|||
|
position: fixed;
|
|||
|
inset: 0;
|
|||
|
z-index: 999;
|
|||
|
/* 初始透明度 */
|
|||
|
opacity: 0;
|
|||
|
/* 播放动画:名称 fadeIn,时长 0.5s,缓动函数 ease,保持最后状态 */
|
|||
|
transition: opacity 0.5s ease;
|
|||
|
background-color: rgba(0, 0, 0, 0.3);
|
|||
|
}
|
|||
|
.mask.data-v-1bfb66e0 {
|
|||
|
position: absolute;
|
|||
|
inset: 0;
|
|||
|
}
|
|||
|
.box-any.data-v-1bfb66e0 {
|
|||
|
position: absolute;
|
|||
|
top: 50%;
|
|||
|
left: 50%;
|
|||
|
transform: translate(-50%, -50%);
|
|||
|
width: 1000rpx;
|
|||
|
height: 1500rpx;
|
|||
|
background: #fff;
|
|||
|
border-radius: 50rpx;
|
|||
|
overflow: hidden;
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
padding: 65rpx 40rpx;
|
|||
|
}
|
|||
|
.title-left.data-v-1bfb66e0 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.title-left .back-img.data-v-1bfb66e0 {
|
|||
|
width: 60rpx;
|
|||
|
height: 60rpx;
|
|||
|
margin-right: 30rpx;
|
|||
|
}
|
|||
|
.title-left .back-font.data-v-1bfb66e0 {
|
|||
|
font-size: 35rpx;
|
|||
|
font-weight: 600;
|
|||
|
}
|