no message

This commit is contained in:
A1300399510 2025-01-22 18:53:45 +08:00
parent 294970462d
commit 736769180f
3 changed files with 54 additions and 1 deletions

View File

@ -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;

View File

@ -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;
}
}
}
}
}

18
img/min-QRcode-bj.svg Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="130px" height="136px" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter x="1947px" y="249px" width="130px" height="136px" filterUnits="userSpaceOnUse" id="filter1214">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0705882352941176 0 " in="shadowComposite" />
</filter>
<g id="widget1215">
<path d="M 108 120 L 67.2959567040593 120 L 62.197265625 125.076388888889 C 61.5787760416665 125.69212962963 60.8463541666665 126 60 126 C 59.1536458333335 126 58.4212239583335 125.69212962963 57.802734375 125.076388888889 L 52.7044003607471 120 L 12 120 C 5.2800000000002 120 0 114.72 0 108 L 0 12 C 0 5.27999999999997 5.2800000000002 0 12 0 L 108 0 C 114.72 0 120 5.27999999999997 120 12 L 120 108 C 120 114.72 114.72 120 108 120 Z " fill-rule="nonzero" fill="#ffffff" stroke="none" transform="matrix(1 0 0 1 1952 254 )" />
</g>
</defs>
<g transform="matrix(1 0 0 1 -1947 -249 )">
<use xlink:href="#widget1215" filter="url(#filter1214)" />
<use xlink:href="#widget1215" />
</g>
</svg>