Commit 631fbcbe by 王榕

修改ui

parent 87116914
...@@ -28,7 +28,8 @@ page { ...@@ -28,7 +28,8 @@ page {
text-align: right; text-align: right;
background: #171717; background: #171717;
} }
.no-battery{
.no-battery {
flex: 1; flex: 1;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -36,23 +37,27 @@ page { ...@@ -36,23 +37,27 @@ page {
height: 200rpx; height: 200rpx;
font-size: 12px !important; font-size: 12px !important;
} }
.no-battery image{
.no-battery image {
width: 200rpx; width: 200rpx;
height: 200rpx; height: 200rpx;
border-radius: 50%; border-radius: 50%;
} }
.bind-btn{
.bind-btn {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #fff; color: #fff;
/* padding-top: 200rpx; */ /* padding-top: 200rpx; */
} }
.bind-btn >view{
.bind-btn >view {
padding: 4px 20px; padding: 4px 20px;
background-color: #0286f0; background-color: #0286f0;
border-radius: 40rpx; border-radius: 40rpx;
} }
/* .map .model { /* .map .model {
position: absolute; position: absolute;
height: 140rpx; height: 140rpx;
...@@ -147,6 +152,7 @@ page { ...@@ -147,6 +152,7 @@ page {
.ab { .ab {
position: absolute; position: absolute;
text-align: center;
} }
.it { .it {
...@@ -162,28 +168,33 @@ page { ...@@ -162,28 +168,33 @@ page {
color: #587699; color: #587699;
margin-top: 2px; margin-top: 2px;
} }
.it>text:first-child { .it>text:first-child {
font-size: 30rpx; font-size: 30rpx;
} }
.iv { .iv {
left: 84rpx; left: 24rpx;
top: 132rpx; top: 132rpx;
width: 150rpx;
} }
.ia { .ia {
left: 110rpx; left: 70rpx;
top: 242rpx; top: 242rpx;
width: 120rpx;
} }
.ix { .ix {
left: 536rpx; left: 530rpx;
top: 242rpx; top: 242rpx;
width: 110rpx;
} }
.is { .is {
left: 590rpx; left: 530rpx;
top: 132rpx; top: 132rpx;
width: 150rpx;
} }
.ic { .ic {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment