/*head部分*/
|
.am-header-default{
|
background-color:#3bb4f2;
|
}
|
/*会员注册等级信息*/
|
.down{
|
background: url(../../images/dingImg/down.png) ;
|
background-position: 60% 60%;
|
background-size: 100%;
|
display: block;
|
position: relative;
|
bottom:15px;
|
height:10px;
|
width: 15px;
|
float:right;
|
transition: 0.2s linear;
|
}
|
.am-list{
|
margin: 0px;
|
}
|
.am-panel{
|
margin-left:15px;
|
}
|
.am-table{
|
margin: 0px;
|
}
|
.vipMsg{
|
display:none;
|
}
|
/*会员注册结束*/
|
/*form表单部分*/
|
.main{
|
margin:10px 20px 15% 2px;
|
|
}
|
.main3{
|
border: 1px solid #eee;
|
margin: 2.0rem;
|
box-shadow: 0 0 5px #ddd;
|
}
|
.input-btn{
|
margin:1.0rem 2.0rem;
|
}
|
|
|
.am-input-group-primary .am-input-group-label{
|
background-color:#fff;
|
color:#666;
|
border:none;
|
text-align:left;
|
}
|
.am-form select{
|
|
border:1px solid #3bb4f2;
|
}
|
.am-input-group-primary.am-input-group .am-form-field{
|
border-color:#3bb4f2;
|
border:0;
|
border-bottom:1px solid #eee;
|
color: rgba(255, 14, 0, 0.50);
|
font-weight:700;
|
}
|
|
.inputBtn{
|
margin-left:20px;
|
margin-right:5px;
|
}
|
|
.main .bot{
|
margin-bottom:0;
|
}
|
/*图片上传 */
|
.head-img{
|
position:relative;
|
text-align:center;
|
margin-bottom:20px;
|
overflow:hidden;
|
|
}
|
.uplode{
|
position:absolute;
|
margin:0 auto;
|
top: 0; left: 0; bottom: 0; right: 0;
|
|
opacity:0;
|
width:100px;
|
height:100px;
|
}
|
.head-img1{
|
|
width:100px;
|
height:100px;
|
|
}
|
.center{
|
text-align:center;
|
}
|
.line{
|
height:1px;
|
background:#eee;
|
}
|
.line1{
|
height:1px;
|
background:#eee;
|
margin:0 40px;
|
width:100%;
|
}
|
.msghead{
|
margin:0;
|
}
|
.content{
|
padding:1.2rem;
|
background:#eee;
|
}
|
.content1{
|
background:#fff;
|
border:1px solid #ddd;
|
box-shadow:0 0 3px #ccc;
|
}
|
.am-input-group-primary .color-black{
|
color:#333;
|
}
|
.am-input-group-primary .color-y{
|
color:orange;
|
}
|
.am-input-group-primary .color-r{
|
color:rgba(255, 14, 0, 0.50);
|
font-weight:700;
|
}
|
.am-input-group-primary .color-num{
|
color:#3BB4F2;
|
}
|
.am-input-group-primary .color-gray{
|
color:#999;
|
}
|
.am-form #input-bottom{
|
border:0;
|
border-bottom:1px solid #eee;
|
padding-left: 1.4rem;
|
}
|
.am-form-group{
|
margin-bottom:1rem;
|
}
|
|