当前位置:网站首页>弹框遮罩层「建议收藏」
弹框遮罩层「建议收藏」
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
边栏推荐
- (重要)初识C语言 -- 函数
- Detection and tracking evaluation index
- Paddlenlp text classification based on ernir3.0: take wos dataset as an example (hierarchical classification)
- What to do after mathematical modeling gets the competition problem and some ("crooked ways") tips - must see before the competition
- STM32 - memory, I2C protocol
- PC side special effects - animation function
- 1e3是浮点数?
- Improvement 13 of yolov5: replace backbone network C3 with lightweight network efficientnetv2
- Lenovo r9000p installation matlab2018a+cuda10.0 compilation
- Command line agent: proxychains configuration
猜你喜欢

简单的es高亮实战

Intelligent control -- fuzzy mathematics and control

Paddlenlp text classification based on ernir3.0: take wos dataset as an example (hierarchical classification)

STM32 -- program startup process

使用PCL批量显示PCD点云数据流

Use PCL to batch convert point cloud.Bin files to.Pcd

winform跳转第二个窗体案例

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

php二维数组如何删除去除第一行元素

The tenth improvement of yolov5: the loss function is improved to Siou
随机推荐
fatal error: io. h: No such file or directory
Paper reading vision gnn: an image is worth graph of nodes
Improvement 11 of yolov5: replace backbone network C3 with lightweight network mobilenetv3
Qt+ffmpeg environment construction
递归和迭代
Annaconda installs pytoch and switches environments
Imx6q GPIO multiplexing
Target segmentation learning
ES6, deep copy, shallow copy
Symbol符号类型
STM32 - reset and clock control (cubemx for clock configuration)
STM32 - DMA direct memory access controller (cubemx configures DMA)
STM32 - Communication
Integrating database Ecology: using eventbridge to build CDC applications
Learning experience sharing 3: yolov5 training data set path index
Improvement 14 of yolov5: replace the backbone network C3 with the lightweight network GhostNet
即将获售高通、联发科芯片,荣耀要超越华为做国内第一?
Simple es highlight practice
高等数学解题常用公式笔记总结
OSV_ q Expected all tensors to be on the same device, but found at least two devices, cuda:0