hookehuyr

fix 二维码马赛克图片优化

<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-25 18:43:51
* @LastEditTime: 2024-01-29 10:09:15
* @FilePath: /xysBooking/src/components/qrCode.vue
* @Description: 预约码卡组件
-->
......@@ -316,12 +316,13 @@ onUnmounted(() => {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(106,106,106,0.6);
// opacity: 0.49;
background-image: url('https://cdn.ipadbiz.cn/xys/booking/southeast.jpeg');
background-size: contain;
border-radius: 20px;
color: #FFF;
text-align: center;
p {
color: #A67939;
position: absolute;
top: 50%;
left: 50%;
......
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-26 14:44:26
* @LastEditTime: 2024-01-29 10:02:05
* @FilePath: /xysBooking/src/components/qrCodeSearch.vue
* @Description: 预约码卡组件
-->
......@@ -227,12 +227,13 @@ onUnmounted(() => {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(106,106,106,0.6);
// opacity: 0.49;
background-image: url('https://cdn.ipadbiz.cn/xys/booking/southeast.jpeg');
background-size: contain;
border-radius: 20px;
color: #FFF;
text-align: center;
p {
color: #A67939;
position: absolute;
top: 50%;
left: 50%;
......