| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- .ldtp-cl {
- border: 1px solid #e6e6e6;
- padding: 0;
- }
- .latp_title {
- background:#18a689;
- font-size: 16px;
- padding: 5px;
- text-align: center;
- color: #FFFFFF;
- }
- .boxCon {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 10px 15px;
- }
- .inpBox {
- height: 27px;
- width: 170px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .boxCon>div {
- padding: 5px;
- margin-bottom: 11px;
- }
- .boxCon label {
- text-align: right;
- }
- .inps {
- width: 167px;
- height: 24px;
- outline: none;
- border: 1px solid #e6e6e6;
- padding: 0;
- padding-left: 3px;
- }
- .xl {
- display: inline-block;
- background: url(../../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- background-color: #1ab394;
- cursor: pointer;
- }
- #Bc {
- padding: 7px;
- }
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 26px;
- z-index: 10;
- display: none;
- height: 100px;
- overflow-y: auto;
- }
- .xl_common {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 26px;
- z-index: 10;
- display: none;
- /*height: 100px;*/
- overflow-y: auto;
- }
- .xl_common li {
- padding-top: 5px;
- cursor: pointer;
- }
- .xl_common li:hover {
- background: #EBEBEB;
- }
- .ld-service {
- margin-top: 10px;
- }
- .ld-service li {
- float: left;
- padding: 5px 10px;
- cursor: pointer;
- }
- .cr-click {
- background: #000000;
- color: #FFFFFF;
- cursor: pointer;
- }
- #sqzx td {
- padding: 6px 0 5px 10px;
- }
- #sqzx th {
- padding: 5px 8px 5px 0;
- text-align: right;
- }
- textarea {
- width: 400px;
- border: 1px solid #e6e6e6;
- outline: none;
- padding: 5px 10px;
- }
- .sqzx {
- border: 1px solid #e6e6e6;
- border-radius: 5px;
- margin: 15px 0;
- display: none;
- }
- .btns {
- text-align: center;
- }
- .btns input {
- padding: 5px 10px;
- margin: 10px 0;
- }
- .Shows {
- display: block;
- }
- .de_icon {
- position: absolute;
- top: 0;
- right: 25px;
- line-height: 27px;
- cursor: pointer;
- display: none;
- }
- .boxCon_label{
- width: 32%;
- }
- .boxCon_input{
- width:68%;
- float: right;
- }
- .boxCon_input input{
- border: 1px solid #e6e6e6;
- padding-left: 3px;
- height: 24px;
- width: 100%;
- }
- select.form-control{
- padding: 0 5px;
- }
|