| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .m-kuang {
- width: 80%;
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- outline: none;
- vertical-align: middle;
- }
- table th {
- width: 20%;
- text-align: right;
- border-top: 0!important;
- }
- table td {
- border-top: 0!important;
- }
- .daoHang {
- border-bottom: 1px solid #ccc;
- }
- .content {
- margin-top: 15px;
- }
- .inps {
- width: 95%;
- height: 30px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .inpBox {
- border: 1px solid #ccc;
- height: 32px;
- width: 80%;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .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: #f7bc8b; */
- cursor: pointer;
- }
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 32px;
- display: none;
- z-index: 9999;
- }
|