You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.2 KiB
58 lines
1.2 KiB
//上传CAD弹窗 inputfile |
|
.uploadBackGround { |
|
width: 125px; |
|
padding: 0 25px; |
|
height: 30px; |
|
line-height: 30px; |
|
position: relative; |
|
cursor: pointer; |
|
color: #0275e7; |
|
font-size: 14px; |
|
background: #fafafa; |
|
border: 1px solid #0275e7; |
|
border-radius: 5px; |
|
overflow: hidden; |
|
display: inline-block; |
|
} |
|
.bottomPlanUpload{ |
|
margin-top: 5px; |
|
width: 70px; |
|
height: 70px; |
|
line-height: 65px; |
|
position: relative; |
|
cursor: pointer; |
|
background: rgba(145, 204, 255, 0.41); |
|
border: 1px dashed #91CCFF; |
|
overflow: hidden; |
|
display: inline-block; |
|
} |
|
.imgAndVideoUpload{ |
|
width: 20px; |
|
height: 20px; |
|
margin-right: 10px; |
|
vertical-align: top; |
|
position: relative; |
|
cursor: pointer; |
|
overflow: hidden; |
|
display: inline-block; |
|
} |
|
.uploadBackGround input,.bottomPlanUpload input,.imgAndVideoUpload input { |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
right: 0; |
|
top: 0; |
|
opacity: 0; |
|
cursor: pointer; |
|
} |
|
|
|
//绝对定位 上传/删除 图片/视频弹窗 |
|
.positionHandleImgVideo { |
|
position: absolute; |
|
left: 0; |
|
bottom: 0px; |
|
height: 20px; |
|
text-align: center; |
|
background: rgba(0, 0, 0, 0.7); |
|
.anticon { font-size: 20px; color: #fff; cursor: pointer; } |
|
} |