样式调整

main
Wkang921 3 years ago
parent e4f4e997b8
commit 4cd1434ccf

@ -445,7 +445,7 @@ border: 1px solid rgba(187, 187, 187, 1);
position: absolute;
left: 328rpx;
top: 706rpx;
width: 96rpx;
/* width: 96rpx; */
height: 66rpx;
color: rgba(248, 99, 42, 1);
font-size: 24px;
@ -468,7 +468,7 @@ border: 1px solid rgba(187, 187, 187, 1);
position: absolute;
left: 280rpx;
top: 980rpx;
width: 192rpx;
/* width: 192rpx; */
height: 66rpx;
color: rgba(248, 99, 42, 1);
font-size: 24px;

@ -173,10 +173,10 @@
position: absolute;
left: 328rpx;
top: 706rpx;
width: 96rpx;
/* width: 96rpx; */
height: 66rpx;
color: rgba(248, 99, 42, 1);
font-size: 24px;
font-size: 48rpx;
text-align: left;
font-family: SourceHanSansSC-bold;
}
@ -188,7 +188,7 @@
width: 388rpx;
height: 150rpx;
color: rgba(108, 108, 108, 1);
font-size: 18px;
font-size: 36rpx;
text-align: center;
font-family: SourceHanSansSC-regular;
}
@ -196,10 +196,10 @@
position: absolute;
left: 280rpx;
top: 980rpx;
width: 192rpx;
/* width: 192rpx; */
height: 66rpx;
color: rgba(248, 99, 42, 1);
font-size: 24px;
font-size: 48rpx;
text-align: center;
font-family: SourceHanSansSC-regular;
}
@ -210,13 +210,13 @@
width: 254rpx;
height: 50rpx;
color: rgba(108, 108, 108, 1);
font-size: 18px;
font-size: 36rpx;
text-align: center;
font-family: SourceHanSansSC-regular;
}
.yqq{/*圆圈*/
border-radius: 64rpx;
border-radius: 50%;
position: absolute;
width: 60px;
height:60px;

@ -90,11 +90,11 @@ Page({
url: '/pages/home/xy/index'
})
}
wx.showToast({
title:'没有token',
icon: 'none',
duration: 5000
})
// wx.showToast({
// title:'没有token',
// icon: 'none',
// duration: 5000
// })
console.log('进入登录了!!!')
var DEV_CODE = code
var PUBLIC_KEY = ""

Loading…
Cancel
Save