Rx goods supported / Product detail multi-specification added / "window" in fetch removed

This commit is contained in:
Vion
2022-01-22 19:20:04 +08:00
parent 79ff28e63d
commit c6267a73ee
10 changed files with 222 additions and 239 deletions

View File

@@ -10,6 +10,29 @@
overflow-y: auto;
}
}
.ts-tag-list {
display: inline-flex;
flex-wrap: wrap;
justify-content: flex-start;
em {
font-style: normal;
display: flex;
align-items: center;
justify-content: center;
padding:.43rem 1rem;
font-size: 16px;
margin-left: 4px;
margin-right: 12px;
border-radius: 3px;
margin-bottom:1rem;
}
.disabled {
background:#808285;
color:#F6F6F6;
cursor: not-allowed;;
}
}
.ts-product-detail{
i {
font-style: normal;
@@ -83,7 +106,13 @@
}
}
}
.rc-footimage{
img{
margin-left:auto;
margin-right:auto;
max-width:100%;
}
}
// 手机端
@media screen and (max-width:768px) {
.ts-ecprice{
@@ -248,18 +277,6 @@
cursor: pointer;
font-size: 16px;
}
.rc-footimage{
overflow: hidden;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
margin-top: 20px;
img{
width: 100%;
}
}
.ts-product-header {
width: 100%;
.rc-title {
@@ -276,23 +293,14 @@
margin-top: 20px;
.rc-prodtop {
display: flex;
align-items: center;
align-items: flex-start;
span {
font-size: 14px;
color: #333333;
}
em {
font-style: normal;
display: flex;
align-items: center;
justify-content: center;
width: 59px;
font-size: 16px;
margin-left: 4px;
margin-right: 12px;
height: 39px;
border-radius: 3px;
}
em {
padding: 5px;
}
}
}
.certification {
@@ -342,6 +350,7 @@
margin: 0 auto;
width: 100%;
max-width: 1400px;
border-bottom-width: 4px;
.rc-main{
padding:0;
}
@@ -529,20 +538,11 @@
margin-top: 16px;
.rc-prodtop {
display: flex;
align-items: center;
align-items: flex-start;
span {
font-size: 18px;
color: #333333;
}
em {
font-style: normal;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
padding: 5px;
border-radius: 3px;
}
}
}
.rc-produnnum {
@@ -578,16 +578,6 @@
}
}
}
.rc-footimage{
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
img{
width: 100%;
}
}
}
.rc-carousel__gallery-thumbnail{

View File

@@ -104,7 +104,6 @@ ul li ol li em strong i {
}
}
strong{
font-size: 18px;
color: #333333;
display: block;
font-weight: bold;
@@ -425,7 +424,6 @@ border-radius: 100px;
}
strong{
font-size: 26px;
color: #333333;
display: block;
}