| 12345678910111213141516171819202122 |
- /**index.wxss**/
- .logitem{
- width: 100%;
- padding: 30rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 30rpx;
- color: #333333;
- border-bottom: 1px solid rgba(0,0,0,.1);
- }
- /* .logitem .item_l{
- max-width: 500rpx;
- } */
- .logitem .time{
- font-size: 26rpx;
- padding-top: 10rpx;
- color: rgba(51,51,51,.54);
- }
- .logitem .item_price{
- color: #D54C43;
- }
|