| 1234567891011121314151617181920212223242526272829303132333435 |
- .bg{
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
- }
- .cropper-wrapper{
- width: 600px;
- height: 340px;
- .img-box{
- height: 340px;
- width: 430px;
- border: 1px solid #ebebeb;
- display: inline-block;
- .bg;
- img{
- max-width: 100%;
- display: block;
- }
- }
- .right-con{
- display: inline-block;
- width: 170px;
- vertical-align: top;
- box-sizing: border-box;
- padding: 0 10px;
- .preview-box{
- height: 150px !important;
- width: 100% !important;
- overflow: hidden;
- border: 1px solid #ebebeb;
- .bg;
- }
- .button-box{
- padding: 10px 0 0;
- }
- }
- }
|