index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* pages/policyDetail/index.wxss */
  2. .main {
  3. float: left;
  4. width: 93%;
  5. height: 100%;
  6. margin: 30rpx 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 .jiguan {
  19. float: left;
  20. width: 100%;
  21. text-align: center;
  22. font-size: 22rpx;
  23. font-family: Source Han Sans SC;
  24. font-weight: 400;
  25. color: rgba(136, 136, 136, 1);
  26. margin: 0 0 10rpx 0;
  27. }
  28. .main .zihao {
  29. float: left;
  30. width: 100%;
  31. text-align: center;
  32. font-size: 22rpx;
  33. font-family: Source Han Sans SC;
  34. font-weight: 400;
  35. color: rgba(136, 136, 136, 1);
  36. margin: 0 0 10rpx 0;
  37. }
  38. .main .zhuti {
  39. float: left;
  40. width: 100%;
  41. text-align: center;
  42. font-size: 22rpx;
  43. font-family: Source Han Sans SC;
  44. font-weight: 400;
  45. color: rgba(136, 136, 136, 1);
  46. margin: 0 0 30rpx 0;
  47. }
  48. .main .zhuti span {
  49. margin: 0 10rpx 0 0;
  50. }
  51. .main .image {
  52. float: left;
  53. width: 100%;
  54. height: 298rpx;
  55. text-align: center;
  56. margin: 0 0 30rpx 0;
  57. }
  58. .main .content {
  59. float: left;
  60. width: 100%;
  61. font-size: 26rpx;
  62. font-family: Source Han Sans SC;
  63. font-weight: 400;
  64. color: rgba(40, 40, 40, 1);
  65. margin: 0 0 30rpx 0;
  66. }