shareholder.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f6f6f6;
  6. }
  7. .main .one {
  8. position: fixed;
  9. z-index: 999;
  10. width: 100%;
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. background-color: #409eff;
  14. color: #ffffff;
  15. text-align: center;
  16. }
  17. .main .two {
  18. position: absolute;
  19. top: 80rpx;
  20. width: 100%;
  21. }
  22. .main .two .image {
  23. float: left;
  24. width: 94%;
  25. padding: 20rpx;
  26. }
  27. .main .two .image image {
  28. width: 100%;
  29. border-radius: 20rpx;
  30. }
  31. .main .two .info {
  32. float: left;
  33. width: 94%;
  34. padding: 0 20rpx;
  35. }
  36. .main .two .info .list {
  37. float: left;
  38. width: 100%;
  39. }
  40. .main .two .info .list text {
  41. float: left;
  42. width: 100%;
  43. text-align: center;
  44. font-size: 30rpx;
  45. padding: 8rpx 0;
  46. }
  47. .main .two .info .list text:nth-child(1) {
  48. font-weight: bold;
  49. font-size: 35rpx;
  50. }
  51. .main .two .info .listCon {
  52. float: left;
  53. width: 100%;
  54. text-align: center;
  55. }
  56. .main .two .info .listCon .title {
  57. float: left;
  58. width: 100%;
  59. font-weight: bold;
  60. font-size: 35rpx;
  61. padding: 8rpx 0;
  62. }
  63. .main .two .info .listCon view {
  64. float: left;
  65. width: 100%;
  66. padding: 8rpx 0;
  67. }
  68. .main .two .info .listCon view text {
  69. font-weight: bold;
  70. color: #ff0000;
  71. font-size: 40rpx;
  72. }