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

142 lines
2.8 KiB
Plaintext

.index-content-other.data-v-44b21cb6 {
width: 100%;
height: 100%;
transition: opacity 1s ease;
position: relative;
background-color: #EFF0F4;
}
.index-content-down.data-v-44b21cb6 {
position: absolute;
bottom: 40rpx;
left: 50%;
transform: translateX(-50%);
}
.index-content-right.data-v-44b21cb6 {
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-44b21cb6 {
position: absolute;
top: 60rpx;
left: 60rpx;
display: flex;
align-items: center;
}
.index-content-right .index-content-title .shu.data-v-44b21cb6 {
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-44b21cb6 {
color: #415273;
font-size: 35rpx;
}
.saomiao.data-v-44b21cb6 {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
z-index: 1;
}
.blue-button.data-v-44b21cb6 {
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-44b21cb6 {
width: 200rpx;
height: 200rpx;
position: absolute;
top: 50%;
left: -55rpx;
transform: translateY(-50%);
border-radius: 50%;
background-color: #dbe4f6;
}
.big-ball .ball.data-v-44b21cb6 {
width: 150rpx;
height: 150rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: #cfddf1;
}
.back-img.data-v-44b21cb6 {
width: 30rpx;
height: 30rpx;
margin-left: 100rpx;
margin-right: 20rpx;
}
.big-bgc.data-v-44b21cb6 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1800rpx;
height: 900rpx;
}
.big-img.data-v-44b21cb6 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 350rpx;
height: 350rpx;
}
.big-img.data-v-44b21cb6::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
animation: scanMove-44b21cb6 1.3s ease-in-out infinite;
z-index: 1001;
height: 80rpx;
background: linear-gradient(to bottom, rgba(5, 170, 254, 0.6), rgba(5, 170, 254, 0.1), transparent);
will-change: transform;
}
.big-QR.data-v-44b21cb6 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300rpx;
height: 300rpx;
}
.big-font.data-v-44b21cb6 {
position: absolute;
color: #888A8B;
left: 0;
bottom: -80rpx;
font-size: 32rpx;
width: 100%;
display: flex;
justify-content: center;
}
@keyframes scanMove-44b21cb6 {
0% {
top: 5%;
}
100% {
top: 95%;
}
}