123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- .img-div {
- background-color: #fff;
- margin-top: 10px;
- height: 70px;
- border: 1px solid #e1e1e1;
- border-left: 0;
- border-right: 0;
- }
- .img-top {
- vertical-align: top;
- margin-top: 5px;
- border-left: 0;
- padding: 10px 10px;
- /*float: left;*/
- }
- .img-cover {
- /*float: left;*/
- padding: 10px 12px;
- /*padding-left: 0px;*/
- }
- .img-bottom {
- /*width: 52%;*/
- font-size: 12px;
- /*float: left;*/
- padding: 10px;
- color: #CDCDCD
- }
- .content {
- background-color: #fff;
- width: 100%;
- height: 40px;
- line-height: 40px;
- padding-left: 10px;
- border-top: 1px solid #e1e1e1;
- }
- textarea {
- height: 150px;
- margin-bottom: 0 !important;
- padding-bottom: 0 !important;
- border-top: 1px solid #e1e1e1;
- border-bottom: 1px solid #e1e1e1;
- font-size: 13px
- }
- .max-img {
- background-color: #fff;
- border: 1px solid #e1e1e1;
- border-left: 0;
- border-right: 0;
- }
- .max-img p.text {
- color: #333;
- padding: 10px 10px;
- }
- .max-img .img-center {
- padding: 10px 20px;
- padding-top: 0px
- }
- .use-range {
- background-color: #fff;
- }
- .use-range p {
- padding: 10px 10px;
- padding-bottom: 8px;
- }
- .radio-button {
- padding-left: 20px;
- padding-right: 20px;
- padding-bottom: 10px;
- }
- input[type=text] {
- margin-bottom: 0;
- }
- .handle-bar {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- z-index: 10;
- display: -webkit-box;
- padding: 10px 0;
- }
- .handle-bar div {
- -webkit-box-flex: 1;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- position: relative;
- text-align: center;
- height: 24px;
- border-right: 1px solid #e1e1e1;
- }
- .handle-bar div:last-child {
- border-right: 0;
- ;
- }
- .add-img2 {
- float: left;
- /*margin: 10px 10px 10px 0px;*/
- position: relative;
- padding: 10px;
- margin-right: 3px;
- }
- .delete-icons,
- .delete-icon {
- position: absolute;
- top: 1px;
- right: 1px;
- width: 18px;
- }
- .form-control {
- border-left: 0;
- }
- .input-group.input-border .input-group-addon {
- padding: 10px;
- }
- .input-group .form-control {
- border-left: 0px;
- }
- .input-group .fa-angle-right {
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -10px;
- font-size: 20px;
- color: #999;
- }
- .h-100 {
- height: 100px;
- }
- .mb55{
- margin-bottom: 55px;
- }
- .img-div2{
- position: relative;
- padding: 10px;
- }
- .img-div2 .image{
- width: 50px;
- height: 50px;
- object-fit: contain;
- }
- .t0 {
- top: 0;
- }
- .pb50 {
- padding-bottom: 50px;
- }
|