123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- * {
- font-family: 'PingFang SC','Microsoft YaHei',SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
- box-sizing: border-box;
- }
- .picture {
- width: 3.75rem;
- height: 3.75rem;
- }
- .swiper-pagination-bullet {
- width: 0.1rem;
- height: 0.03rem;
- display: inline-block;
- margin-left: 10px;
- border-radius: 0;
- background: rgba(0,0,0,0.8);
- }
- .swiper-pagination-bullet.swiper-pagination-bullet-active {
- width: 0.1rem;
- height: 0.03rem;
- background: #fff;
- border-radius: 0;
- }
- .main {
- margin: 0 .11rem;
- margin-bottom: .6rem;
- }
- .info {
- margin: .06rem 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .newPrice {
- font-size: .25rem;
- line-height: .36rem;
- color: #F5112A;
- }
- .oldPrice {
- margin-left: .1rem;
- margin-right: .36rem;
- font-size: .1rem;
- color: #A9A9A9;
- text-decoration: line-through;
- }
- .volume {
- font-size: .1rem;
- color: #A9A9A9;
- }
- .collect {
- font-size: .12rem;
- color: #9B9B9B;
- }
- .smallIcon {
- display: inline-block;
- vertical-align: text-bottom;
- width: .16rem;
- height: .16rem;
- }
- .title {
- height: .44rem;
- line-height: .22rem;
- font-size: .15rem;
- color: #000;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .source {
- display: inline-block;
- width: .2rem;
- height: .2rem;
- vertical-align: text-bottom;
- }
- .cheap {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: .12rem;
- margin-bottom: .14rem;
- }
- .cheap .left,.cheap .right {
- width: 1.72rem;
- height: .53rem;
- background-size: 100% 100%;
- }
- .left {
- padding-left: .05rem;
- padding-top: .08rem;
- background-image: url("../img/feedback.png");
- }
- .left div {
- color: #99520F;
- }
- .right div {
- color: #FA2D36;
- }
- .left .number,.right .number {
- font-size: .16rem;
- line-height: .22rem;
- }
- .left .word,.right .word {
- font-size: .1rem;
- line-height: .14rem;
- margin-top: .02rem;
- }
- .right {
- padding-left: .12rem;
- padding-top: .06rem;
- background-image: url("../img/cheap.png");
- }
- .shop {
- overflow: hidden;
- margin-top: .24rem;
- }
- .other {
- float: left;
- margin-left: .1rem;
- }
- .shopPicture {
- width: .53rem;
- height: .53rem;
- float: left;
- margin-left: .1rem;
- border: .01rem solid #000;
- }
- .shopName {
- margin-top: .02rem;
- font-size: .15rem;
- line-height: .21rem;
- }
- .grade {
- margin-top: .09rem;
- }
- .grade span {
- font-size: .12rem;
- line-height: .17rem;
- }
- .button {
- width: 100%;
- height: .39rem;
- line-height: .39rem;
- position: fixed;
- bottom: .05rem;
- left: 0;
- padding: 0 .1rem;
- }
- .share,.buy {
- float: left;
- display: inline-block;
- width: 50%;
- height: 100%;
- text-align: center;
- color: #fff;
- font-size: .15rem;
- }
- .share {
- background: #FCB502;
- border-top-left-radius: .25rem;
- border-bottom-left-radius: .25rem;
- }
- .buy {
- background: #FA2C36;
- border-top-right-radius: .25rem;
- border-bottom-right-radius: .25rem;
- }
- .fenxiang {
- display: inline-block;
- width: .21rem;
- height: .19rem;
- }
- .quan {
- display: inline-block;
- width: .24rem;
- height: .2rem;
- }
|