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.
374 lines
5.7 KiB
374 lines
5.7 KiB
2 years ago
|
* {
|
||
|
font-family: "微软雅黑", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
|
||
|
}
|
||
|
|
||
|
a:active {
|
||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
-ms-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
-o-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
|
||
|
ul, li {
|
||
|
text-decoration: none;
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
.mtop {
|
||
|
margin-top: 0.3rem;
|
||
|
}
|
||
|
|
||
|
.wd {
|
||
|
font-size: 0.26rem;
|
||
|
line-height: 1.8;
|
||
|
color: #474040;
|
||
|
word-break: break-all;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
|
||
|
.mark {
|
||
|
float: left;
|
||
|
width: 0.15rem;
|
||
|
height: 0.15rem;
|
||
|
display: inline-block;
|
||
|
border-radius: 50%;
|
||
|
background: #19b955;
|
||
|
margin-top: 0.5rem;
|
||
|
margin-left: 0.18rem;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.clear:after {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.wrap {
|
||
|
width: 7.5rem;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.img_info img {
|
||
|
max-width: 100%;
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.product {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.product_img img {
|
||
|
display: block;
|
||
|
width: 7.5rem;
|
||
|
height: 4.86rem;
|
||
|
}
|
||
|
|
||
|
.product_detail {
|
||
|
position: absolute;
|
||
|
width: 6.5rem;
|
||
|
background: white;
|
||
|
padding: 0.25rem;
|
||
|
line-height: 2;
|
||
|
border-radius: 5px;
|
||
|
box-shadow: 0px 0px 20px #cdd8dd;
|
||
|
z-index: 9999999;
|
||
|
top: 3.5rem;
|
||
|
left: 50%;
|
||
|
margin-left: -3.25rem;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.code_label {
|
||
|
font-size: 0.28rem;
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.code_num {
|
||
|
font-size: 0.36rem;
|
||
|
color: #000203;
|
||
|
font-weight: normal;
|
||
|
border-bottom: 1px solid #eee;
|
||
|
text-transform: uppercase;
|
||
|
word-wrap: break-word;
|
||
|
word-break: normal;
|
||
|
}
|
||
|
|
||
|
.code_num a{
|
||
|
/* font-size: 12px;
|
||
|
letter-spacing: -0.5px; */
|
||
|
text-decoration: underline;
|
||
|
color: #0066b3;
|
||
|
}
|
||
|
|
||
|
.product_detail_box {
|
||
|
margin-top: 0.2rem;
|
||
|
padding: 0 0.1rem;
|
||
|
}
|
||
|
|
||
|
.product_detail_box li {
|
||
|
|
||
|
}
|
||
|
|
||
|
.product_detail_box li label{
|
||
|
vertical-align: top;
|
||
|
|
||
|
/* font-weight: bold;
|
||
|
display: inline-block;
|
||
|
width: 112px;
|
||
|
text-align: right; */
|
||
|
}
|
||
|
|
||
|
.product_detail_box li label h3{
|
||
|
position: relative;
|
||
|
padding-left: 12px;
|
||
|
font-size: 0.28rem;
|
||
|
margin: 12px 0 6px;
|
||
|
}
|
||
|
|
||
|
.product_detail_box li label h3:before {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 6px;
|
||
|
display: inline-block;
|
||
|
content: "";
|
||
|
width: 6px;
|
||
|
height: 15px;
|
||
|
background: #19b955;
|
||
|
}
|
||
|
|
||
|
.product_detail_box li span{
|
||
|
|
||
|
}
|
||
|
|
||
|
.product_detail_box li span img{
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
.product_detail_box li .code_num{
|
||
|
/* font-size: 0.24rem; */
|
||
|
font-size: 0.26rem;
|
||
|
line-height: 1.8;
|
||
|
color: #474040;
|
||
|
border: 0 none;
|
||
|
word-break: break-all;
|
||
|
/* letter-spacing: -0.5px; */
|
||
|
}
|
||
|
|
||
|
.inLine {
|
||
|
position: absolute;
|
||
|
top: 0.7rem;
|
||
|
bottom: -0.6rem;
|
||
|
width: 1px;
|
||
|
background: #0d93f0;
|
||
|
left: 1.07rem;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.outLine {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
bottom: 0.3rem;
|
||
|
width: 1px;
|
||
|
background: #19b955;
|
||
|
left: 1.25rem;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
|
||
|
.origin_con {
|
||
|
position: relative;
|
||
|
margin-top: 3rem;
|
||
|
margin-bottom: 0.8rem;
|
||
|
}
|
||
|
|
||
|
.date_box {
|
||
|
float: left;
|
||
|
width: 0.8rem;
|
||
|
font-size: 0.2rem;
|
||
|
line-height: 1.5;
|
||
|
text-align: right;
|
||
|
color: #515151;
|
||
|
}
|
||
|
|
||
|
.date2_box {
|
||
|
float: left;
|
||
|
font-size: 0.2rem;
|
||
|
text-align: right;
|
||
|
color: #515151;
|
||
|
width: 1rem;
|
||
|
padding: 0.2rem 0;
|
||
|
}
|
||
|
|
||
|
.date2_box p {
|
||
|
height: 0.4rem;
|
||
|
line-height: 0.4rem;
|
||
|
}
|
||
|
|
||
|
.date {
|
||
|
font-size: 0.26rem;
|
||
|
}
|
||
|
|
||
|
.date2 {
|
||
|
font-size: 0.2rem;
|
||
|
}
|
||
|
|
||
|
.origin_tit_box {
|
||
|
float: right;
|
||
|
width: 6.6rem;
|
||
|
height: 0.7rem;
|
||
|
background: #19b955;
|
||
|
color: white;
|
||
|
font-size: 0.34rem;
|
||
|
border-radius: 0.4rem 0 0 0.4rem;
|
||
|
}
|
||
|
|
||
|
.origin_tit_box span {
|
||
|
float: left;
|
||
|
line-height: 0.7rem;
|
||
|
font-size: 0.32rem;
|
||
|
letter-spacing: 1px;
|
||
|
}
|
||
|
|
||
|
.origin_tit_box .icon {
|
||
|
width: 0.6rem;
|
||
|
height: 0.6rem;
|
||
|
float: left;
|
||
|
border-radius: 50%;
|
||
|
margin: 0.05rem 0.1rem 0.05rem 0.05rem;
|
||
|
vertical-align: middle;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.arrow {
|
||
|
float: right;
|
||
|
width: 0.7rem;
|
||
|
height: 0.7rem;
|
||
|
}
|
||
|
|
||
|
.origin_tit_box .arrow img {
|
||
|
width: 0.5rem;
|
||
|
margin: 0 auto;
|
||
|
display: block;
|
||
|
margin-top: 0.1rem;
|
||
|
}
|
||
|
|
||
|
.origin_box {
|
||
|
position: relative;
|
||
|
overflow-y: auto;
|
||
|
margin-bottom: 0.3rem;
|
||
|
}
|
||
|
|
||
|
.origin_list_con {
|
||
|
width: 7.5rem;
|
||
|
margin-bottom: 0.3rem;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.origin_list {
|
||
|
margin-top: 0.2rem;
|
||
|
}
|
||
|
|
||
|
.detail_box {
|
||
|
background: #f3f3f3;
|
||
|
padding: 0.2rem;
|
||
|
width: 6rem;
|
||
|
float: right;
|
||
|
position: relative;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.origin_bg {
|
||
|
width: 6rem;
|
||
|
height: 1.05rem;
|
||
|
background: url(../images/barbg.png);
|
||
|
background-size: 100%;
|
||
|
position: absolute;
|
||
|
top: 0.06rem;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.tit2 {
|
||
|
font-size: 0.28rem;
|
||
|
color: #333;
|
||
|
height: 0.8rem;
|
||
|
line-height: 0.8rem;
|
||
|
}
|
||
|
|
||
|
.tit2 .tit2_box {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.table-layout: {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.table {
|
||
|
overflow-x: auto;
|
||
|
/*border:1px solid #ddd;*/
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
width: 100%;
|
||
|
border-spacing: 0;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
|
||
|
table td,
|
||
|
table th {
|
||
|
/*border:1px solid #666;*/
|
||
|
white-space: nowrap;
|
||
|
padding: 3px 8px;
|
||
|
}
|
||
|
|
||
|
table tr td {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
table thead tr {
|
||
|
background: #dfe7eb;
|
||
|
}
|
||
|
|
||
|
table tbody tr:nth-child(even) {
|
||
|
background: #eee;
|
||
|
border-bottom: 1px solid #eaeaea;
|
||
|
border-top: 1px solid #eaeaea;
|
||
|
}
|
||
|
|
||
|
/*地图*/
|
||
|
.BMap_cpyCtrl {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.anchorBL {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* 扫码二级页面 */
|
||
|
.product_detail_table{
|
||
|
|
||
|
}
|
||
|
|
||
|
.product_detail_table thead td{
|
||
|
font-size: 0.28rem;
|
||
|
line-height: 1.8;
|
||
|
}
|
||
|
|
||
|
.product_detail_table tbody td{
|
||
|
font-size: 0.26rem;
|
||
|
line-height: 1.8;
|
||
|
vertical-align: top;
|
||
|
white-space: normal;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.product_detail_table tbody .itemName{
|
||
|
width: 107px;
|
||
|
}
|
||
|
|
||
|
.product_detail_table tbody td img{
|
||
|
width: 100px;
|
||
|
}
|