|
|
@ -28,7 +28,7 @@ |
|
|
|
<div class="h-6 bg-gray-100"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="task-bar h-96 w-full bg-gray-100 p-4"> |
|
|
|
<div class="task-bar h-96 w-full bg-gray-100"> |
|
|
|
<div class="flex mb-3"> |
|
|
|
<!-- <div class="flex flex-col items-center"> |
|
|
|
<div class="rounded-full h-8 w-8 mb-1 bg-gray-100 border-2 border-blue-500"></div> |
|
|
@ -37,36 +37,96 @@ |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<div class="flex-1" style="height: 13rem;"> |
|
|
|
<div class="rounded-lg bg-white p-3" style="height: 100%;"> |
|
|
|
<div class="flex-1" style="height: 55rem;"> |
|
|
|
<div class="rounded-lg" style="height: 100%;"> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="alert('hello')">测试组建1</button> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button> |
|
|
|
|
|
|
|
<div data-tname="考勤" data-pid="1433332016270811136" data-uid="1217647686598135808" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%"> |
|
|
|
<div data-root="p1432643387798069248" style="height:100%;width:100%;"> |
|
|
|
<div class="title"></div> |
|
|
|
<ul> |
|
|
|
<li class="flex h-12 items-center border-b"> |
|
|
|
<span class="flex-1 text-center text-xs text-gray-400">姓名</span> |
|
|
|
<span class="flex-1 text-center text-xs text-gray-400">年龄</span> |
|
|
|
<span class="flex-1 text-center text-xs text-gray-400">性别</span> |
|
|
|
<span class="flex-1 text-center text-xs text-gray-400">联系方式</span> |
|
|
|
<span class="flex-1 text-center text-xs text-gray-400">目标</span> |
|
|
|
</li> |
|
|
|
<li class="flex h-12 items-center border-b"> |
|
|
|
<span class="flex-1 text-center text-xs">张三</span> |
|
|
|
<span class="flex-1 text-center text-xs">32</span> |
|
|
|
<span class="flex-1 text-center text-xs">女</span> |
|
|
|
<span class="flex-1 text-center text-xs">15525082578</span> |
|
|
|
<span class="flex-1 text-center text-xs">裁判员</span> |
|
|
|
</li> |
|
|
|
<form action=""> |
|
|
|
<div class="h-12 pl-4 text-sm" style="line-height: 3rem;color: #595959;">个人基本信息</div> |
|
|
|
<div class="bg-white pl-4 pr-4"> |
|
|
|
<div> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">姓名</label> |
|
|
|
<input class="text-sm text-right outline-none" id="name" type="text" placeholder="请输入您的姓名"> |
|
|
|
</div> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">性别</label> |
|
|
|
<div> |
|
|
|
<input class="text-sm" type="radio" name="gender" value="woman"> 女 |
|
|
|
<input class="text-sm" type="radio" name="gender" value="man"> 男 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">年龄</label> |
|
|
|
<input class="text-sm text-right outline-none" id="age" value="age" type="number" placeholder="请输入您的年龄"> |
|
|
|
</div> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8"> |
|
|
|
<label class="text-sm text-gray-400" border-b>身份</label> |
|
|
|
<div class="flex flex-nowrap rounded-md startBtnBox"> |
|
|
|
<div class="startBtn text-sm">跳绳爱好者</div> |
|
|
|
<div class="flex flex-nowrap ml-4"> |
|
|
|
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/right.svg" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="h-12 pl-4 text-sm" style="line-height: 3rem;color: #595959;">联系方式</div> |
|
|
|
<div class="bg-white pl-4 pr-4"> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">地址</label> |
|
|
|
<input class="text-sm text-right outline-none" id="address" type="text" placeholder="请输入您的详细地址"> |
|
|
|
</div> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">电话</label> |
|
|
|
<input class="text-sm text-right outline-none" id="phone" type="text" placeholder="请输入您的电话"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="h-12 pl-4 text-sm" style="line-height: 3rem;color: #595959;">培训目标</div> |
|
|
|
<div class="bg-white pl-4 pr-4"> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">目标</label> |
|
|
|
<div class="flex flex-nowrap rounded-md startBtnBox"> |
|
|
|
<div class="startBtn text-sm">裁判员</div> |
|
|
|
<div class="flex flex-nowrap ml-4"> |
|
|
|
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/right.svg" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="h-12 pl-4 text-sm" style="line-height: 3rem;color: #595959;">缴费</div> |
|
|
|
<!-- <div class="bg-white pl-4 pr-4"> |
|
|
|
<div class="flex justify-between items-center h-12 pl-8 pr-8 border-b"> |
|
|
|
<label class="text-sm text-gray-400">选择支付方式</label> |
|
|
|
<div class="flex flex-nowrap rounded-md startBtnBox"> |
|
|
|
<div class="flex flex-nowrap ml-4" onclick="p1432643387798069248.jumpDetails(this)"> |
|
|
|
<img style="width:15px" src="https://www.tall.wiki/staticrec/icon/right.svg" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="paymentDocument pl-8"> |
|
|
|
<p class="text-sm text-gray-400">上传支付凭证(仅支持jpg格式)</p> |
|
|
|
<div class="uploadJpg bg-gray-100 border-dashed border-gray-900"> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<div class="apply pl-8 pr-8"> |
|
|
|
<button class="bg-blue-500 text-white text-base apply-btn" onclick="immediatelyApply()">立即报名</button> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
|
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
|
|
function immediatelyApply(){ |
|
|
|
console.log('立即报名'); |
|
|
|
} |
|
|
|
// var p1432643387798069248 = { |
|
|
|
// token: '', |
|
|
|
// projectId: '', |
|
|
@ -434,12 +494,12 @@ |
|
|
|
<!-- 示例插件2 id=100--> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button> |
|
|
|
<script> |
|
|
|
const p100 = { |
|
|
|
/* const p100 = { |
|
|
|
name: 'hello tall plugin', |
|
|
|
show() { |
|
|
|
alert(this.name) |
|
|
|
} |
|
|
|
} |
|
|
|
} */ |
|
|
|
</script> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -454,5 +514,22 @@ |
|
|
|
.content::-webkit-scrollbar, .task-bar::-webkit-scrollbar{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
.paymentDocument{ |
|
|
|
height: 10.25rem; |
|
|
|
padding-top: .9375rem; |
|
|
|
} |
|
|
|
.uploadJpg{ |
|
|
|
width: 6.5rem; |
|
|
|
height: 6.5rem; |
|
|
|
margin-top: .8125rem; |
|
|
|
} |
|
|
|
.apply{ |
|
|
|
height: 2.5rem; |
|
|
|
margin-top: 3.75rem; |
|
|
|
} |
|
|
|
.apply-btn{ |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</html> |