当前位置:网站首页>弹框遮罩层「建议收藏」
弹框遮罩层「建议收藏」
2022-07-28 21:04:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
<!--背景隐藏层-->
<div class="back_con" style="display: none"></div>
<!--end背景隐藏层-->
<!--样式-->
.back_con{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9997;
background: #000;
opacity: 0.5;
filter:alpha(opacity=50);---IE6-8使用
-moz-opacity:0.5;-----firefox3.5以前使用
-khtml-opacity: 0.5; ---Safari1.2以前使用
}
<!--弹出层-->
<div class="cityPopBox" style="display:none;"></div>
<!--end弹出层-->
.cityPopBox{
overflow-y:auto;
position: fixed;
height:400px;
widht:600px;
z-index: 10000;
top:50%;
left:50%;
margin-top:-200px;
margin-left:-300px
}发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/129064.html原文链接:https://javaforall.cn
边栏推荐
- Detection and tracking evaluation index
- Research cup element recognition multi label classification task based on ernie-3.0 cail2019 method
- Summary of recent bugs
- Paper reading: deep forest / deep forest /gcforest
- 记录一下关于三角函数交换积分次序的一道题
- 软件测试工具fiddler postman jmeter charlse核心功能总结
- STM32 - Basic timer (tim6, tim7) working process, interpretation function block diagram, timing analysis, cycle calculation
- es学习目录
- HP ProLiant DL380 boot from USB flash drive, press which key
- Use the picture name to label the picture [tips]
猜你喜欢

一份来自奎哥的全新MPLS笔记,考IE必看 ----尚文网络奎哥

Paddlenlp text classification based on ernir3.0: take wos dataset as an example (hierarchical classification)
![[3D target detection] 3dssd (I)](/img/84/bcd3fe0ba811ea79248a5f50b15429.png)
[3D target detection] 3dssd (I)

LTE cell search process and sch/bch design
![Differernet [anomaly detection: normalizing flow]](/img/75/958d753c20227fbbfe1085e7d6ce6f.png)
Differernet [anomaly detection: normalizing flow]

DIP-VBTV: Color Image Restoration Model Combining Deep Image Prior and Vector Bundle Total Variation

OSV_ q AttributeError: ‘numpy. ndarray‘ object has no attribute ‘clone‘
![Mspba [anomaly detection: representation_based]](/img/95/1f7390ec024a2865acb9e9a41100b1.png)
Mspba [anomaly detection: representation_based]

记录一下关于三角函数交换积分次序的一道题

STM32 - reset and clock control (cubemx for clock configuration)
随机推荐
B站713故障后的多活容灾建设|TakinTalks大咖分享
Log4j vulnerability elk platform processing method (logstah5.5.1)
Lenovo r9000p installation matlab2018a+cuda10.0 compilation
【三维目标检测】3DSSD(一)
Vscode ROS configuration GDB debugging error record
WinForm jump to the second form case
JSON file to PNG image (batch conversion / image naming / migration / pixel value change) [tips]
Yolov5 improvement 15: network lightweight method deep separable convolution
递归和迭代
STM32 - DMA direct memory access controller (cubemx configures DMA)
Record a question about the order of trigonometric function exchange integrals
Paddlenlp text classification based on ernir3.0: take wos dataset as an example (hierarchical classification)
CFA [anomaly detection: embedded_based]
[virtual machine _2]-hyper-v and vmware/virtualbox cannot coexist
Anaconda environment installation skimage package
Solve various problems of sudo rosdep init and rosdep update
shell脚本基础——Shell运行原理+变量、数组定义
Gd32f303 firmware library development (10) -- dual ADC polling mode scanning multiple channels
Learning experience sharing 4: learning experience of yolov7
What to do after mathematical modeling gets the competition problem and some ("crooked ways") tips - must see before the competition