hldy_app/unpackage/dist/dev/mp-weixin/pages/watch/settings/input.wxss

130 lines
2.6 KiB
Plaintext

.index-content-other.data-v-d4f9970e {
width: 100% ;
height: 100%;
transition: opacity 1s ease;
position: relative;
background-color: #EFF0F4;
}
.index-content-down.data-v-d4f9970e {
position: absolute;
bottom: 40rpx;
left: 50%;
transform: translateX(-50%);
}
.index-content-right.data-v-d4f9970e {
width: 100%;
border-radius: 50rpx;
display: flex;
align-items: center;
padding-top: 100rpx;
font-size: 32rpx;
position: relative;
}
.index-content-right .index-content-title.data-v-d4f9970e {
position: absolute;
top: 60rpx;
left: 60rpx;
display: flex;
align-items: center;
}
.index-content-right .index-content-title .shu.data-v-d4f9970e {
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-d4f9970e {
color: #415273;
font-size: 35rpx;
}
.saomiao.data-v-d4f9970e {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
z-index: 1;
}
.saomiao .saoma-input.data-v-d4f9970e {
background-color: #fff;
width: 550rpx;
height: 90rpx;
border-radius: 30rpx;
padding-left: 100rpx;
z-index: 2;
}
.saomiao .left-img.data-v-d4f9970e {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 50%;
left: 30rpx;
transform: translateY(-50%);
z-index: 3;
}
.saomiao .right-img.data-v-d4f9970e {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 50%;
right: 220rpx;
transform: translateY(-50%);
z-index: 2;
}
.blue-button.data-v-d4f9970e {
margin-left: 30rpx;
width: 170rpx;
height: 90rpx;
border-radius: 40rpx;
display: flex;
justify-content: center;
align-items: center;
color: #007CFF;
font-size: 30rpx;
background-color: #ddf0ff;
border: 1rpx solid #007CFF;
}
.big-ball.data-v-d4f9970e {
width: 200rpx;
height: 200rpx;
position: absolute;
top: 50%;
left: -55rpx;
transform: translateY(-50%);
border-radius: 50%;
background-color: #dbe4f6;
}
.big-ball .ball.data-v-d4f9970e {
width: 150rpx;
height: 150rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: #cfddf1;
}
.back-img.data-v-d4f9970e {
width: 30rpx;
height: 30rpx;
margin-left: 100rpx;
margin-right: 20rpx;
}
.big-bgc.data-v-d4f9970e {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1100rpx;
height: 1100rpx;
}
.big-img.data-v-d4f9970e {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 900rpx;
height: 900rpx;
}