From 736769180fedb0af75e3c99663d59426a5be716e Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 22 Jan 2025 18:53:45 +0800 Subject: [PATCH] no message --- css/details.css | 16 ++++++++++++++++ css/details.less | 21 ++++++++++++++++++++- img/min-QRcode-bj.svg | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 img/min-QRcode-bj.svg diff --git a/css/details.css b/css/details.css index ae8f59d..d49493c 100644 --- a/css/details.css +++ b/css/details.css @@ -216,6 +216,7 @@ .boxbox .details .right .admission-btn .item { font-size: 14px; color: #333333; + cursor: pointer; } .boxbox .details .right .admission-btn .item .icon { width: 16px; @@ -233,6 +234,21 @@ width: 19px; margin-right: 6px; } +.boxbox .details .right .admission-btn .item .btn .min-QRcode { + width: 120px; + height: 126px; +} +.boxbox .details .right .admission-btn .item .btn .min-QRcode .bj { + position: absolute; + left: -5px; + top: -5px; + width: 130px; + height: 136px; +} +.boxbox .details .right .admission-btn .item .btn .min-QRcode .min-QRcode { + width: 100px; + height: 100px; +} .boxbox .details .QRCode { position: relative; width: 290px; diff --git a/css/details.less b/css/details.less index 605edad..49cdf64 100644 --- a/css/details.less +++ b/css/details.less @@ -248,8 +248,9 @@ .item { font-size: 14px; color: #333333; + cursor: pointer; .icon { - width: 16px; + width: 16px; height: 8px; margin: 0 11px; } @@ -265,6 +266,24 @@ // height: 13px; margin-right: 6px; } + + .min-QRcode { + width: 120px; + height: 126px; + + .bj { + position: absolute; + left: -5px; + top: -5px; + width: 130px; + height: 136px; + } + + .min-QRcode { + width: 100px; + height: 100px; + } + } } } } diff --git a/img/min-QRcode-bj.svg b/img/min-QRcode-bj.svg new file mode 100644 index 0000000..fdabbdb --- /dev/null +++ b/img/min-QRcode-bj.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file