.container { position: absolute; bottom: 0px; //页面布局 z-index: 40; width: 418px; .disTips{ padding: 10px 20px 0px 20px; font-size: 10px; color: #979797; text-align: center; } .copy{ padding: 10px 20px 20px 20px; font-size: 12px; span { border: 1px solid #f00; color:#f00; border-radius: 3px; font-size: 10px; padding:0px 1px; } a{ text-decoration: none; } b{ font-size: 12px; color: #797979; } } .disclaimer{ font-size: 12px; color: #000000; float: right; cursor: pointer; } .shade { position: fixed; left: 0; top: 0; right: 0; bottom:0; background: #000; opacity: 0.6; filter:alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);"; } .copyModal { .copyContent{ position: fixed; width: 820px; left: 50%; margin-left: -410px; background: #fff; top: 65px; img{ float: right; margin: -5px 5px 0px 0px; cursor: pointer; } .header { font-size: 14px; padding: 10px 0px 10px 10px; border-bottom: 1px solid #EAEDF1; } .now{ font-size: 18px; padding: 15px 10px; border-bottom:1px solid #EAEDF1; margin-bottom: 10px; span{ float: right; margin-top: 3px; } } .content { padding: 10px; } } } .disModal { .disContent{ position: fixed; width: 50%; height: 60%; left: 20%; background: #fff; top: 20%; img{ float: right; margin: -5px 5px 0px 0px; cursor: pointer; } .header { position: absolute; top: -40px; height: 40px; font-size: 14px; padding: 10px 0px 10px 20px; background: #fff; width: 100% ; border-bottom: 1px solid #EAEDF1; } .now{ font-size: 18px; padding: 15px 10px; border-bottom:1px solid #EAEDF1; margin-bottom: 10px; span{ float: right; margin-top: 3px; } } .content { padding: 20px; height: 100%; overflow: auto; } .btnBox { position: absolute; bottom: -60px; width: 100%; height: 60px; background: #fff; } .btn{ position: relative; display: inline-block; width: 80px; height: 34px; left: 50%; top: 13px; margin-left: -40px; line-height: 34px; font-size: 14px; border-radius: 4px; background: #3B9ED0; color:#fff; text-align: center; cursor: pointer; } } } .message{ font-size: 12px; line-height: 20 px; div{ font-size: 12px; line-height: 20px; } } }