forked from angelo/web-retail-h5
feat(DefaultSharePage): 分享图变更
This commit is contained in:
parent
3661ba9ad2
commit
c9a7e0843e
|
@ -197,7 +197,7 @@ export default {
|
||||||
.share-wrapper {
|
.share-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
bottom: 30rpx;
|
top: 25%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -223,8 +223,8 @@ export default {
|
||||||
|
|
||||||
/* 二维码样式区域 - 用户自定义样式位置 */
|
/* 二维码样式区域 - 用户自定义样式位置 */
|
||||||
.qr-code-outer {
|
.qr-code-outer {
|
||||||
width: 240rpx;
|
width: 280rpx;
|
||||||
height: 240rpx;
|
height: 280rpx;
|
||||||
background: rgba(255, 255, 255, 0.98);
|
background: rgba(255, 255, 255, 0.98);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
box-shadow: 0px 8rpx 20rpx rgba(50, 50, 90, 0.06);
|
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