打開css文件template\default\common\common.css,找到下面代碼,進行調整!(滿意答案,請設置最佳,別只懂索取吆!)
- /* 用于積分獎勵提示等彈出層提示 */
- .popupcredit {}
- .pc_inner { background: #F60; background-image: linear-gradient(90deg, #F60,#FF9800,#F60); border-radius: 5px; border: 1px solid #FECB02; min-width: 240px; height: 38px; padding-left: 15px; padding-right: 15px; box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.2); line-height: 37px; box-sizing: border-box; text-align: center; white-space: nowrap; }
- .pc_inner i { font-size: 12px; font-style: normal; color: {LIGHTLINK}; font-weight: 400; }
- .pc_inner span { color: #FFEA97; font-size: 14px; font-weight: 700; }
- .pc_inner span a { color: #FFEA97; text-decoration: underline; }
- .pc_inner span em { color: {LIGHTLINK}; font-size: 18px; font-weight: 400; }
- .pc_inner span u { font-size: 10px; text-decoration: none; }
- .pc_inner span em.desc { color: #930; }
-
- /* 用于文字提示等彈出層提示 */
- .popuptext .pc_inner { background: #3A81C4; background-image: linear-gradient(90deg, #3A81C4,#3A65C4,#3A81C4); border: 1px solid #0264CA; color: #BADBFF; }
復制代碼
|