growUp.wxss 851 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* pages/growUp/growUp.wxss */
  2. .container{
  3. padding: 0;
  4. margin: 0;
  5. }
  6. .grow-list{
  7. width: 699rpx;
  8. margin: 0 25rpx;
  9. border-left: 1rpx solid #ccc;
  10. }
  11. .grow-box{
  12. display: flex;
  13. margin-bottom: 40rpx;
  14. }
  15. .grow-title{
  16. padding-left: 30rpx;
  17. }
  18. .line-index{
  19. width: 20rpx;
  20. height: 20rpx;
  21. background: #cc6031;
  22. border-radius: 20rpx;
  23. position: relative;
  24. top: 20rpx;
  25. left: -10rpx;
  26. }
  27. .grow-time{
  28. font-size: 32rpx;
  29. height: 60rpx;
  30. line-height: 60rpx;
  31. }
  32. .grow-name{
  33. height: 40rpx;
  34. line-height: 40rpx;
  35. }
  36. .grow-desc{
  37. font-size: 20rpx;
  38. background: #eee;
  39. display: inline-block;
  40. height: 30rpx;
  41. line-height: 30rpx;
  42. color: #666;
  43. padding: 5rpx 10rpx;
  44. margin-top: 30rpx;
  45. }
  46. .grow-content image,.grow-content video{
  47. max-width: 400rpx;
  48. max-height: 300rpx;
  49. }
  50. .grow-content{
  51. margin: 20rpx 0;
  52. }