hldy_app/unpackage/dist/dev/mp-weixin/pages/index/index.wxss

91 lines
2.1 KiB
Plaintext
Raw Normal View History

2025-02-27 17:15:17 +08:00
.backgroundContainer.data-v-1cf27b2a {
2025-02-18 17:11:31 +08:00
display: flex;
position: relative;
width: 100%;
height: 100vh;
2025-03-04 17:29:52 +08:00
background-image: url('../../static/index/lightbgcnew.png');
2025-02-18 17:11:31 +08:00
background-size: cover;
background-position: center center;
overflow: hidden;
2025-03-07 17:26:02 +08:00
z-index: 12;
2025-02-18 17:11:31 +08:00
}
2025-02-27 17:15:17 +08:00
.darkbackgroundContainer.data-v-1cf27b2a {
display: flex;
position: relative;
width: 100%;
height: 100vh;
background-image: url('../../static/index/background.png');
background-size: cover;
background-position: center center;
overflow: hidden;
2025-03-07 17:26:02 +08:00
z-index: 11;
}
.move-font.data-v-1cf27b2a {
position: absolute;
font-weight: 700;
z-index: 10;
2025-03-14 17:30:56 +08:00
pointer-events: none;
color: #016AD1;
background-color: #fff;
border-radius: 20rpx;
border: 2rpx solid #fff;
width: 300rpx;
height: 100rpx;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 45rpx;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
2025-02-27 17:15:17 +08:00
}
2025-03-05 17:29:32 +08:00
.left-container.data-v-1cf27b2a {
width: 235rpx;
2025-02-27 17:15:17 +08:00
height: 100%;
}
2025-03-05 17:29:32 +08:00
.left-container .blue-circle-pos.data-v-1cf27b2a {
2025-02-27 17:15:17 +08:00
position: relative;
}
2025-03-05 17:29:32 +08:00
.left-container .blue-circle-pos .blue-circle.data-v-1cf27b2a {
2025-02-27 17:15:17 +08:00
position: absolute;
2025-03-05 17:29:32 +08:00
top: -50rpx;
left: -68rpx;
2025-02-27 17:15:17 +08:00
}
2025-03-05 17:29:32 +08:00
.left-container .blue-circle-pos .blue-circle .blue-circle-size.data-v-1cf27b2a {
width: 170rpx;
height: 250rpx;
2025-02-27 17:15:17 +08:00
}
2025-03-05 17:29:32 +08:00
.left-container .left-head.data-v-1cf27b2a {
2025-02-27 17:15:17 +08:00
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
2025-03-05 17:29:32 +08:00
.left-container .left-head .left-head-img.data-v-1cf27b2a {
width: 150rpx;
height: 150rpx;
2025-02-27 17:15:17 +08:00
margin-top: 60rpx;
}
2025-03-05 17:29:32 +08:00
.left-container .left-head .left-head-font.data-v-1cf27b2a {
font-weight: 700;
2025-02-27 17:15:17 +08:00
font-size: 40rpx;
}
2025-03-05 17:29:32 +08:00
.left-container .left-head .left-head-font-dark.data-v-1cf27b2a {
2025-02-27 17:15:17 +08:00
font-weight: 700;
2025-03-05 17:29:32 +08:00
font-size: 40rpx;
background: linear-gradient(to right, #EBF4FF, #ADC4E0);
2025-02-27 17:15:17 +08:00
-webkit-background-clip: text;
color: transparent;
}
2025-03-05 17:29:32 +08:00
.left-container .left-img-container.data-v-1cf27b2a {
2025-02-18 17:11:31 +08:00
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
2025-03-05 17:29:32 +08:00
.left-container .left-img-container .left-img.data-v-1cf27b2a {
width: 93rpx;
height: 93rpx;
margin: 50rpx 0;
z-index: 100;
2025-02-27 17:15:17 +08:00
}