123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- .fav-box {
- width: 100%;
- height: 360px;
- }
- .input-box {
- width: 100%;
- height: 40px;
- line-height: 40px;
- margin-bottom: 8px;
- }
- .input-box > div,
- .img-box > div,
- .img-box-right > div {
- float: left;
- }
- .img-box {
- width: 100%;
- height: 360px;
- }
- .img-box-left {
- width: 120px;
- height: 100%;
- }
- .img-box-right {
- width: 700px;
- height: 100%;
- margin-left: 10px;
- }
- .img-box-left > div {
- cursor: pointer;
- width: 100px;
- margin-bottom: 10px;
- padding: 5px 0px;
- text-align: center;
- margin-left: 10px;
- }
- .img-content {
- width: 640px;
- height: 100%;
- }
- .img-action {
- width: 40px;
- height: 100%;
- }
- #imgUpload {
- position: absolute;
- top: 0;
- right: 0;
- opacity: 0;
- height: 100%;
- width: 100%;
- cursor: pointer;
- }
- .file-btn {
- width: 30px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- background: #1c84c6;
- cursor: pointer;
- border-radius: 3px;
- background-repeat: no-repeat;
- background-size: 20px 20px;
- background-position: center center;
- }
- .img-btn {
- width: 30px;
- height: 30px;
- margin-left: 5px;
- position: relative;
- cursor: pointer;
- margin-bottom: 15px;
- }
- .file-open{
- background-image: url("../../../AFrontEnd/plugins/cropper/icon/upload.png");
- }
- .file-copy{
- background-image: url("../../../AFrontEnd/plugins/cropper/icon/copy.png");
- }
- .file-reset{
- background-image: url("../../../AFrontEnd/plugins/cropper/icon/reset.png");
- }
- .file-out{
- background-image: url("../../../AFrontEnd/plugins/cropper/icon/zoomOut.png");
- }
- .file-in{
- background-image: url("../../../AFrontEnd/plugins/cropper/icon/zoomIn.png");
- }
- .file-delete{
- background-image: url("../../../AFrontEnd/plugins/cropper/icon/delete.png");
- }
- .img-tips{
- width: 100%;
- height: 320px;
- line-height: 320px;
- text-align: center;
- font-size: 36px;
- color: #aaaaaa;
- z-index: 9999;
- }
|