studentList.wxss 514 B

12345678910111213141516171819202122232425262728
  1. .block{
  2. width: 750rpx;
  3. /* margin-left: 25rpx; */
  4. }
  5. .text1{
  6. text-align: center;
  7. font-size: 28rpx;
  8. line-height: 80rpx;
  9. display: block;
  10. background-color: #fff7e7;
  11. border-bottom: 1px solid #cccccc;
  12. }
  13. .text2{
  14. text-align: center;
  15. font-size: 28rpx;
  16. /* line-height: 90rpx; */
  17. display: block;
  18. width: 700rpx;
  19. margin-left: 25rpx;
  20. border-bottom: 1px solid #cccccc;
  21. color: #666666;
  22. }
  23. .text2 .van-col{
  24. margin-top: 20rpx;
  25. margin-bottom: 20rpx;
  26. word-break:break-all;
  27. word-wrap:break-word;
  28. }