initial commit

This commit is contained in:
Ling53666
2025-04-28 15:59:21 +08:00
commit 36cc2fe7ba
55 changed files with 2627 additions and 0 deletions

View File

@ -0,0 +1,66 @@
// pages/wangjimima/wangjimima.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
}
})

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "忘记密码",
"usingComponents": {}
}

View File

@ -0,0 +1,25 @@
<view class="flex-col page">
<view class="flex-col justify-start items-center self-center text-wrapper">
<text class="font text">欢迎登陆—青橙校园</text>
</view>
<view class="flex-col self-stretch group">
<text class="self-start font_2 text_2">忘记密码</text>
<view class="flex-col self-stretch mt-22">
<view class="flex-col self-stretch">
<view class="flex-col justify-start items-start text-wrapper_1"><input class="text_1 font_2 text_4" placeholder="请输入手机号" /></view>
<view class="flex-row justify-between section mt-20">
<input class="font_2 text_5" placeholder="请输入验证码" />
<text class="font_2 text_6">获取验证码</text>
</view>
<view class="flex-col justify-start items-start text-wrapper_2 mt-20"><input class="text_1 font_2" placeholder="请输入密码" /></view>
<view class="flex-col justify-start items-start text-wrapper_4 mt-20">
<input class="text_1 font_2 text_7" placeholder="请再次输入密码" />
</view>
</view>
<text class="self-end text_8 mt-16">登陆账号</text>
</view>
</view>
<view class="flex-col justify-start items-center self-stretch text-wrapper_3">
<text class="font text_9">重置密码</text>
</view>
</view>

View File

@ -0,0 +1,88 @@
.page {
padding: 73.08rpx 38.46rpx 275rpx 48.08rpx;
background-color: #ffffff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.text-wrapper {
padding: 384.65rpx 0 19.48rpx;
background-image: url('https://ide.code.fun/api/image?token=680efc2c4ae84d00122e3b6c&name=9927844a76c9298d1ba7d7f5f997ca65.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 432.69rpx;
}
.font {
font-size: 30.77rpx;
font-family: SourceHanSansCN;
line-height: 28.56rpx;
}
.text {
color: #000000;
}
.group {
padding: 42.96rpx 0 42.96rpx;
}
.text-wrapper_1 {
padding: 35.46rpx 0 37.77rpx;
background-color: #ffffff;
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
}
.text_1 {
margin-left: 31.9rpx;
}
.font_2 {
font-size: 26.92rpx;
font-family: SourceHanSansCN;
line-height: 25.02rpx;
color: #808080;
}
.text_2 {
margin-left: 12.75rpx;
color: #000000;
line-height: 24.98rpx;
}
.text_4 {
line-height: 24.85rpx;
}
.section {
padding: 37.27rpx 20.1rpx 35.79rpx 31.9rpx;
background-color: #ffffff;
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
}
.text_5 {
line-height: 24.92rpx;
}
.text_6 {
color: #d43030;
}
.text-wrapper_2 {
padding: 35.27rpx 0 37.79rpx;
background-color: #ffffff;
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
}
.text-wrapper_4 {
padding: 37.19rpx 0 35.73rpx;
background-color: #ffffff;
box-shadow: 0rpx 3.85rpx 7.69rpx #00000040;
}
.text_7 {
line-height: 25.15rpx;
}
.text_8 {
margin-right: 9.02rpx;
color: #383838;
font-size: 23.08rpx;
font-family: SourceHanSansCN;
line-height: 21.31rpx;
}
.text-wrapper_3 {
margin: 32.15rpx 21.15rpx 0 11.54rpx;
padding: 38.38rpx 0 33.06rpx;
background-color: #ff8d1a;
border-radius: 28.85rpx;
}
.text_9 {
color: #ffffff;
}