211 lines
3.9 KiB
Plaintext
211 lines
3.9 KiB
Plaintext
|
|
//------------------------------下面是各个模块的样式
|
|
//个人资料模块
|
|
@nick_input_row_height: 45px;
|
|
.nick_input_row {
|
|
height: @nick_input_row_height;
|
|
line-height: @nick_input_row_height;
|
|
margin: 20px auto;
|
|
|
|
.label {
|
|
width: 110px;
|
|
height: @nick_input_row_height;
|
|
line-height: @nick_input_row_height;
|
|
text-align: right;
|
|
font-size: 18px;
|
|
padding-right: 20px;
|
|
float: left;
|
|
}
|
|
|
|
.input {
|
|
width: 430px;
|
|
height: @nick_input_row_height;
|
|
line-height: @nick_input_row_height;
|
|
font-size: 18px;
|
|
float: left;
|
|
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.gender_input {
|
|
background: none;
|
|
}
|
|
|
|
.gender_input label {
|
|
margin: auto 15px;
|
|
}
|
|
|
|
.input input {
|
|
width: 430px;
|
|
max-width: 90%;
|
|
height: @nick_input_row_height;
|
|
line-height: @nick_input_row_height;
|
|
font-size: 18px;
|
|
float: left;
|
|
text-indent: 10px;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.code_input {
|
|
width: 270px;
|
|
}
|
|
|
|
.tel_do_code {
|
|
width: 150px;
|
|
height: @nick_input_row_height;
|
|
line-height: @nick_input_row_height;
|
|
font-size: 18px;
|
|
float: left;
|
|
text-indent: 10px;
|
|
border: none;
|
|
outline: none;
|
|
color: white;
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.msg {
|
|
width: 240px;
|
|
height: @nick_input_row_height;
|
|
line-height: @nick_input_row_height;
|
|
font-size: 18px;
|
|
float: left;
|
|
text-indent: 10px;
|
|
}
|
|
|
|
|
|
.input input[type="radio"] {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.input input[type="radio"] + span {
|
|
width: 15px;
|
|
height: 15px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
background: url("/static/images/ico2_12.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.input input[type="radio"]:checked + span {
|
|
background: url("/static/images/ico2_10.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.confirm_btn{
|
|
width: 150px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin: 30px auto;
|
|
font-size: 18px;
|
|
background: #d84848;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
//地址管理
|
|
|
|
.address_container {
|
|
padding: 20px 30px;
|
|
|
|
.add_address {
|
|
width: 175px;
|
|
height: 120px;
|
|
padding: 20px 0;
|
|
border: 1px solid #eeeeee;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
.add_address img {
|
|
display: block;
|
|
margin: 15px auto;
|
|
}
|
|
|
|
.add_address_list {
|
|
padding: 20px 30px;
|
|
border: 1px solid #eeeeee;
|
|
border-radius: 5px;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.add_address_default {
|
|
background: url("/static/images/personal/address_07.jpg") no-repeat;
|
|
background-size: 43px 43px;
|
|
background-position: bottom right;
|
|
}
|
|
|
|
.add_address_list .position {
|
|
font-size: 18px;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
.add_address_list .address_info {
|
|
font-size: 14px;
|
|
color: #666666;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.add_address_list .edit_btn {
|
|
color: #d84848;
|
|
}
|
|
|
|
//
|
|
|
|
}
|
|
|
|
//添加修改地址
|
|
.address_form {
|
|
width: 800px;
|
|
padding: 30px ;
|
|
margin: 30px auto;
|
|
background: #f4f4f4;
|
|
|
|
.title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #d84848;
|
|
margin: 20px auto;
|
|
}
|
|
@address_form_height: 45px;
|
|
.form_row{
|
|
width: 430px;
|
|
height: @address_form_height;
|
|
line-height: @address_form_height;
|
|
margin: 10px 0;
|
|
}
|
|
.address_info_row{
|
|
height: auto;
|
|
background: white;
|
|
}
|
|
.address_info_row .address_info_msg{
|
|
font-size: 14px;
|
|
text-indent: 10px;
|
|
}
|
|
.address_info_row textarea{
|
|
border: none;
|
|
resize: none;
|
|
}
|
|
.form_row .submit-btn{
|
|
width: 120px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
color: white;
|
|
background: #d84848;
|
|
margin: auto;
|
|
}
|
|
}
|
|
|