index.wxss 546 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @import '/utils/styles/index.wxss';
  2. /* 内容 */
  3. .handle{
  4. height: 200rpx;
  5. padding: 0 30rpx;
  6. margin-top: 22rpx;
  7. }
  8. .title{
  9. display: flex;
  10. justify-content: space-between;
  11. height: 84rpx;
  12. }
  13. .title view{
  14. display: flex;
  15. align-items: center;
  16. font-size: 30rpx;
  17. color: #333;
  18. }
  19. .title image{
  20. width: 100rpx;
  21. /* height: 100rpx; */
  22. }
  23. .section{
  24. font-size: 24rpx;
  25. color: #666;
  26. margin-top: 10rpx;
  27. }
  28. .desc{
  29. display: flex;
  30. justify-content: space-between;
  31. margin-top: 20rpx;
  32. }
  33. .desc text{
  34. font-size: 24rpx;
  35. color:#666;
  36. }