page { background: white; } .main { background: #eee; width: 100%; height: 100%; } .top_view { height:60px; padding-top:10px; padding-left:15px; background:#fff; } .top_text_before { font-size: 14px; color: #222; } .top_text_after { font-size: 14px; color: #333; margin-left: 3px; } .divider10 { height: 10px; background: #eee; } .order_service { font-size: 13px; color: #888; padding-top: 10px; background: #fff; padding-left: 15px; padding-bottom: 10px; margin-top: 10px; } .content_view { background: #fff; padding-bottom: 15px; } .divider1 { height: 1px; background: #eee; } .icon { width: 30px; height: 30px; margin-left: 15px; margin-top: 10px; border-radius: 15px; } .title_text { font-size: 16px; color: #222; margin-left: 5px; margin-top: 10px; } .content_text { margin-left: 15px; font-size: 14px; color: #888; } .money_view { padding-left: 15px; background: #fff; height: 43px; margin-top: 10px; display: flex; } .money_before { font-size: 14px; color: #222; margin-top: 10px; } .money_text { font-size: 20px; color: #e85858; right: 15px; position: absolute; margin-top: 5px; } .pay_button { background: #48c17b; border-radius: 51px; font-size: 16px; color: #fff; height: 28px; margin-right: 15px; margin-left: 15px; margin-top: 70px; text-align: center; padding-top: 5px; padding-bottom: 5px; }