第一次提交

This commit is contained in:
wangxiaowei
2025-06-11 10:21:51 +08:00
commit 52932d54b1
2341 changed files with 185283 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
{
"navigationBarTitleText": "表单",
"enablePullDownRefresh": false,
"usingComponents": {
"mpvue-city-picker": "/components/mpvue-citypicker/mpvueCityPicker",
"upload": "/components/upload/upload"
}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.table-item{margin-bottom:16rpx;background-color:#fff;border-radius:8rpx;padding:26rpx;box-sizing:border-box}.make-top{font-size:26rpx;color:#333;margin-bottom:33rpx;font-weight:600}.uni-list{flex:1}.radio_group{width:44rpx;height:44rpx;box-sizing:border-box;border-radius:50%;background-color:#fff;border:2rpx solid #e2231a}.radio_group.active{background-color:#fff;border:11rpx solid #e2231a}.selectpicker{width:693rpx;height:65rpx;line-height:65rpx;padding:0 23rpx;box-sizing:border-box;border:2rpx solid #bfbfbf;border-radius:5rpx;font-size:26rpx;font-weight:500;color:#575757;display:flex;justify-content:space-between;align-items:center}.selectpicker .jiantou{color:#575757;font-size:22rpx}.textarea-box{width:695rpx;border:2rpx solid #bfbfbf;border-radius:5rpx;font-size:26rpx;font-weight:500;color:#575757;padding:26rpx;box-sizing:border-box}.table-item-box{width:695rpx;border:2rpx solid #bfbfbf;border-radius:5rpx;font-size:26rpx;font-weight:500;color:#575757;padding:0 15rpx;box-sizing:border-box}.btn-red{width:160rpx;height:60rpx;border-radius:12rpx;padding:0;display:flex;justify-content:center;align-items:center;font-size:26rpx}.submit{width:699rpx;height:93rpx;display:flex;justify-content:center;align-items:center;background:#ee1413;box-shadow:7rpx 12rpx 13rpx 0rpx rgba(238,20,19,.03529411764705882);border-radius:10rpx;font-size:32rpx;font-family:PingFang;font-weight:800;color:#fff;margin:70rpx auto}