@import "~@less/mixin.less"; .container { position: absolute; bottom: 0px; //页面布局 width: 450px; .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; font-size: 12px; color: #3B9ED0; } b{ font-size: 12px; color: #797979; } } .disclaimer{ font-size: 12px; color: #3B9ED0; float: right; cursor: pointer; } .copyModal { .copyContent{ position: fixed; width: 820px; left: 50%; top: 20%; margin-left: -410px; background: #fff; height: 60%; padding: 80px 0 40px; img{ cursor: pointer; position: absolute; right: 10px; top: 7px; z-index: 100; } .header { position: absolute; width: 100%; top: 0; font-size: 14px; height: 40px; line-height: 40px; padding: 0 20px; border-bottom: 1px solid #EAEDF1; } .now{ position: absolute; width: 100%; top: 35px; font-size: 18px; padding: 15px 10px; border-bottom:1px solid #EAEDF1; margin-bottom: 10px; span{ float: right; margin-top: 3px; } } .content { height: 100%; padding: 10px; overflow-y: auto; } } } .disModal { .disContent{ position: fixed; width: 50%; height: 60%; left: 25%; background: #fff; top: 20%; padding: 40px 0 60px 0; img{ cursor: pointer; position: absolute; right: 10px; top: 7px; z-index: 100; } .header { position: absolute; top: 0px; width: 100%; height: 40px; line-height: 40px; font-size: 14px; padding: 0 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: relative; // bottom: -60px; width: 100%; height: 60px; background: #fff; } .btn{ .btnCom; 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: 20px; div{ font-size: 12px; line-height: 20px; } } }