/* 我的结算样式 */ /* 面包屑样式 */ .rumbs { width: 100%; height: 60px; background: #FFFFFF; } .rumbs .rumbs_box { width: 1200px; margin: 0px auto; line-height: 60px; font-size: 16px; } .rumbs .rumbs_box .rumbs_title { float: left; } .rumbs .rumbs_box .rumbs_name { float: left; } /* 内容样式 */ .wraper .MyClosing_left { float: left; width: 180px; background: #FFFFFF; height: 520px; } .wraper .MyClosing_left ul li { text-align: center; height: 50px; line-height: 50px; } .wraper .MyClosing_left ul li a { text-decoration: none; color: #444444; } .wraper .MyClosing_left ul li .active { color: #4689C6; } .wraper .MyClosing_right { float: left; width: 980px; background: #FFFFFF; padding: 20px; min-height: 520px; margin-bottom: 30px; } .wraper .MyClosing_right .right_title { font-size: 16px; } .wraper .MyClosing_right .right_order { margin-top: 25px; } .wraper .MyClosing_right .right_order ul { display: flex; } .wraper .MyClosing_right .right_order ul li { width: 220px; height: 90px; border-radius: 4px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); margin-left: 20px; padding: 25px 0 0 20px; } .wraper .MyClosing_right .right_order ul li:nth-child(1) { margin-left: 0px; } .wraper .MyClosing_right .right_order ul li .count { font-size: 22px; } /* 结算详情部分 */ .wraper .MyClosing_right .details_box { display: none; } .wraper .MyClosing_right .details_box .details_title { font-size: 16px; } .wraper .MyClosing_right .details_box .details_h4 { font-size: 15px; font-weight: 700; margin-top: 30px; margin-bottom: 20px; } /* 结算失败模态框样式 */ #myModal02 .modal-body .form_div{ display: flex; margin-top: 20px; height: 40px; line-height: 40px; } #myModal02 .modal-body .form_div .form_title{ margin-left: 20px; } #myModal02 .modal-body .form_div input{ width: 243px; height: 40px; border: 1px solid #DDDDDD; padding-left: 10px; } #myModal02 .modal-body .form_div:nth-child(1) input{ margin-left: 42px; } #myModal02 .modal-body .form_div:nth-child(3) input{ margin-left: 42px; }