14 lines
791 B
Plaintext
14 lines
791 B
Plaintext
/*
|
|
*时间:
|
|
*2016年9月24日 17:42:54
|
|
*作者:无言
|
|
* pop弹窗插件 v1.0.0
|
|
*
|
|
*/
|
|
|
|
.bt{ width: 100px; height: 30px; border: 1px solid #007CE1; background-color: #008CFF; color: #FFFFFF; font-weight: 700; }
|
|
#mry-mask { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgb(45, 45, 45); z-index: 100; opacity: 0.2; display: none; background-position: initial initial; background-repeat: initial initial; }
|
|
#mry-opo { position: fixed; z-index: 7000; left: 50%; top: 50%; -webkit-box-shadow: 1px 1px 2px 2px #C1C1C1; box-shadow: 1px 1px 2px 2px #C1C1C1; }
|
|
#mry-opo-title { height: 30px; font-size: 14px; padding-left: 10px; line-height: 30px; background-color: #008CFF; color: #FFFFFF; font-weight: bold; }
|
|
#mry-opo-content { padding: 10px; }
|