Commit a9f5eb6b by 刘海龙

111

parent ee045eec
<include file="__THEME__/public_header_w3g" /> <include file="__THEME__/public_header_w3g" />
<style type="text/css"> <style type="text/css">
.yulanBox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.5); } .yulanBox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.5); }
.tips_box { width: 250px; border-radius: 4px; overflow: hidden; } .tips_box { width: 250px; border-radius: 4px; overflow: hidden; background: #fff; }
.tips_title { width: 100%; text-align: center; margin-top: 17px; font-size: 15px; color: #4A4A4A; } .tips_title { width: 100%; text-align: center; margin-top: 17px; font-size: 15px; color: #4A4A4A; }
.tips_body { width: 100%; margin-top: 9px; padding: 0 25px; font-size: 12px; color: #999; line-height: 17px; } .tips_body { width: 100%; margin-top: 9px; padding: 0 25px; font-size: 12px; color: #999; line-height: 17px; padding-bottom: 20px; }
.tips_foot { width: 100%; border-top: 1px solid #DFDFDF; display: flex; align-items: center;justify-content: space-between; overflow: hidden; } .tips_foot { width: 100%; border-top: 1px solid #DFDFDF; display: flex; align-items: center;justify-content: space-between; overflow: hidden; }
.tips_foot_L { width: 50%; height: 45px; text-align: center; line-height: 45px; border-right: 1px solid #DFDFDF; font-size: 15px; color: #09BB07; } .tips_foot_L { width: 50%; height: 45px; text-align: center; line-height: 45px; border-right: 1px solid #DFDFDF; font-size: 15px; color: #09BB07; }
.tips_foot_R { width: 50%; height: 45px; text-align: center; line-height: 45px; font-size: 15px; color: #09BB07; } .tips_foot_R { width: 50%; height: 45px; text-align: center; line-height: 45px; font-size: 15px; color: #09BB07; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment