UNPKG

zoomla

Version:

16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统

21 lines 1.42 kB
/*! * jQuery UI Resizable 1.9.2 * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative;} .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; border-radius:50%;width:25px;height:25px;border:1px solid #08a1ef;background-color:#fff; right: -15px; bottom: -15px; } .ui-resizable-sw { cursor: sw-resize; border-radius:50%;width:25px;height:25px;border:1px solid #08a1ef;background-color:#fff; left: -15px; bottom: -15px; } .ui-resizable-nw { cursor: nw-resize; border-radius:50%;width:25px;height:25px;border:1px solid #08a1ef;background-color:#fff; left: -15px; top: -15px;} .ui-resizable-ne { cursor: ne-resize; border-radius:50%;width:25px;height:25px;border:1px solid #08a1ef;background-color:#fff; right: -15px; top: -15px;}