97 lines
1.1 KiB
Plaintext
97 lines
1.1 KiB
Plaintext
.tax{
|
|
.group{
|
|
padding: 0 40% 0 10%;
|
|
.item{
|
|
width: 207px;
|
|
height: 60px;
|
|
padding: 20px;
|
|
cursor: pointer;
|
|
margin-top: 10px;
|
|
.img{
|
|
|
|
}
|
|
.label{
|
|
margin-top: 5px;
|
|
margin-left: 15px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.item:hover{
|
|
background-color: #E9F5FF;
|
|
}
|
|
|
|
.item div{
|
|
float: left;
|
|
}
|
|
}
|
|
.group div{
|
|
float: left;
|
|
}
|
|
|
|
.g1{
|
|
.label{
|
|
margin-top: 1px !important;
|
|
}
|
|
}
|
|
|
|
.form{
|
|
padding: 20px 25%;
|
|
}
|
|
|
|
.step{
|
|
padding: 30px 30%;
|
|
}
|
|
|
|
.title{
|
|
margin: 0 20px;
|
|
border-bottom: 1px solid #EEE;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.title span:first-child{
|
|
|
|
}
|
|
.title span:last-child{
|
|
display: inline-block;
|
|
float: right;
|
|
color: #2db7f5;
|
|
}
|
|
.title span:last-child:hover{
|
|
cursor: pointer;
|
|
color: #108EE9
|
|
}
|
|
.buttonIcons{
|
|
display: inline;
|
|
margin-right: 5px;
|
|
}
|
|
.buttonIcons div{
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
}
|
|
}
|
|
|
|
.dialog{
|
|
.form{
|
|
padding: 20px 10%;
|
|
}
|
|
.preInfo{
|
|
padding: 30px 15%;
|
|
.info{
|
|
padding: 15px 0;
|
|
}
|
|
.info>div{
|
|
display: inline-block;
|
|
}
|
|
.img{
|
|
|
|
}
|
|
.desc{
|
|
margin-left: 20px;
|
|
font-size:14px;
|
|
}
|
|
|
|
.desc div:last-child{
|
|
color: #999999
|
|
}
|
|
}
|
|
} |