UNPKG

atm-command-generate

Version:
43 lines (33 loc) 2.48 kB
/* 窗体的容器 */ .x-popup-main{position: absolute;top: 0;left: 0;z-index: 6666;border: 1px solid #aeaeae;zoom: 1;background-color: #fff;} /* 用table实现内容的宽度自适应 */ table.x-popup-table{width: auto;margin: 0;border: 0;border-spacing: 0;border-collapse: collapse;} /* 窗口的所有主体都在这里面 */ td.x-popup-cell{margin: 0;padding: 0;vertical-align: top;text-align: left;} /* 窗口的关闭按钮 */ .x-popup-close{color: #999;cursor: pointer;font-family: tahoma;font-size: 24px;height: 18px;line-height: 18px;overflow: hidden;position: absolute;right: 12px;text-decoration: none;top: 8px;width: 18px;text-align: center;z-index: 10;} .x-popup-close:hover{color: #666;} /* 窗口的标题 */ .x-popup-title{font-size: 13px;font-weight: bold;color: #666;height: 36px;line-height: 36px;font-family: sans-serif;border-bottom: 1px solid #e6e6e6;text-indent: 15px;background-color: #f5f5f5;} /* 窗口的内容 */ .x-popup-content{overflow: hidden;zoom: 1;} /* 窗口的按钮区域 */ .x-popup-footer{padding: 0 15px 15px;background-color: #ffffff;} /* 普通按钮 */ .x-popup-button{display: inline-block;margin-right: 15px;border: 1px solid #b2b2b2;padding: 0 11px;line-height: 24px;height: 24px;color: #333;font-weight: 700;cursor: pointer;font-size: 12px;text-decoration: none;font-family: Tahoma;background-color: #f1f1f1;border-radius: 2px;} .x-popup-button:hover{background-color: #f7f7f7;color: #333;text-decoration: none;} /* 高亮按钮 */ .x-button-hilight{border: 1px solid #1588db;color: #fff;background-color: #26a1f9;} .x-button-hilight:hover{background-color: #4cb4ff;color: #fff;text-decoration: none;} /* 简单提示 */ .x-alert-box{border: 1px solid #d5d5d5;color: #404040;font-size: 14px;padding: 15px 25px;} .x-alert-inner{padding-left: 32px;line-height: 24px;} .x-alert-icon{position: absolute;height: 24px;width: 24px;background: url(http://cn-style.gcimg.net/i/201406/rRbKRsTDMO.png) 0 0 no-repeat;} .x-alert-ok .x-alert-icon{background-position: 0 -24px;} .x-alert-warn .x-alert-icon{background-position: 0 -48px;} /* confirm box */ #x-confirmBox{padding: 24px 30px;} #x-confirmBox .x-popup-title{background: none;border-bottom: none;font-size: 14px;color: #000;text-indent: 0;height: auto;line-height: 1.5;} #x-confirmBox .x-popup-close{top: 14px;right: 14px;} #x-confirmBox .x-popup-content{padding: 16px 0;width: 298px !important;font-size: 12px;line-height: 1.5;} #x-confirmBox .x-popup-footer{padding: 0;}