no message
This commit is contained in:
10
components/float-share/index.js
Normal file
10
components/float-share/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var e = require("../../common/vendor.js")._export_sfc({}, [
|
||||
[
|
||||
"render",
|
||||
function (e, r) {
|
||||
return {};
|
||||
},
|
||||
],
|
||||
["__scopeId", "data-v-babab3c4"],
|
||||
]);
|
||||
wx.createComponent(e);
|
||||
1
components/float-share/index.json
Normal file
1
components/float-share/index.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "component": true, "usingComponents": {} }
|
||||
11
components/float-share/index.wxml
Normal file
11
components/float-share/index.wxml
Normal file
@@ -0,0 +1,11 @@
|
||||
<button
|
||||
class="button data-v-babab3c4"
|
||||
hoverClass="default-hover-class"
|
||||
hoverStayTime="100"
|
||||
openType="share"
|
||||
>
|
||||
<image
|
||||
class="icon data-v-babab3c4"
|
||||
src="/static/svgs/icon_share_1.svg"
|
||||
></image>
|
||||
</button>
|
||||
20
components/float-share/index.wxss
Normal file
20
components/float-share/index.wxss
Normal file
@@ -0,0 +1,20 @@
|
||||
.button.data-v-babab3c4 {
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
border-radius: 100%;
|
||||
bottom: 80rpx;
|
||||
box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.15);
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
height: 80rpx;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
right: 40rpx;
|
||||
width: 80rpx;
|
||||
z-index: 88;
|
||||
}
|
||||
.button image.data-v-babab3c4 {
|
||||
height: 40rpx;
|
||||
width: 40rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user