Newer
Older
mcms / ms-mcms / src / main / webapp / templets / 1 / company1807 / css / imgFileupload.css
StephanieGitHub on 26 Feb 2021 2 KB MOD: 新增案件上传
	.review_img ul,.review_img ul li {list-style-type:none;}
    .review_img{margin: 0px 0; height:98px;margin-bottom:24px;}
	.review_img .upload_img{width: 98px; height: 98px; border: 1px solid #dbdbdb; display: inline-block;}
	.upload_img .add{width: 26px; height: 26px; margin-top: 26px; margin-left: 36px; display: inline-block; position: relative;}
	.upload_img .add:before{content: ""; width: 26px; height: 2px; display: inline-block; background-color: #dbdbdb; position: absolute; top: 50%; margin-top: -1px; left: 0;}
	.upload_img .add:after{content: ""; width: 2px; height: 26px; display: inline-block; background-color: #dbdbdb; position: absolute; left: 50%; margin-left: -1px; top: 0;}
	.upload_img .img_len{ width: 26px; height: 22px; font-size: 14px; line-height: 22px; display: block; color: #666; margin-left: 36px; text-align: center; margin-top: 10px;}
	.img_len i{font-size: 14px; color: #333; font-style: normal;}
	.imgAll li{width: 100px; height: 100px; margin-right: 20px; float: left; position: relative;}
	.imgAll li img{width: 100px; height: 100px; display: inline-block;}
	.imgAll li:hover .delImg {display: inline-block; cursor:pointer;}
	.imgAll .delImg{width: 100px;height: 100px;position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.3); display: none;}
	.imgAll .delImg:after{content: ""; width: 29px; height: 28px; position: absolute; top: 50%; margin-top: -14px; left: 50%; margin-left: -14px; background: url(../../company1807/images/delete_pic.png) no-repeat;}
	.review_url{margin: 16px 0; display: inline-block;}
	.review_url .review_url_input{height: 48px;width: 954px; margin: 16px 0; border-radius: 4px; padding: 0 12px; position: relative; border: 1px solid #dbdbdb;}
	.review_url_input input{position: absolute;  line-height: 50px;  margin: 0 12px; color: #333; font-size: 14px; top: 0; left: 0; width: 954px;height: 100%; border: none; display: inline-block;appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; }
	.review_sub{margin-bottom: 50px;}
	.review_sub input{height: 40px;width: 168px; border: 0; cursor: pointer;  border-radius: 4px; background-color:#f2af00;   font-size: 18px; color: #fff; text-align: center; line-height: 40px;}
	.review_notice {font-size: 13px; color:#999; line-height: 20px;padding-top: 20px; border-top: 1px solid #dbdbdb;  }