feedback.html
1.28 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> -->
<meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" />
<title>订单流程-商品详情</title>
<link rel="stylesheet" href="../css/style/common.css">
<link rel="stylesheet" href="../css/style/feedback.css">
</head>
<body class="feedbackPage">
<div class="m-page">
<header class="m-header">
<div class="head">
<a href="#" class="lt-bar m-icon icon-back white">返回</a>
<h1>意见反馈</h1>
<a href="#" class="rt-bar text">提交</a>
</div>
</header>
<section class="m-content">
<textarea class="m-textarea">菜不错</textarea>
</section>
</div>
</body>
</html>