index.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* pages/policyDetail/index.wxss */
  2. .main {
  3. float: left;
  4. width: 93%;
  5. height: 100%;
  6. margin: 40rpx 30rpx 0 30rpx;
  7. }
  8. .main .title {
  9. float: left;
  10. width: 100%;
  11. text-align: center;
  12. font-size: 30rpx;
  13. font-family: Source Han Sans SC;
  14. font-weight: bold;
  15. color: rgba(40, 40, 40, 1);
  16. margin: 0 0 25rpx 0;
  17. }
  18. .main .date {
  19. float: left;
  20. width: 100%;
  21. text-align: right;
  22. font-size: 22rpx;
  23. font-family: Source Han Sans SC;
  24. font-weight: 400;
  25. color: rgba(136, 136, 136, 1);
  26. margin: 30rpx 0;
  27. }
  28. /*
  29. .main .jiguan {
  30. float: left;
  31. width: 100%;
  32. text-align: center;
  33. font-size: 22rpx;
  34. font-family: Source Han Sans SC;
  35. font-weight: 400;
  36. color: rgba(136, 136, 136, 1);
  37. margin: 0 0 10rpx 0;
  38. } */
  39. /* .main .zihao {
  40. float: left;
  41. width: 100%;
  42. text-align: center;
  43. font-size: 22rpx;
  44. font-family: Source Han Sans SC;
  45. font-weight: 400;
  46. color: rgba(136, 136, 136, 1);
  47. margin: 0 0 10rpx 0;
  48. } */
  49. /* .main .zhuti {
  50. float: left;
  51. width: 100%;
  52. text-align: center;
  53. font-size: 22rpx;
  54. font-family: Source Han Sans SC;
  55. font-weight: 400;
  56. color: rgba(136, 136, 136, 1);
  57. margin: 0 0 30rpx 0;
  58. }
  59. .main .zhuti span {
  60. margin: 0 10rpx 0 0;
  61. }
  62. .main .image {
  63. float: left;
  64. width: 100%;
  65. height: 298rpx;
  66. text-align: center;
  67. margin: 0 0 30rpx 0;
  68. } */
  69. .main .image {
  70. float: left;
  71. width: 100%;
  72. height: 298rpx;
  73. text-align: center;
  74. margin: 0 0 30rpx 0;
  75. }
  76. .main .content {
  77. float: left;
  78. width: 100%;
  79. font-size: 26rpx;
  80. font-family: Source Han Sans SC;
  81. font-weight: 400;
  82. color: rgba(40, 40, 40, 1);
  83. margin: 0 0 30rpx 0;
  84. }