登录按钮样式回复

This commit is contained in:
wangzimeng 2025-08-06 18:25:57 +08:00
parent 6374511f71
commit ea502ab219

View File

@ -170,12 +170,9 @@
<su-popup :show="showLogin == true" type="center" round="10" :isMaskClick="false" > <su-popup :show="showLogin == true" type="center" round="10" :isMaskClick="false" >
<view class="popup"> <view class="popup">
<!-- <view class="texbut" @click="getPhoneNumber">
<image style="width: 500rpx;height: 136rpx;margin-top: 84rpx;" src="https://jiangxiaoxian.0rui.cn/loginBtn.png"></image>
</view> -->
<button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber"> <button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
<!-- <image style="width: 500rpx;height: 136rpx;" src="https://jiangxiaoxian.0rui.cn/loginBtn.png"></image> --> <!-- <image style="width: 100%;height: 136rpx;" src="https://jiangxiaoxian.0rui.cn/loginBtn.png"></image> -->
授权登录 授权登录
</button> </button>
</view> </view>
@ -697,11 +694,11 @@
.texbut { .texbut {
width: 507rpx; width: 507rpx;
height: 120rpx; height: 120rpx;
// border-radius: 45rpx; border-radius: 16rpx;
// background: #ffbd25; background: #ffbd25;
// font-size: 34rpx; font-size: 34rpx;
// color: #3d3d3d; color: #3d3d3d;
// font-weight: bold; font-weight: bold;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;