解决了已知问题

This commit is contained in:
Ling53666
2025-05-11 15:12:01 +08:00
parent 36cc2fe7ba
commit bb84973913
41 changed files with 2980 additions and 801 deletions

View File

@ -0,0 +1,66 @@
// pages/woyaojiedan/woyaojiedan.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,13 @@
<view class="flex-col page">
<view class="flex-col">
<view class="flex-col group">
<text style="margin: 20rpx;">姓名</text>
<input class="flex-col justify-start items-start text-wrapper input" />
<text style="margin: 20rpx;">手机号</text>
<input class="flex-col justify-start items-start text-wrapper_1 mt-10 input_1" />
</view>
</view>
<view class="flex-col justify-start items-center text-wrapper_2 mt-609">
<text class="text_3">申请资料报备</text>
</view>
</view>

View File

@ -0,0 +1,58 @@
.ml-124 {
margin-left: 238.46rpx;
}
.mt-609 {
margin-top: 1171.15rpx;
}
.page {
background-color: #ffffff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.section {
padding: 34.62rpx 23.08rpx 37.69rpx;
background-color: #f8f8f8;
}
.image {
width: 34.62rpx;
height: 19.23rpx;
}
.font {
font-size: 26.92rpx;
font-family: SourceHanSansCN;
line-height: 24.83rpx;
color: #000000;
}
.group {
padding: 33.65rpx 39.42rpx 0;
}
.text-wrapper {
padding: 34.42rpx 0 33.06rpx;
background-color: #ffffff;
border-radius: 28.85rpx;
border: solid 1.92rpx #e5e5e5;
}
.text-wrapper_1 {
padding: 32.58rpx 0 34.96rpx;
background-color: #ffffff;
border-radius: 28.85rpx;
border: solid 1.92rpx #e5e5e5;
}
.text-wrapper_2 {
padding: 42.44rpx 0 31.02rpx;
background-color: #ff8d1a;
}
.text_3 {
color: #ffffff;
font-size: 30.77rpx;
font-family: SourceHanSansCN;
line-height: 28.46rpx;
}
.input {
padding: 34.62rpx 38.38rpx 32.69rpx 38.38rpx;
}
.input_1 {
padding: 32.69rpx 38.77rpx 34.62rpx 38.77rpx;
}