material_details.wxss 760 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* pages/material/material_details.wxss */
  2. .container{
  3. margin: 30rpx 30rpx;
  4. }
  5. .notice_tit{
  6. font-size: 32rpx;
  7. color: #181818;
  8. text-align: left;
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .tit{
  13. color: #f94b0e;
  14. list-style: circle;
  15. font-size: 34rpx;
  16. font-weight: 500;
  17. height: 60rpx;
  18. line-height: 60rpx;
  19. margin-bottom: 30rpx;
  20. }
  21. .notice_tit_s{
  22. display: flex;
  23. flex-direction: column;
  24. align-items: left;
  25. padding-bottom: 40rpx;
  26. }
  27. .notice_tit_s i{
  28. font-size: 32rpx;
  29. color: #181818;
  30. }
  31. .bor{
  32. width: 92%;
  33. padding: 3% 4%;
  34. box-shadow: 0px 0px 10rpx #e9e9e9;
  35. border-radius: 14rpx;
  36. margin-bottom: 30rpx;
  37. }
  38. .icon-weibiaoti--{
  39. font-size: 36rpx;
  40. color: #ffaa8a;
  41. margin-right: 14rpx;
  42. }
  43. .icon-dian{
  44. font-size: 38rpx;
  45. color: #f94b0e;
  46. }