.main { width: 100%; background: white; height: 100%; } /*顶部模块*/ .TopBar { width: 100%; height: 140px; background: #48c17b; position: relative; } .avatar { width: 70px; height: 70px; border-radius: 50%; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); border: 3px solid white; box-shadow: 0 2px 4px 0 rgba(186, 70, 70, 0.50); } .top_name { color: white; font-size: 15px; display: flex; top: 100px; width: 100%; position: absolute; /*居中*/ justify-content: center; align-items: center; } .gold_vip { font-size: 14px; color: #333; height: 40px; line-height: 40px; padding-left: 15px; } .divider { width: 100%; height: 1px; background: #eee; } .children_service { display: flex; padding: 15px; } .service_text { font-size: 14px; color: #666; } .money { font-size: 14px; color: #f56723; margin-left: 5px; } .pay { position: absolute; right: 10px; font-size: 14px; color: #fff; background: #48c17b; text-align: center; width: 54px; height: 24px; line-height: 24px; border-radius: 100px; } .divider10 { width: 100%; background: #eee; height: 10px; } .content { padding-left: 15px; padding-right: 15px; } .check_guide { font-size: 14px; color: #222; height: 15px; line-height: 15px; margin-top: 15px; padding-left: 5px; border-left: 2px solid #48c17b; } .check_content { font-size: 13px; color: #888; margin-top: 10px; } .top_hint { padding: 7px 15px 7px 15px; background: #FFFBD7; font-size: 13px; color: #333333; line-height: 19px; } .vip_intr_bg { background: white; padding-left: 15px; padding-right: 15px; margin-bottom: 1px; } .vip_intr_titleBar { height: 50px; width: 100%; display: flex; align-items: center; } .vip_intr_titleBar_icon { height: 30px; width: 30px; } .vip_intr_titleBar_text { font-family: PingFang-SC-Medium; font-size: 16px; color: #222222; margin-left: 6px; } .vip_intr_titleBar_nameplate { font-size: 13px; color: #48C17B; border: 1px solid #48C17B; border-radius: 2px; height: 16px; width: 28px; line-height: 16px; margin-left: 6px; text-align: center; } .vip_intr_content { font-size: 14px; color: #888888; letter-spacing: 0; line-height: 21px; }