小程序absolute居中
```html
<view style="position: absolute; bottom: 60px; width: 100%;">
<view style="position: absolute; text-align: center; left: 0; right: 0;" bindtap="weixinlogin">
<text style="color: white; border-bottom: 1px solid white;">海外用户登录</text>
</view>
</view>
