记得上下班打卡 | git大法好,push需谨慎

Commit 5e9ab309 authored by dongchun's avatar dongchun

修改手机号格式

parent 0f0958be
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
margin-right: 2px; margin-right: 2px;
} }
#detailPro .detail_inner { #detailPro .detail_inner {
margin-bottom: 20px; /* margin-bottom: 20px; */
} }
#detailPro .detail_title { #detailPro .detail_title {
margin-top: 50px; margin-top: 50px;
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
let add = `<div style="height:300px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;"> let add = `<div style="height:300px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;">
<p style="border-bottom: 1px solid #000;width: 100%;text-align: center;">创建特邀代理</p> <p style="border-bottom: 1px solid #000;width: 100%;text-align: center;">创建特邀代理</p>
<input id="name" type="text" placeholder="特邀代理姓名" style="width:200px;height: 30px;"> <input id="name" type="text" placeholder="特邀代理姓名" style="width:200px;height: 30px;">
<input id="phone" type="text" placeholder="特邀代理手机号" style="width:200px;height: 30px;"> <input id="phone" maxlength="11" type="text" placeholder="特邀代理手机号" style="width:200px;height: 30px;">
<input id="text" type="text" placeholder="代理描述" style="width:200px;height: 30px;"> <input id="text" type="text" placeholder="代理描述" style="width:200px;height: 30px;">
<select name="" id="performance" style="width:200px;height: 30px;"> <select name="" id="performance" style="width:200px;height: 30px;">
<option value="" disabled selected>选择演出</option> <option value="" disabled selected>选择演出</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment