giftList.wxss 462 B

12345678910111213141516171819202122232425262728
  1. /* pages/giftList/giftList.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .container{
  6. padding-top:33rpx;
  7. }
  8. .each_list{
  9. margin-bottom: 20rpx;
  10. }
  11. .each_list_icon{
  12. float: left;
  13. width: 210rpx;
  14. border-radius: 8rpx;
  15. margin: 0 24rpx 0 38rpx;
  16. }
  17. .list_title,.list_cont_time{
  18. width: 460rpx;
  19. text-overflow: ellipsis;
  20. overflow: hidden;
  21. white-space: nowrap;
  22. font-size: 30rpx;
  23. padding-bottom: 12rpx;
  24. }
  25. .list_cont_time{
  26. color: #d6dbe5;
  27. font-size: 26rpx;
  28. }