be3dcffb by simon

默认提交

1 parent 66cdc65a
......@@ -131,7 +131,7 @@ $blessContentLabelWidth: 650px;
font-size: 46px;
font-weight: 500;
text-align: center;
color: #fee085;
color: #333333;
width: $blessContentWidth;
margin: 0 auto;
}
......@@ -141,7 +141,7 @@ $blessContentLabelWidth: 650px;
font-size: 48px;
font-weight: 600;
text-align: center;
color: #fee085;
color: #333333;
.portrait {
margin: 24px auto 0;
......@@ -159,7 +159,7 @@ $blessContentLabelWidth: 650px;
font-size: 48px;
font-weight: 500;
text-align: center;
color: #fee085;
color: #333333;
}
&-edit {
......@@ -322,7 +322,7 @@ $blessContentLabelWidth: 650px;
font-size: 48px;
font-weight: 500;
text-align: center;
color: #fee085;
color: #333333;
margin-top: 48px;
}
}
......
......@@ -140,8 +140,10 @@
</view>
</block>
<block wx:else>
<view bindtap="onBlessMakeHandler" class="btn btn2">定制我的祝福</view>
<button open-type="share" class="btn btn2">送祝福给亲友</button>
<view class="btn-wrap">
<view bindtap="onBlessMakeHandler" class="btn btn1">定制我的祝福</view>
<button open-type="share" class="btn btn2">送祝福给亲友</button>
</view>
</block>
</block>
<!-- 组队 -->
......