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

107 lines
2.3 KiB
Plaintext
Raw Normal View History

2025-08-21 16:51:53 +08:00
.index-content-other.data-v-bcec69b8 {
width: calc(100% - 170rpx);
height: 100%;
transition: opacity 1s ease;
position: relative;
}
.index-content-down.data-v-bcec69b8 {
width: calc(100% - 60rpx);
height: 100rpx;
display: flex;
justify-content: flex-end;
align-items: center;
}
.index-content-right.data-v-bcec69b8 {
height: calc(100% - 30rpx);
width: calc(100% - 60rpx);
background-color: rgba(255, 255, 255, 0.8);
background-image: url('../../static/index/leida/bgc.png');
background-position: 30% 70%;
border-radius: 50rpx;
display: flex;
position: relative;
}
.index-content-right .index-content-title.data-v-bcec69b8 {
position: absolute;
top: 60rpx;
left: 60rpx;
display: flex;
align-items: center;
}
.index-content-right .index-content-title .shu.data-v-bcec69b8 {
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-bcec69b8 {
color: #415273;
font-size: 35rpx;
}
.saomiao.data-v-bcec69b8 {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
}
.saomiao .saoma-input.data-v-bcec69b8 {
background-color: #fff;
width: 550rpx;
height: 90rpx;
border-radius: 30rpx;
padding-left: 100rpx;
z-index: 1;
}
.saomiao .left-img.data-v-bcec69b8 {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 50%;
left: 30rpx;
transform: translateY(-50%);
z-index: 2;
}
.saomiao .right-img.data-v-bcec69b8 {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 50%;
right: 220rpx;
transform: translateY(-50%);
z-index: 2;
}
.blue-button.data-v-bcec69b8 {
margin-left: 30rpx;
width: 170rpx;
height: 90rpx;
border-radius: 30rpx;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 30rpx;
background: linear-gradient(to bottom, #00C9FF, #0076FF);
}
.big-ball.data-v-bcec69b8 {
width: 200rpx;
height: 200rpx;
position: absolute;
top: 50%;
left: -55rpx;
transform: translateY(-50%);
border-radius: 50%;
background-color: #dbe4f6;
}
.big-ball .ball.data-v-bcec69b8 {
width: 150rpx;
height: 150rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: #cfddf1;
}