最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

全屏js头像上传插件源码高清版_javascript技巧

来源:动视网 责编:小OO 时间:2020-11-27 20:52:41
文档

全屏js头像上传插件源码高清版_javascript技巧

index.html。 。cxc.js;.js;fun.js;.css;
推荐度:
导读index.html。 。cxc.js;.js;fun.js;.css;


本文实例为大家分享了全屏js头像上传插件源码,供大家参考,具体内容如下

index.html

 
 
 
 
  
  
 
  
  
 

cxc.js

.js

fun.js

.css

*{ 
 margin:0px; 
 padding:0px; 
} 
#SelectPicture{ 
 position:absolute; 
 border:3px solid #ff6a00; 
 border-radius:8px; 
 color:#ff6a00; 
 text-align:center; 
 font-family:'Microsoft YaHei'; 
 cursor:pointer; 
} 
#upfile{ 
 display:none; 
} 
#pre,#,#bt{ 
 float:left; 
 z-index:1; 
 border:1px solid #ffffff; 
} 
#{ 
 border:1px dashed #808080; 
 border-left:1px dashed #808080; 
 border-right:1px dashed #808080; 
} 
#prea,#preb,#prec{ 
 position:absolute; 
 background-color:#ff6a00; 
 border-radius:7px; 
} 
#ctna,#ctnb,#ctnc{ 
 position:absolute; 
 background-color:#ffffff; 
 overflow:hidden; 
} 
#imga,#imgb,#imgc{ 
 position:absolute; 
 left:0px; 
 top:0px; 
} 
#Y_OUT,#N_OUT{ 
 position:absolute; 
} 
#Y,#N{ 
 /* background-color:#ff6a00;*/ 
 position:absolute; 
 text-align:center; 
 border:3px solid #ff6a00; 
 border-radius:50%; 
 color:#ff6a00; 
 font-family:Arial; 
 cursor:pointer; 
} 
#ctn{ 
 position:absolute; 
 background-color:blueviolet; 
 overflow:hidden; 
} 
#black_cover{ 
 position:absolute; 
 background-color:black; 
 opacity:0.6; 
 z-index:3; 
} 
#fixed_img{ 
 position:absolute; 
} 
#varied_div{ 
 position:absolute; 
 z-index:4; 
 overflow: hidden; 
 cursor:move; 
} 
#BottomRight,#TopRight,#TopLeft,#BottomLeft { 
 background:#D6FB66; 
 display:block; 
 width:6px; 
 height:6px; 
 position:absolute; 
 z-index:5; 
 bottom:0; 
 right:0; 
 cursor:nw-resize; 
} 
#BottomLeft { 
 bottom:0; 
 left:0; 
 cursor:ne-resize; 
} 
#TopRight { 
 top:0; 
 right:0; 
 cursor:ne-resize; 
} 
#TopLeft { 
 top:0; 
 left:0; 
 cursor:nw-resize; 
} 
#varied_div_img{ 
 position:absolute; 
 z-index:5; 
} 

文档

全屏js头像上传插件源码高清版_javascript技巧

index.html。 。cxc.js;.js;fun.js;.css;
推荐度:
标签: 头像 插件 js
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top