| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 | 
							- /*common
 
- */
 
- body {
 
-     margin: 0;
 
- }
 
- table {
 
-     width: 100%;
 
- }
 
- table td {
 
-     padding: 2px 4px;
 
-     vertical-align: middle;
 
- }
 
- a {
 
-     text-decoration: none;
 
- }
 
- em {
 
-     font-style: normal;
 
- }
 
- .border_style1 {
 
-     border: 1px solid #ccc;
 
-     border-radius: 5px;
 
-     box-shadow: 2px 2px 5px #d3d6da;
 
- }
 
- /*module
 
- */
 
- .main {
 
-     margin: 20px 20px 0;
 
-     overflow: hidden;
 
- }
 
- .hot {
 
-     float: left;
 
- }
 
- .drawBoard {
 
-     position: relative;
 
-     cursor: crosshair;
 
- }
 
- .brushBorad {
 
-     position: absolute;
 
-     left: 0;
 
-     top: 0;
 
-     z-index: 998;
 
- }
 
- .picBoard {
 
-     border: none;
 
-     text-align: center;
 
-     line-height: 300px;
 
-     cursor: default;
 
- }
 
- .operateBar {
 
-     margin-top: 10px;
 
-     font-size: 12px;
 
-     text-align: center;
 
- }
 
- .operateBar span {
 
-     margin-left: 10px;
 
-     margin-right: 18px;
 
- }
 
- .drawToolbar {
 
-     float: right;
 
-     width: 175px;
 
-     height: 372px;
 
-     overflow: hidden;
 
- }
 
- .colorBar {
 
-     margin-top: 10px;
 
-     margin-left: 10px;
 
-     font-size: 12px;
 
-     text-align: center;
 
- }
 
- #J_removeImg {
 
-     display: block;
 
-     margin-top: 18px;
 
- }
 
- #J_addImg {
 
-     display: block;
 
-     margin-top: 16px;
 
- }
 
- .colorBar #J_colorList tr {
 
-     height: 32px;
 
- }
 
- .colorBar a {
 
-     display: block;
 
-     width: 16px;
 
-     height: 16px;
 
-     border: 1px solid #1006F1;
 
-     border-radius: 8px;
 
-     box-shadow: 2px 2px 5px #d3d6da;
 
-     opacity: 0.6
 
- }
 
- .sectionBar {
 
-     margin-top: 20px;
 
-     font-size: 12px;
 
-     text-align: center;
 
-     display: flex;
 
-     justify-content: center;
 
-     align-items: center;
 
- }
 
- /*.sectionBar a{display:inline-block;width:10px;height:12px;color: #888;text-indent: -999px;opacity: 0.3}*/
 
- /*.size1{background: url('images/size.png') 1px center no-repeat ;}*/
 
- /*.size2{background: url('images/size.png') -10px center no-repeat;}*/
 
- /*.size3{background: url('images/size.png') -22px center no-repeat;}*/
 
- /*.size4{background: url('images/size.png') -35px center no-repeat;}*/
 
- .size1 {
 
-     width: 4px;
 
-     height: 4px;
 
-     border-radius: 2px;
 
-     text-indent: -999px;
 
-     opacity: 0.3;
 
-     display: block;
 
-     background-color: #3498db;
 
-     margin-right: 17px;
 
-     margin-left: 15px;
 
- }
 
- .size2 {
 
-     width: 8px;
 
-     height: 8px;
 
-     border-radius: 4px;
 
-     text-indent: -999px;
 
-     opacity: 0.3;
 
-     display: block;
 
-     margin-right: 17px;
 
-     background-color: #3498db;
 
- }
 
- .size3 {
 
-     width: 12px;
 
-     height: 12px;
 
-     border-radius: 6px;
 
-     text-indent: -999px;
 
-     opacity: 0.3;
 
-     display: block;
 
-     background-color: #3498db;
 
-     margin-right: 17px;
 
- }
 
- .size4 {
 
-     width: 16px;
 
-     height: 16px;
 
-     border-radius: 8px;
 
-     text-indent: -999px;
 
-     opacity: 0.3;
 
-     display: block;
 
-     background-color: #3498db;
 
- }
 
- .addImgH {
 
-     position: relative;
 
- }
 
- .addImgH_form {
 
-     position: absolute;
 
-     left: 18px;
 
-     top: -1px;
 
-     width: 75px;
 
-     height: 21px;
 
-     opacity: 0;
 
-     cursor: pointer;
 
- }
 
- .addImgH_form input {
 
-     width: 100%;
 
- }
 
- /*scrawl遮罩层
 
- */
 
- .maskLayerNull {
 
-     display: none;
 
- }
 
- .maskLayer {
 
-     position: absolute;
 
-     top: 0;
 
-     left: 0;
 
-     width: 100%;
 
-     height: 100%;
 
-     opacity: 0.7;
 
-     background-color: #fff;
 
-     text-align: center;
 
-     font-weight: bold;
 
-     line-height: 410px;
 
-     z-index: 1000;
 
- }
 
- .maskLayer input {
 
-     border-radius: 2px;
 
-     border: 1px solid #ccc;
 
-     padding: 4px 12px;
 
- }
 
- /*btn state
 
- */
 
- .previousStepH .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
- }
 
- .previousStepH .text {
 
-     color: #888;
 
-     cursor: pointer;
 
- }
 
- .previousStep .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
- }
 
- .previousStep .text {
 
-     color: #ccc;
 
-     cursor: default;
 
- }
 
- .nextStepH .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
- }
 
- .nextStepH .text {
 
-     color: #888;
 
-     cursor: pointer;
 
- }
 
- .nextStep .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
- }
 
- .nextStep .text {
 
-     color: #ccc;
 
-     cursor: default;
 
- }
 
- .clearBoardH .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     /*background-image: url('images/empty.png');*/
 
-     cursor: default;
 
- }
 
- .clearBoardH .text {
 
-     color: #888;
 
-     cursor: pointer;
 
- }
 
- .clearBoard .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     /*background-image: url('images/empty.png');*/
 
-     cursor: default;
 
- }
 
- .clearBoard .text {
 
-     color: #ccc;
 
-     cursor: default;
 
- }
 
- .scaleBoardH .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
- }
 
- .scaleBoardH .text {
 
-     color: #888;
 
-     cursor: pointer;
 
- }
 
- .scaleBoard .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
- }
 
- .scaleBoard .text {
 
-     color: #ccc;
 
-     cursor: default;
 
- }
 
- .removeImgH .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     background-image: url('images/delimgH.png');
 
-     cursor: pointer;
 
- }
 
- .removeImgH .text {
 
-     color: #888;
 
-     cursor: pointer;
 
- }
 
- .removeImg .icon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     background-image: url('images/delimg.png');
 
-     cursor: default;
 
- }
 
- .removeImg .text {
 
-     color: #fff;
 
-     cursor: default;
 
-     padding: 7px 12px;
 
-     border-radius: 6px;
 
-     background-color: #f25f5f;
 
- }
 
- .addImgH .icon {
 
-     vertical-align: top;
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     background-image: url('images/addimg.png')
 
- }
 
- .addImgH .text {
 
-     color: #888;
 
-     cursor: pointer;
 
-     padding: 7px 12px;
 
-     border-radius: 6px;
 
-     background-color: #f3f3f3;
 
- }
 
- /*icon
 
- */
 
- .brushIcon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     font-size: 16px;
 
-     margin-top: -5px;
 
- }
 
- .eraserIcon {
 
-     display: inline-block;
 
-     width: 16px;
 
-     height: 16px;
 
-     font-size: 18px !important;
 
-     margin-top: -16px;
 
- }
 
- .icon {
 
-     font-size: 18px;
 
- }
 
 
  |