| xqd
@@ -101,6 +101,12 @@
|
|
|
.imgbox img{
|
|
|
height: 40px;
|
|
|
}
|
|
|
+ #tform .input span{
|
|
|
+ width: 21%;
|
|
|
+ }
|
|
|
+ #tform .input input{
|
|
|
+ width: 79%;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
| xqd
@@ -269,7 +275,7 @@
|
|
|
<img class="col-xs-9 col-lg-10" src="{{cdn_asset('/assets/img/top.jpg')}}" alt="">
|
|
|
</div>
|
|
|
|
|
|
- <form class="bs-example bs-example-form main" role="form">
|
|
|
+ <form id="tform" class="bs-example bs-example-form main" role="form">
|
|
|
<div class="col-xs-12 col-lg-4 input-group input">
|
|
|
<span class="input-group-addon">姓名:</span>
|
|
|
<input type="text" class="form-control" name="name" id="name" placeholder="请输入姓名" required>
|