优化了一部分代码

This commit is contained in:
17792275749
2025-04-30 15:33:24 +08:00
parent 230490b995
commit 2fc1f423bd
5 changed files with 172 additions and 18 deletions
+55 -6
View File
@@ -2,14 +2,54 @@ page {
padding: 30rpx 30rpx 0;
}
.tips {
color: #77849E;
.device {
width: 100%;
font-size: 26rpx;
line-height: 40rpx;
margin-bottom: 40rpx;
padding: 0 30rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 35rpx 40rpx;
border-radius: 24rpx;
box-sizing: border-box;
margin-bottom: 24rpx;
background-color: #FFFFFF;
justify-content: space-between;
}
.device>view:nth-of-type(1)>view:nth-of-type(1) {
color: #252535;
height: 32rpx;
font-weight: bold;
font-size: 32rpx;
line-height: 32rpx;
margin-bottom: 22rpx;
}
.device>view:nth-of-type(1)>view:nth-of-type(2) {
color: #808080;
height: 26rpx;
font-size: 26rpx;
line-height: 26rpx;
}
.device>view:nth-of-type(2) {
height: 28rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.device>view:nth-of-type(2)>view:nth-of-type(1) {
width: 14rpx;
height: 14rpx;
border-radius: 50%;
}
.device>view:nth-of-type(2)>view:nth-of-type(2) {
height: 28rpx;
font-weight: bold;
font-size: 28rpx;
line-height: 28rpx;
padding-left: 8rpx;
}
.form {
@@ -83,6 +123,15 @@ page {
background-color: #1385FA;
}
.tips {
color: #77849E;
width: 100%;
font-size: 26rpx;
line-height: 40rpx;
padding: 0 30rpx;
box-sizing: border-box;
}
.delBtn {
color: #1385FA;
width: 580rpx;