newsDetail.wxss 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .main .top {
  7. float: left;
  8. width: 94%;
  9. margin: 0 0 20rpx 0;
  10. padding: 0 20rpx;
  11. }
  12. .main .top .title {
  13. float: left;
  14. width: 100%;
  15. text-align: center;
  16. font-size: 35rpx;
  17. padding: 15rpx 0;
  18. }
  19. .main .top .orgin {
  20. float: left;
  21. width: 100%;
  22. }
  23. .main .top .orgin text {
  24. float: left;
  25. width: 50%;
  26. text-align: center;
  27. padding: 15rpx 0;
  28. color: #666;
  29. font-size: 30rpx;
  30. font-weight: bold;
  31. }
  32. .main .top .type {
  33. float: left;
  34. width: 100%;
  35. text-align: center;
  36. }
  37. .main .top .type text {
  38. padding: 15rpx 0;
  39. color: #666;
  40. font-size: 30rpx;
  41. font-weight: bold;
  42. }
  43. .main .top .image {
  44. float: left;
  45. width: 100%;
  46. text-align: center;
  47. margin: 30rpx 0 0 0;
  48. }
  49. .main .top .image image {
  50. width: 100%;
  51. height: 400rpx;
  52. }
  53. .main .down {
  54. float: left;
  55. width: 94%;
  56. padding: 0 20rpx 20rpx 20rpx;
  57. }
  58. .main .down .content {
  59. float: left;
  60. width: 100%;
  61. font-size: 30rpx;
  62. }