格式化代码
This commit is contained in:
parent
3c1eef3297
commit
804f4f3a16
8
app.js
8
app.js
@ -20,7 +20,9 @@ App({
|
||||
var difference = timestamp - loginTime; //两次时间差
|
||||
if (difference >= 86400) {
|
||||
wx.clearStorageSync();
|
||||
wx.redirectTo({ url: 'welcome/login/login' })
|
||||
wx.redirectTo({
|
||||
url: 'welcome/login/login'
|
||||
})
|
||||
console.log("登录超时")
|
||||
} else {
|
||||
wx.switchTab({
|
||||
@ -29,7 +31,9 @@ App({
|
||||
console.log("校验通过")
|
||||
}
|
||||
} else {
|
||||
wx.redirectTo({ url: 'welcome/login/login' })
|
||||
wx.redirectTo({
|
||||
url: 'welcome/login/login'
|
||||
})
|
||||
console.log("无登录记录")
|
||||
}
|
||||
},
|
||||
|
2
app.wxss
2
app.wxss
@ -1,4 +1,5 @@
|
||||
/**app.wxss**/
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@ -8,4 +9,3 @@
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
<!--manage/absent/absent.wxml-->
|
||||
<view class='allpage'>
|
||||
<image src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/signin/zhuce1.jpg' class='signin'></image>
|
||||
|
||||
|
||||
|
||||
|
||||
<view class="section">
|
||||
<image class='xuehao-png' src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/xinxi/xuehao.png'></image>
|
||||
<view class='txt'>学号</view>
|
||||
@ -23,11 +19,7 @@
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
|
||||
<view class='kongbai'></view>
|
||||
|
||||
|
||||
|
||||
<view class="btn-area" id="buttonContainer">
|
||||
<button type="warn" disabled='{{disabled}}' bindtap='sumit1' style='opacity: {{opacity}};background-color: #139aec;'>确认录入</button>
|
||||
</view>
|
||||
|
@ -1,13 +1,16 @@
|
||||
/* manage/absent/absent.wxss */
|
||||
|
||||
.allpage {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.SRCS {
|
||||
height: 350rpx;
|
||||
width: 500rpx;
|
||||
}
|
||||
|
||||
.section {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -22,23 +25,28 @@
|
||||
margin-left: 100rpx;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.xuehao-png {
|
||||
height: 30rpx;
|
||||
width: 40rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.txt {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
width: 80%;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.kongbai {
|
||||
margin-top: 100rpx;
|
||||
}
|
||||
|
||||
.signin {
|
||||
height: 462rpx;
|
||||
width: 750rpx;
|
||||
|
@ -8,8 +8,6 @@
|
||||
<view class="picker">{{multiArray[0][multiIndex[0]]}}_{{multiArray[1][multiIndex[1]]}}_{{multiArray[2][multiIndex[2]]}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
|
||||
|
||||
<view class='item'>
|
||||
<image class='didian-png' src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/xinxi/didian.png'></image>
|
||||
<view class='txt'>地点</view>
|
||||
@ -20,7 +18,6 @@
|
||||
<view class='txt'>教师</view>
|
||||
<input class="input" placeholder="例:吕堂红(离散数学)" bindinput="bindKeyInput2" />
|
||||
</view>
|
||||
|
||||
<view class="section">
|
||||
<image class='png' src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/xinxi/nicheng.png'></image>
|
||||
<view class='txt'>人员</view>
|
||||
@ -28,10 +25,7 @@
|
||||
<view class="picker">{{renyuanArray[0][renyuanIndex[0]]}}_{{renyuanArray[1][renyuanIndex[1]]}}</view>
|
||||
</picker>
|
||||
</view>
|
||||
|
||||
|
||||
<view class='kongbai' style='margin-top:70rpx;'></view>
|
||||
|
||||
<view class="btn-area" id="buttonContainer">
|
||||
<button type="warn" bindtap='sumit' disabled="{{disabled}}" style='opacity: {{opacity}};background-color: #139aec;'>开始点名</button>
|
||||
</view>
|
||||
|
@ -32,6 +32,7 @@
|
||||
margin-right: 25rpx;
|
||||
margin-left: 5rpx;
|
||||
}
|
||||
|
||||
.jiaoshi-png {
|
||||
height: 32rpx;
|
||||
width: 48rpx;
|
||||
|
@ -1,5 +1,7 @@
|
||||
// manage/rollcall/rollcall.js
|
||||
import { DBPost } from '../../db/DBpost.js';
|
||||
import {
|
||||
DBPost
|
||||
} from '../../db/DBpost.js';
|
||||
Page({
|
||||
|
||||
/**
|
||||
@ -86,8 +88,7 @@ Page({
|
||||
mask: true,
|
||||
icon: "success"
|
||||
})
|
||||
}
|
||||
else if (res1.length != 19) {
|
||||
} else if (res1.length != 19) {
|
||||
wx.showModal({
|
||||
title: "警告",
|
||||
content: "您扫描了错误的二维码!请检查!",
|
||||
@ -102,6 +103,8 @@ Page({
|
||||
})
|
||||
},
|
||||
sumit: function() {
|
||||
wx.redirectTo({ url: '../absent/absent' })
|
||||
wx.redirectTo({
|
||||
url: '../absent/absent'
|
||||
})
|
||||
}
|
||||
})
|
@ -15,10 +15,3 @@
|
||||
<button type="warn" bindtap='sumit' style='opacity: {{opacity}};background-color: #139aec;'>录入缺勤信息</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* manage/rollcall/rollcall.wxss */
|
||||
|
||||
/* welcome/signin/signin.wxss */
|
||||
|
||||
page {
|
||||
@ -16,16 +17,17 @@ page {
|
||||
width: 750rpx;
|
||||
}
|
||||
|
||||
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
width: 80%;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.kongbai {
|
||||
margin-top: 300rpx;
|
||||
}
|
||||
|
||||
.kongbai1 {
|
||||
margin-top: 20rpx;
|
||||
}
|
@ -14,12 +14,6 @@
|
||||
<button type="warn" disabled='{{disabled}}' bindtap='queren' style='opacity: {{opacity}};background-color: #139aec;'>添加班级</button>
|
||||
</view>
|
||||
<view class='kongbai2'></view>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<view class='btn2'>
|
||||
<view class="btn-area1" id="buttonContainer">
|
||||
<button type="warn" disabled='{{disabled1}}' bindtap='tongji' style='background-color: #11ceec;opacity: {{opacity1}};'>统计结果</button>
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* manage/select/select.wxss */
|
||||
|
||||
/* welcome/signin/signin.wxss */
|
||||
|
||||
page {
|
||||
@ -55,6 +56,7 @@ page {
|
||||
width: 40rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.xuehao-png {
|
||||
height: 30rpx;
|
||||
width: 40rpx;
|
||||
@ -71,6 +73,7 @@ page {
|
||||
align-items: center;
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
|
||||
.mima-input {
|
||||
border-bottom-color: #000;
|
||||
border-bottom-style: solid;
|
||||
@ -78,20 +81,24 @@ page {
|
||||
margin-left: 30rpx;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
width: 80%;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.kongbai1 {
|
||||
margin-top: 50rpx;
|
||||
}
|
||||
|
||||
.kongbai2 {
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
|
||||
/* manage/rollcall/rollcall.wxss */
|
||||
|
||||
/* welcome/signin/signin.wxss */
|
||||
|
||||
page {
|
||||
@ -109,7 +116,6 @@ page {
|
||||
width: 750rpx;
|
||||
}
|
||||
|
||||
|
||||
.btn-area1 {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
|
@ -1,5 +1,7 @@
|
||||
// manage/show1/show1.js
|
||||
import { DBPost } from '../../db/DBpost.js';
|
||||
import {
|
||||
DBPost
|
||||
} from '../../db/DBpost.js';
|
||||
var app = getApp();
|
||||
Page({
|
||||
|
||||
@ -157,7 +159,9 @@ Page({
|
||||
dbPost.newxueyuan(that.data.xueyuan);
|
||||
dbPost.newadmin(that.data.admin);
|
||||
dbPost.newloginTime(that.data.loginTime);
|
||||
wx.switchTab({ url: '../../pages/post/post' });
|
||||
wx.switchTab({
|
||||
url: '../../pages/post/post'
|
||||
});
|
||||
console.log(res.data);
|
||||
|
||||
}
|
||||
|
@ -1,7 +1,5 @@
|
||||
/* manage/show/show.wxss */
|
||||
|
||||
|
||||
|
||||
.detail-item {
|
||||
display: flex;
|
||||
margin-left: 30rpx;
|
||||
@ -69,6 +67,7 @@
|
||||
margin-bottom: 20rpx;
|
||||
border-bottom: 3rpx dashed #d9d9d9;
|
||||
}
|
||||
|
||||
.btn-area1 {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
|
@ -14,7 +14,6 @@
|
||||
<view>请输入反馈*</view>
|
||||
<view class="{{feedBack_error?'showError':'showNormal'}}">请输入内容</view>
|
||||
</view>
|
||||
|
||||
<textarea class="item" placeholder="{{placeholder}}" bindinput="fankui" maxlength="300"></textarea>
|
||||
<view class="title">
|
||||
<view>联系方式(选填)</view>
|
||||
|
@ -1,5 +1,7 @@
|
||||
// pages/main/index.js
|
||||
import { DBPost } from '../../../db/DBpost.js';
|
||||
import {
|
||||
DBPost
|
||||
} from '../../../db/DBpost.js';
|
||||
var app = getApp();
|
||||
var QR = require("../../../data/QRcode.js");
|
||||
Page({
|
||||
@ -26,8 +28,7 @@ Page({
|
||||
})
|
||||
|
||||
},
|
||||
onReady: function () {
|
||||
},
|
||||
onReady: function() {},
|
||||
onShow: function() {
|
||||
|
||||
// 页面显示
|
||||
@ -59,7 +60,9 @@ Page({
|
||||
createQrCode: function(url, canvasId, cavW, cavH) {
|
||||
//调用插件中的draw方法,绘制二维码图片
|
||||
QR.api.draw(url, canvasId, cavW, cavH);
|
||||
setTimeout(() => { this.canvasToTempImage(); }, 1000);
|
||||
setTimeout(() => {
|
||||
this.canvasToTempImage();
|
||||
}, 1000);
|
||||
|
||||
},
|
||||
//获取临时缓存照片路径,存入data中
|
||||
@ -113,6 +116,8 @@ Page({
|
||||
|
||||
},
|
||||
sumit: function() {
|
||||
wx.switchTab({ url: '../post' })
|
||||
wx.switchTab({
|
||||
url: '../post'
|
||||
})
|
||||
}
|
||||
})
|
@ -9,7 +9,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view hidden="{{maskHidden}}" class="mask"></view>
|
||||
<view class="canvas-box">
|
||||
<canvas hidden="{{canvasHidden}}" style="width: 686rpx;height: 686rpx;background:#f1f1f1;" canvas-id="mycanvas" />
|
||||
|
@ -1,7 +1,23 @@
|
||||
/* pages/main/index.wxss */
|
||||
.container-box{background-color: #efeff4;height: 100vh}
|
||||
.img-box{padding: 32rpx;background-color: #fff;border-bottom: 1rpx solid #e5e5e5;position: relative}
|
||||
.img-box image{width: 686rpx;height: 686rpx;background-color: #f9f9f9}
|
||||
|
||||
.container-box {
|
||||
background-color: #efeff4;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.img-box {
|
||||
padding: 32rpx;
|
||||
background-color: #fff;
|
||||
border-bottom: 1rpx solid #e5e5e5;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.img-box image {
|
||||
width: 686rpx;
|
||||
height: 686rpx;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.input-row {
|
||||
margin: 30rpx auto;
|
||||
border-bottom: 1rpx solid #e5e5e5;
|
||||
@ -12,27 +28,52 @@
|
||||
padding: 0 32rpx;
|
||||
background-color: #fff;
|
||||
font-size: 34rpx;
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.input-row input {
|
||||
margin-left: 100rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mybtn {
|
||||
width: 686rpx;
|
||||
margin: 60rpx auto;
|
||||
}
|
||||
|
||||
.mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.canvas-box {
|
||||
position: fixed;
|
||||
top: 999999rpx;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.input-row input{margin-left: 100rpx;flex: 1}
|
||||
.mybtn{width:686rpx;margin: 60rpx auto }
|
||||
.mask{position: fixed;top: 0;left: 0;z-index: 3; width: 100%;height: 100%;opacity: 0;}
|
||||
.canvas-box{position: fixed;top:999999rpx;left: 0}
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
width: 80%;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.kongbai {
|
||||
margin-top: 100rpx;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
|
@ -83,7 +83,6 @@
|
||||
color: #7f8389;
|
||||
font-size: 20rpx;
|
||||
flex: 1;
|
||||
|
||||
}
|
||||
|
||||
.banquan {
|
||||
|
@ -1,13 +1,14 @@
|
||||
// pages/user/user.js
|
||||
var app = getApp();
|
||||
import { DBPost } from '../../db/DBpost.js';
|
||||
import {
|
||||
DBPost
|
||||
} from '../../db/DBpost.js';
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
},
|
||||
data: {},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
@ -26,8 +27,7 @@ Page({
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
},
|
||||
onShow: function() {},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
|
@ -20,7 +20,8 @@
|
||||
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/xinxi.png"></image>
|
||||
<text>账号信息</text>
|
||||
<view class="detail-item-btn"></view>
|
||||
</view><view class="detail-item" catchtap="fankui">
|
||||
</view>
|
||||
<view class="detail-item" catchtap="fankui">
|
||||
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/fankui.png"></image>
|
||||
<text>反馈中心</text>
|
||||
<view class="detail-item-btn"></view>
|
||||
|
@ -30,7 +30,6 @@
|
||||
font-weight: bold;
|
||||
font-size: 130%;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
}
|
||||
|
||||
.UQ {
|
||||
@ -38,12 +37,11 @@
|
||||
font-size: small;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
page {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.category-item {
|
||||
width: 100%;
|
||||
margin: 20rpx 0;
|
||||
@ -51,27 +49,31 @@ page{
|
||||
border-bottom: 1rpx solid #d9d9d9;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.detail-item {
|
||||
display: flex;
|
||||
margin-left: 30rpx;
|
||||
border-bottom: 1px solid RGBA(217, 217, 217, .4);
|
||||
border-bottom: 1px solid RGBA(217, 217, 217, 0.4);
|
||||
height: 85rpx;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.detail-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.detail-item image {
|
||||
height: 40rpx;
|
||||
width: 40rpx;
|
||||
|
||||
}
|
||||
|
||||
.detail-item text {
|
||||
color:#7F8389;
|
||||
color: #7f8389;
|
||||
font-size: 24rpx;
|
||||
flex: 1;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
.detail-item .detail-item-btn {
|
||||
width: 50rpx;
|
||||
color: #d9d9d9;
|
||||
@ -79,6 +81,7 @@ page{
|
||||
margin-right: 20rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.detail-item .detail-item-btn::after {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
|
@ -1,6 +1,8 @@
|
||||
// pages/user/xinxi/xinxi.js
|
||||
var app = getApp();
|
||||
import { DBPost } from '../../../db/DBpost.js';
|
||||
import {
|
||||
DBPost
|
||||
} from '../../../db/DBpost.js';
|
||||
Page({
|
||||
|
||||
/**
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* pages/user/xinxi/xinxi.wxss */
|
||||
|
||||
/* pages/user/user.wxss */
|
||||
|
||||
.allPage {
|
||||
@ -32,13 +33,10 @@
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
|
||||
page {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.category-item {
|
||||
width: 100%;
|
||||
margin: 20rpx 0;
|
||||
@ -46,27 +44,31 @@ page{
|
||||
border-bottom: 1rpx solid #d9d9d9;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.detail-item {
|
||||
display: flex;
|
||||
margin-left: 30rpx;
|
||||
border-bottom: 1px solid RGBA(217, 217, 217, .4);
|
||||
border-bottom: 1px solid RGBA(217, 217, 217, 0.4);
|
||||
height: 85rpx;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.detail-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.detail-item image {
|
||||
height: 40rpx;
|
||||
width: 40rpx;
|
||||
|
||||
}
|
||||
|
||||
.detail-item text {
|
||||
color:#7F8389;
|
||||
color: #7f8389;
|
||||
font-size: 24rpx;
|
||||
flex: 1;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
.detail-item .detail-item-btn {
|
||||
width: 50rpx;
|
||||
color: #d9d9d9;
|
||||
@ -74,6 +76,7 @@ page{
|
||||
margin-right: 20rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.detail-item .detail-item-btn::after {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
@ -86,12 +89,14 @@ page{
|
||||
border-left-color: transparent;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.btn-area {
|
||||
margin-top: 60rpx;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.kongbai {
|
||||
margin-bottom: 200rpx;
|
||||
}
|
||||
|
@ -11,12 +11,10 @@ page {
|
||||
}
|
||||
|
||||
.SRCS {
|
||||
|
||||
height: 900rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
@ -29,14 +27,15 @@ page {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.txt {
|
||||
margin-top: 100rpx;
|
||||
color: #7f8389;
|
||||
font-size: 15rpx;
|
||||
flex: 1;
|
||||
}
|
||||
.txt1 {
|
||||
|
||||
.txt1 {
|
||||
color: #7f8389;
|
||||
font-size: 15rpx;
|
||||
flex: 1;
|
||||
|
@ -1,7 +1,6 @@
|
||||
<!--welcome/signin/signin.wxml-->
|
||||
<view class='allpage'>
|
||||
<image src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/signin/zhuce1.jpg' class='signin'></image>
|
||||
|
||||
<view class="section">
|
||||
<image class='xuehao-png' src='http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/xinxi/xuehao.png'></image>
|
||||
<view class='txt'>学号</view>
|
||||
@ -10,10 +9,7 @@
|
||||
</picker>
|
||||
<button bindtap='yanzheng' class="minibtn" type="primary" disabled='{{disabled1}}' style='border-radius: 30px;background-color: #10aeff;' size="mini">验证</button>
|
||||
</view>
|
||||
|
||||
|
||||
<view class='kongbai'></view>
|
||||
|
||||
<view class="btn-area" id="buttonContainer">
|
||||
<button type="warn" bindtap='sumit' disabled="{{disabled}}" style='opacity: {{opacity}};background-color: #10aeff;'>完成注册</button>
|
||||
</view>
|
||||
|
@ -54,6 +54,7 @@ page {
|
||||
width: 40rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.xuehao-png {
|
||||
height: 30rpx;
|
||||
width: 40rpx;
|
||||
@ -70,6 +71,7 @@ page {
|
||||
align-items: center;
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
|
||||
.mima-input {
|
||||
border-bottom-color: #000;
|
||||
border-bottom-style: solid;
|
||||
@ -77,15 +79,18 @@ page {
|
||||
margin-left: 30rpx;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.btn-area {
|
||||
margin-top: 40rpx;
|
||||
box-sizing: border-box;
|
||||
width: 80%;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.kongbai {
|
||||
margin-top: 170rpx;
|
||||
}
|
||||
|
||||
.foot {
|
||||
font-size: 25rpx;
|
||||
color: #10aeff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user