diff --git a/css/common.css b/css/common.css index 6dcdb48..51f588d 100644 --- a/css/common.css +++ b/css/common.css @@ -719,3 +719,9 @@ body { text-align: center; line-height: 24px; } +.upglide { + font-size: 10px; + color: #aaaaaa; + padding-bottom: 60px; + padding-right: 20px; +} diff --git a/css/common.less b/css/common.less index f5e5a79..a3b06fc 100644 --- a/css/common.less +++ b/css/common.less @@ -817,3 +817,10 @@ body { line-height: 24px; } } + +.upglide { + font-size: 10px; + color: #aaaaaa; + padding-bottom: 60px; + padding-right: 20px; +} diff --git a/css/details.css b/css/details.css index 23762a1..c76aada 100644 --- a/css/details.css +++ b/css/details.css @@ -1155,9 +1155,3 @@ height: 16px; margin-right: 10px; } -.upglide { - font-size: 10px; - color: #aaaaaa; - padding-bottom: 60px; - padding-right: 20px; -} diff --git a/css/details.less b/css/details.less index b074be5..308b24f 100644 --- a/css/details.less +++ b/css/details.less @@ -1320,11 +1320,4 @@ } } } -} - -.upglide { - font-size: 10px; - color: #aaaaaa; - padding-bottom: 60px; - padding-right: 20px; -} +} \ No newline at end of file diff --git a/css/subject.css b/css/subject.css index c7a3d9c..635e548 100644 --- a/css/subject.css +++ b/css/subject.css @@ -120,6 +120,7 @@ background-color: #fbfbfb; border-top: 1px solid #ebebeb; padding: 0 32px; + border-radius: 0 0 12px 0; } .body .right .h { justify-content: space-between; @@ -224,6 +225,7 @@ color: #555555; font-size: 14px; margin-bottom: 12px; + flex-wrap: wrap; } .body .right .list .item .introduce .quantity { font-family: "Arial-Black", "Arial Black", sans-serif; diff --git a/css/subject.less b/css/subject.less index d14bd9e..6f31fb3 100644 --- a/css/subject.less +++ b/css/subject.less @@ -129,6 +129,7 @@ background-color: rgba(251, 251, 251, 1); border-top: 1px solid rgba(235, 235, 235, 1); padding: 0 32px; + border-radius: 0 0 12px 0; .h { justify-content: space-between; @@ -241,6 +242,7 @@ color: #555555; font-size: 14px; margin-bottom: 12px; + flex-wrap: wrap; .quantity { font-family: "Arial-Black", "Arial Black", sans-serif; font-weight: 900;