123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- /*提示*/
- .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 99;}
- .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}
- body{
- background: #F7F7F6;
- min-height: 100vh;
- width: 100%;
- }
- .container{
- width: 3.55rem;
- min-height:100vh ;
- background: #FFFFFF;
- box-shadow:0px 0.01rem 0.06rem 0px rgba(255,103,0,0.2);
- border-radius:0.08rem;
- margin: auto;
- }
- .con{
- min-height: 2.2rem;
- margin: 0 0.11rem;
- box-sizing: border-box;
- border-bottom: 0.01rem solid rgba(223,216,251,0.3);
- }
- .con h3{
- padding-top: 0.22rem;
- padding-bottom: 0.04rem;
- color: #222222;
- font-size: 0.2rem;
- line-height: 0.28rem;
- }
- .con .info{
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 0.14rem;
- }
- .con .info .left span:nth-of-type(1){
- color: #555555;
- font-size: 0.14rem;
- line-height: 0.2rem;
- padding-right: 0.25rem;
- }
- .con .info .left span:nth-of-type(2){
- color: #888888;
- font-size: 0.12rem;
- line-height: 0.17rem;
- }
- .con .info .right{
- color: #888888;
- font-size: 0.12rem;
- line-height: 0.17rem;
- }
- .con .content{
- padding-bottom: 0.21rem;
- font-size: 0.13rem;
- line-height: 0.18rem;
- }
- .con .content img{
- width: 3.32rem;
- margin: 0.06rem 0;
- }
- /*产品推荐*/
- .commodityRecommend{
- padding:0 0.16rem;
- padding-top: 0.25rem;
- box-sizing: border-box;
- }
- .commodityRecommend h3{
- font-size: 0.18rem;
- line-height: 0.25rem;
- color: #333333;
- font-weight: bold;
- }
- .commodityRecommend ul li{
- min-height: 0.73rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 0.01rem solid #EDEDED;
- }
- .commodityRecommend ul li .left{
- display: flex;
- align-items: center;
- flex: 1;
- }
- .commodityRecommend ul li .left img{
- width: 0.45rem;
- height: 0.45rem;
- border-radius: 0.05rem;
- margin-right: 0.12rem;
- }
- .commodityRecommend ul li .left div span:nth-of-type(1){
- display: block;
- font-size: 0.16rem;
- line-height: 0.22rem;
- color: #333333;
- font-weight: bold;
- padding-bottom: 0.04rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 1.4rem;
- }
- .commodityRecommend ul li .left div span:nth-of-type(2){
- color: #666666;
- font-size: 0.13rem;
- line-height: 0.18rem;
- }
- .commodityRecommend ul li .right{
- text-align: center;
- }
- .commodityRecommend ul li .right span:nth-of-type(1){
- color: #FF4848;
- font-size: 0.18rem;
- line-height: 0.25rem;
- display: block;
- padding-bottom: 0.05rem;
- }
- .commodityRecommend ul li .right span:nth-of-type(2){
- color: #555555;
- font-size: 0.12rem;
- line-height: 0.17rem;
- }
|