| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 | 
							- page{
 
-     background: #f4f4f4;
 
-     min-height: 100%;
 
- }
 
- .container{
 
-     background: #f4f4f4;
 
-     min-height: 100%;
 
- }
 
- .share{
 
-    height: auto;
 
-   overflow: hidden;
 
-   width: 100%;
 
-   border-top: 1px solid #e1e1e1;
 
- }
 
- .day-item{
 
-   height: auto;
 
-   overflow: hidden;
 
-   width: 100%;
 
-   margin-bottom: 20rpx;
 
- }
 
- .day-hd{
 
-   height: 94rpx;
 
-   width: 100%;
 
-   line-height: 94rpx;
 
-   background: #fff;
 
-   padding-left: 30rpx;
 
-   color: #333;
 
-   font-size: 28rpx;
 
- }
 
- .day-list{
 
-   width: 100%;
 
-   height: auto;
 
-   overflow: hidden;
 
-   background: #fff;
 
-   padding-left: 30rpx;
 
-   border-top: 1px solid #e1e1e1;
 
- }
 
- .item{
 
-   height: 212rpx;
 
-   width: 720rpx;
 
-   background: #fff;
 
-   padding: 30rpx 30rpx 30rpx 30rpx;
 
-   border-bottom: 1px solid #e1e1e1;
 
- }
 
- .item:last-child{
 
-   border-bottom: 1px solid #fff;
 
- }
 
- .item .img{
 
-   float: left;
 
-   width: 150rpx;
 
-   height: 150rpx;
 
- }
 
- .item .img-goods{
 
-   float: right;
 
-   width: 200rpx;
 
-   height: 200rpx;
 
- }
 
- .item .info{
 
-   float: center;
 
-   width: 300rpx;
 
-   height: 150rpx;
 
-   display: flex;
 
-   flex-direction: column;
 
-   justify-content: center;
 
-   padding-left: 20rpx;
 
- }
 
- .item .info .name{
 
-   font-size: 28rpx;
 
-   color: #333;
 
-   line-height: 40rpx;
 
- }
 
- .item .info .subtitle{
 
-   margin-top: 8rpx;
 
-   font-size: 24rpx;
 
-   color: #888;
 
-   line-height: 40rpx;
 
- }
 
 
  |