| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- body{
- background: #FFFFFF;
- }
- ol,ul,dl,a{
- margin: 0;
- padding: 0;
- }
- b.text_require {
- color: #409eff;
- }
- .form-group{
- overflow: hidden;
- margin-top: 20px;
- margin-bottom: 45px;
- display: block;
- }
- .line-height-30{
- line-height: 30px;
- }
- .form-control{
- width: 95%;
- }
- .text-left{
- line-height: 40px;
- }
- .editclass{
- display: none;
- width: 60%;
- border: 1px solid #ebebeb;
- }
- .editclass .title ul{
- overflow: hidden;
- }
- .editclass .title ul li{
- float: left;
- width: 16.6667%;
- text-align: center;
- height: 40px;
- line-height: 40px;
- background: #fafafa;
- border-right: 1px solid #ebebeb;
- border-bottom: 1px solid #ebebeb;
- }
- .editclass .title ul li:last-child{
- border-right: none;
- }
- .editclass .title ul li:first-child{
- border-bottom: none;
- background: #FFFFFF;
- }
- .editclass .contial{
- height: 210px;
- }
- .editclass .contial ul{
- line-height: 40px;
- margin-left: 10px;
- }
- .editclass .contial ul li{
- float: left;
- margin: 0 30px 0px 0px;
- line-height: 40px;
- cursor: pointer;
- }
- .editclass .contial ul li:hover{
- color: #249fea;
- }
- .title_liadd{
- border-bottom: none;
- background: #FFFFFF;
- }
|