hldy_app/unpackage/dist/dev/mp-weixin/component/Initialization/index.wxss

96 lines
2.2 KiB
Plaintext
Raw Normal View History

2025-06-16 17:32:23 +08:00
.index-content-other.data-v-764689cb {
width: calc(100% - 170rpx);
height: 100%;
transition: opacity 1s ease;
}
.index-content-down.data-v-764689cb {
width: calc(100% - 60rpx);
height: 100rpx;
display: flex;
justify-content: flex-end;
align-items: center;
}
.index-content-right.data-v-764689cb {
height: calc(100% - 100rpx);
width: calc(100% - 60rpx);
background-color: rgba(255, 255, 255, 0.8);
2025-06-19 17:04:05 +08:00
background-image: url('../../static/index/leida/bgc.png');
background-position: 30% 70%;
2025-06-16 17:32:23 +08:00
border-radius: 50rpx;
box-shadow: 4rpx 8rpx 16rpx 4rpx rgba(0, 0, 0, 0.3);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
}
.index-content-right .index-content-title.data-v-764689cb {
position: absolute;
top: 60rpx;
left: 60rpx;
display: flex;
align-items: center;
}
.index-content-right .index-content-title .shu.data-v-764689cb {
width: 20rpx;
height: 50rpx;
background: linear-gradient(to right, #0052C2, #00B4FF);
border-radius: 20rpx;
margin-right: 30rpx;
}
.index-content-right .index-content-title .shu-font.data-v-764689cb {
color: #415273;
font-size: 35rpx;
}
.big-photo.data-v-764689cb {
width: 1200rpx;
height: 800rpx;
}
.big-text.data-v-764689cb {
position: absolute;
bottom: 120rpx;
left: 50%;
transform: translateX(-50%);
width: 800rpx;
display: flex;
flex-direction: column;
align-items: center;
color: #415273;
}
.button-father.data-v-764689cb {
display: flex;
width: 800rpx;
justify-content: space-between;
margin-bottom: 200rpx;
}
.button-father .ball-father.data-v-764689cb {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.button-father .ball-bgc.data-v-764689cb {
width: 130rpx;
height: 130rpx;
background-color: #E3E6F1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-bottom: 15rpx;
}
.button-father .ball-bgc-target.data-v-764689cb {
width: 130rpx;
height: 130rpx;
background: linear-gradient(to bottom, #00C9FF, #0076FF);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-bottom: 15rpx;
}
.button-father .ball-img.data-v-764689cb {
width: 80rpx;
height: 80rpx;
}