样式调整

main
Wkang921 3 years ago
parent e4f4e997b8
commit 4cd1434ccf

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

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

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

Loading…
Cancel
Save