补充图片
This commit is contained in:
+23
-3
@@ -80,11 +80,31 @@
|
||||
}
|
||||
|
||||
.device {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.device>view:nth-of-type(1) {
|
||||
width: 500rpx;
|
||||
height: 500rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.device>view:nth-of-type(2) {
|
||||
color: #ffffff;
|
||||
width: 100%;
|
||||
height: 32rpx;
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
line-height: 32rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.addDevice {
|
||||
width: 580rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.device>view:nth-of-type(1) {
|
||||
.addDevice>view:nth-of-type(1) {
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
height: 36rpx;
|
||||
@@ -95,7 +115,7 @@
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.device>view:nth-of-type(2) {
|
||||
.addDevice>view:nth-of-type(2) {
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
height: 30rpx;
|
||||
@@ -105,7 +125,7 @@
|
||||
margin-bottom: 80rpx;
|
||||
}
|
||||
|
||||
.device>view:nth-of-type(3) {
|
||||
.addDevice>view:nth-of-type(3) {
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
height: 106rpx;
|
||||
|
||||
Reference in New Issue
Block a user