forked from angelo/web-retail-h5
feat(DefaultSharePage): 分享图变更
This commit is contained in:
parent
bc29c20650
commit
25fa96ea82
|
@ -197,7 +197,7 @@ export default {
|
|||
.share-wrapper {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
bottom: 30rpx;
|
||||
top: 25%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
@ -223,8 +223,8 @@ export default {
|
|||
|
||||
/* 二维码样式区域 - 用户自定义样式位置 */
|
||||
.qr-code-outer {
|
||||
width: 240rpx;
|
||||
height: 240rpx;
|
||||
width: 280rpx;
|
||||
height: 280rpx;
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
border-radius: 20rpx;
|
||||
box-shadow: 0px 8rpx 20rpx rgba(50, 50, 90, 0.06);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 660 KiB After Width: | Height: | Size: 1.0 MiB |
Loading…
Reference in New Issue