duoyuyan.wxss 364 B

123456789101112131415161718192021222324
  1. .contentV{
  2. display:flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. }
  7. .itemView{
  8. display:flex;
  9. justify-content: flex-start;
  10. margin-top: 30rpx;
  11. height: 130rpx;
  12. width: 90%;
  13. border: 2rpx dotted darkgray;
  14. background-color: aliceblue;
  15. }
  16. .textstye{
  17. font-size: 40rpx;
  18. margin-left: 30rpx;
  19. height: 130rpx;
  20. line-height:130rpx;
  21. }