Files
2025-10-11 18:15:20 +08:00

16 lines
1.4 KiB
CSS

.bgmask{width:100%;background:#000;position:absolute;z-index:1000;left:0px;top:0px;opacity:0.5;filter:alpha(opacity=50);}
.mypop{border:4px solid #9d9d9d;background:#fff;border-radius:4px;width:518px;position:absolute;left:50%;margin-left:-269px;top:50%;z-index:1000;display:none;}
.mypop h3{height:52px;line-height:52px;padding:0px 10px 0px 20px;background:#f3f3f3;font-weight:normal}
.mypop h3 span{float:right;font-size:16px;color:#fff;background:#555;cursor:pointer;width:20px;height:20px;line-height:20px;text-align:center;border-radius:20px;display:inline-block;margin-top:15px;}
.mypop .sends,.mypop .neirong{font-size:14px;padding-left:20px;}
.mypop .sends{margin-top:20px;}
.mypop .sends input{width:190px;height:32px;border:1px solid #9d9d9d;border-radius:3px;color: #555;}
.mypop .neirong{margin-top:20px;}
.mypop .neirong span{float:left;}
.mypop .neirong textarea{width:430px;height:300px;padding-top:6px;border:1px solid #9d9d9d;border-radius:3px}
.thisbtn{margin:15px 0px 30px 40px;padding-left:20px;}
.thisbtn input{background:#7b9e31;width:70px;height:32px;line-height:32px;text-align:center;border-radius:5px;font-size:14px;color:#fff}
.thepop{position:absolute;left:50%;top:50%;margin:-37px 0px 0px -167px;width:275px;height:75px;line-height:75px;text-align:center;border:1px solid #ccc;border-radius:3px;background:#fff;z-index:1000;display:none}
.thepop h3{font-weight:normal;background:url(../../images/courselist/righticon.png) 24px 24px no-repeat;}