index.wxss 381 B

12345678910111213141516171819202122
  1. /**index.wxss**/
  2. .logitem{
  3. width: 100%;
  4. padding: 30rpx;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. font-size: 30rpx;
  9. color: #333333;
  10. border-bottom: 1px solid rgba(0,0,0,.1);
  11. }
  12. /* .logitem .item_l{
  13. max-width: 500rpx;
  14. } */
  15. .logitem .time{
  16. font-size: 26rpx;
  17. padding-top: 10rpx;
  18. color: rgba(51,51,51,.54);
  19. }
  20. .logitem .item_price{
  21. color: #D54C43;
  22. }