工业互联网展厅 北斗展会-牛酒区块链
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

186 lines
5.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./favicon.ico">
<title id="sys_title">牛栏山陈酿52度白酒经销商</title>
<!-- <script src="./fwm/jquery.min.js"></script> -->
</head>
<style>
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
margin: 0;
padding: 0;
}
body {
height: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
label {
font-weight: 700;
}
html {
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
.flex-box {
display: -webkit-box;
display: -webkit-flex;
/* Safari */
display: flex;
justify-content: center;
align-items: center;
}
.flex-box-column {
display: -webkit-box;
display: -webkit-flex;
/* Safari */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.search-container {
position: relative;
width: 100vw;
min-height: 100%;
background-image: url('./fwm/img/search-bg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}
.content-block {
position: relative;
margin-top: 12vh;
margin-bottom: 10px;
margin-right: 5px;
width: 300px;
color: #fff;
}
.img-block {
position: relative;
margin-top: 12vh;
margin-bottom: 10px;
/* padding: 5px; */
width: calc(100vw - 315px);
max-width: 84px;
}
.img-block img {
width:100%;
height: auto;
}
.content-block .title {
font-size: 18px;
line-height: 30px;
}
.content-box {
position: relative;
width: 100%;
min-height: 400px;
background: #fffc;
border-radius: 20px;
padding: 15px;
word-wrap:break-word;
/* font-weight: 550; */
}
.content-box-block {
position: relative;
}
.content-box .content-text {
display: inline-block;
font-size: 14px;
line-height: 30px;
color: #000000;
}
.content-box .num-text {
font-size: 12px;
text-align: center;
line-height: 30px;
color: #C02932;
}
.text-indent-1 {
text-indent:1em
}
.nla-public {
position: absolute;
right: 15px;
width: 40px;
height: 40px;
top: 10px;
}
.myButton {
display: inline-block;
line-height: 1;
white-space: nowrap;
cursor: pointer;
background: #fff;
border: 1px solid #dcdfe6;
color: #606266;
-webkit-appearance: none;
text-align: center;
box-sizing: border-box;
outline: none;
margin: 0;
transition: .1s;
font-weight: 500;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
padding: 10px 15px;
font-size: 15px;
border-radius: 6px;
color: #fff;
background-color: #409eff;
border-color: #409eff;
}
</style>
<body>
<div class="search-container flex-box">
<div class="content-block">
<p class="title text-indent-1">经销商信息</p>
<div class="content-box">
<p class="content-text">产品名称:牛栏山陈酿52度白酒</p>
<p class="content-text">物流公司:北京顺鑫物流有限公司</p>
<p class="content-text">订单信息:NLSJXSSY202201120127</p>
<p class="content-text">订单详细:200(箱)X 12</p>
<p class="content-text">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号: NLSJXSSY202201120127-001</p>
<p class="content-text">是否破损:
<input type="radio" name="isWorn" value="male">&nbsp;
&nbsp;
<input type="radio" name="isWorn" value="female" checked>&nbsp;
</p>
<p class="content-text" style="width:100%;">备注信息:
<br>
<textarea rows="8" cols="37" style="width:100%;"></textarea>
</p>
<div class="flex-box">
<input type="button" value="确认入库" class="myButton" onclick="alert('提交成功')">
</div>
</div>
</div>
<div class="img-block">
<img src="./fwm/img/经销商.png" alt="">
</div>
</div>
</body>
<script>
window.onload=function(){
}
</script>
</html>