diff --git a/public/static/index/pc/css/attachment_index.css b/public/static/index/pc/css/attachment_index.css index 11decf98..c6573c11 100755 --- a/public/static/index/pc/css/attachment_index.css +++ b/public/static/index/pc/css/attachment_index.css @@ -125,13 +125,13 @@ justify-content: flex-start; } .orico_Page_download .downloadMain .contact_c .softlist .softit .left_img { - width: 320px; - height: 320px; - margin-right: 64px; + width: 140px; + height: 140px; + margin-right: 50px; } .orico_Page_download .downloadMain .contact_c .softlist .softit .left_img img { - width: 320px; - height: 320px; + width: 140px; + height: 140px; border-radius: 12px; overflow: hidden; } @@ -162,7 +162,7 @@ color: #004bfa; background-color: rgba(0, 75, 250, 0.05); cursor: pointer; - font-size: 0.9rem; + font-size: 1.2rem; } .orico_Page_download .downloadMain .page-box { text-align: center;