@@ -2,8 +2,8 @@
"name" : "宜格分享",
"appid" : "__UNI__90011BF",
"description" : "应用描述",
- "versionName" : "1.1.8",
- "versionCode" : 118,
+ "versionName" : "1.1.9",
+ "versionCode" : 119,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -153,12 +153,14 @@
<style>
.btn {
border: none;
- width: 150px;
+ /* width: 150px; */
height: 40px;
+ padding: 0 15px;
color: #fff;
background-color: #6be5f8;
border-radius: 20px;
display: flex;
+ justify-content: center;
align-items: center;
text-align: center;
font-size: 14px;
@@ -1023,7 +1025,7 @@
position: fixed;
bottom: 200rpx;
left: 50%;
- width: 300rpx;
+ // width: 300rpx;
height: 80rpx;
color: red;
transform: translateX(-50%);