|
@@ -1,74 +1,71 @@
|
|
|
-/* pages/deviceDetail/detail.wxss */
|
|
|
-.container {}
|
|
|
-
|
|
|
.img_section {
|
|
|
- width: 100%;
|
|
|
- height: 648rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ height: 648rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.avatar {
|
|
|
- width: 470rpx;
|
|
|
- height: 432rpx;
|
|
|
- background: #F2F5F7;
|
|
|
- border-radius: 24rpx;
|
|
|
+ width: 470rpx;
|
|
|
+ height: 432rpx;
|
|
|
+ background: #F2F5F7;
|
|
|
+ border-radius: 24rpx;
|
|
|
}
|
|
|
|
|
|
.section {
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- margin-bottom: 10px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
|
.item {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
- justify-content: space-between;
|
|
|
- margin-inline: 32rpx;
|
|
|
- height: 120rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-inline: 32rpx;
|
|
|
+ height: 120rpx;
|
|
|
}
|
|
|
|
|
|
.left-content {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.label {
|
|
|
- font-size: 16px;
|
|
|
- color: #333333;
|
|
|
- margin-left: 32rpx;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #333333;
|
|
|
+ margin-left: 32rpx;
|
|
|
}
|
|
|
|
|
|
.arrow {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- margin-right: 16rpx;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ margin-right: 16rpx;
|
|
|
}
|
|
|
|
|
|
.switch {
|
|
|
- width: 88rpx;
|
|
|
- height: 44rpx;
|
|
|
- margin-right: 16rpx;
|
|
|
+ width: 88rpx;
|
|
|
+ height: 44rpx;
|
|
|
+ margin-right: 16rpx;
|
|
|
}
|
|
|
|
|
|
.red {
|
|
|
- width: 10rpx;
|
|
|
- height: 10rpx;
|
|
|
- margin-top: -14rpx;
|
|
|
- background-color: #6546A3;
|
|
|
- border-radius: 50%;
|
|
|
- margin-left: 12rpx;
|
|
|
+ width: 10rpx;
|
|
|
+ height: 10rpx;
|
|
|
+ margin-top: -14rpx;
|
|
|
+ background-color: #6546A3;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-left: 12rpx;
|
|
|
}
|
|
|
|
|
|
.question {
|
|
|
- margin-left: 8rpx;
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
+ margin-left: 8rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
}
|