shjz-applet/unpackage/dist/dev/mp-weixin/pages/gps/gps.wxss

29 lines
511 B
Plaintext
Raw Normal View History

2022-08-26 08:02:17 +00:00
2022-09-13 08:30:35 +00:00
.gps-content-bg.data-v-774e46dc{
width: 100%;
padding-bottom: 98rpx;
}
.gps-content-bg>image.data-v-774e46dc{
min-width: 100%;
min-height: 100%;
}
2022-08-26 08:02:17 +00:00
.gps-code.data-v-774e46dc{
2022-09-13 08:30:35 +00:00
width: 500rpx;
2022-08-26 08:02:17 +00:00
position: fixed;
left: 50%;
top: 50%;
2022-09-13 08:30:35 +00:00
-webkit-transform: translate(-50%,-55%);
transform: translate(-50%,-55%);
2022-08-26 08:02:17 +00:00
}
.gps-code .tips.data-v-774e46dc{
2022-09-13 08:30:35 +00:00
line-height: 1.6;
color: #ffffff;
2022-08-26 08:02:17 +00:00
text-align: center;
2022-09-13 08:30:35 +00:00
margin-bottom: 60rpx;
2022-08-26 08:02:17 +00:00
}
.gps-code>image.data-v-774e46dc{
width: 100%;
2022-09-13 08:30:35 +00:00
border-radius: .02rem;
2022-08-26 08:02:17 +00:00
}