clocklist.wxss 175 B

12345678910111213
  1. /* pages/clocklist/clocklist.wxss */
  2. view{
  3. padding: 20rpx;
  4. }
  5. image{
  6. width: 100%;
  7. height: 300rpx;
  8. border-radius: 10rpx;
  9. }
  10. text{
  11. display: block;
  12. margin-top: 20rpx;
  13. }