更换设备图片

This commit is contained in:
24kycj
2024-11-27 11:12:53 +08:00
parent 4b64e00b1f
commit e82d0d5183
2 changed files with 1 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 256 KiB

+1 -2
View File
@@ -824,7 +824,7 @@ $red: #ff0000;
background-color: #f8f8f8; background-color: #f8f8f8;
.device_left { .device_left {
width: 50%; width: 50%;
padding: 0 50px 40px; padding: 0 50px;
.device_left_top { .device_left_top {
margin-bottom: 24px; margin-bottom: 24px;
.device_img { .device_img {
@@ -833,7 +833,6 @@ $red: #ff0000;
} }
.device_info { .device_info {
width: calc(100% - 310px); width: calc(100% - 310px);
padding-top: 40px;
.device_info_box { .device_info_box {
width: calc(100% - 40px); width: calc(100% - 40px);
overflow: hidden; overflow: hidden;