sociology.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .content{
  2. background-color: #F2F2F2;
  3. padding: 20rpx;
  4. }
  5. Page {
  6. width: 100%;
  7. height: 100%;
  8. background-color: #F2F2F2;
  9. }
  10. .header{
  11. background-color: #fff;
  12. width: 710rpx;
  13. height: 300rpx;
  14. display: flex;
  15. flex-flow: column nowrap;
  16. justify-content: space-around;
  17. border-radius: 10rpx;
  18. margin-bottom: 20rpx;
  19. }
  20. .top{
  21. display: flex;
  22. flex-flow: row nowrap;
  23. justify-content: left;
  24. padding: 20rpx;
  25. }
  26. .c_img{
  27. height: 120rpx;
  28. width: 160rpx;
  29. }
  30. .top_right{
  31. display: flex;
  32. flex-flow: column nowrap;
  33. justify-content: space-around;
  34. margin-left: 50rpx;
  35. }
  36. .c_name{
  37. font-size: 36rpx;
  38. color: #1296db;
  39. }
  40. .desc{
  41. font-size: 24rpx;
  42. color: #667580;
  43. }
  44. .search_group{
  45. display: flex;
  46. flex-flow: row nowrap;
  47. justify-content: space-around;
  48. border: 2rpx solid #E6E6E6;
  49. border-radius: 50rpx;
  50. height: 60rpx;
  51. align-items: center;
  52. width: 660rpx;
  53. }
  54. .search_input{
  55. width: 600rpx;
  56. }
  57. .bottom{
  58. display: flex;
  59. flex-flow: row nowrap;
  60. justify-content: center;
  61. }
  62. .info{
  63. background-color: #fff;
  64. width: 710rpx;
  65. height: 160rpx;
  66. display: flex;
  67. flex-flow: column nowrap;
  68. justify-content: space-around;
  69. border-radius: 10rpx;
  70. margin-bottom: 20rpx;
  71. }
  72. .info_top,.info_mid,.info_bottom{
  73. display: flex;
  74. flex-flow: row nowrap;
  75. justify-content: space-between;
  76. padding: 0 15rpx;
  77. }
  78. .info_bottom{
  79. display: flex;
  80. flex-flow: row nowrap;
  81. justify-content: left;
  82. padding: 0 15rpx;
  83. }
  84. .info_mid_left{
  85. display: flex;
  86. flex-flow: row nowrap;
  87. justify-content: left;
  88. }
  89. .info_bottom_img{
  90. width: 35rpx;
  91. height: 35rpx;
  92. }
  93. .info_top_left{
  94. color: #43496a;
  95. font-size: 32rpx;
  96. }
  97. .info_top_right{
  98. color: #ff7c7c;
  99. font-size: 28rpx;
  100. }
  101. .info_mid_left,.info_mid_right{
  102. font-size: 12px;
  103. color: #b0b4ca;
  104. }
  105. .info_bottom_2{
  106. font-size: 28rpx;
  107. color: #777d9c;
  108. margin-left: 10rpx;
  109. }
  110. .input_text{
  111. color: #c2c6da;
  112. font-size: 28rpx;
  113. }
  114. .icon_search{
  115. margin-left: 20rpx;
  116. }
  117. .icon_clear{
  118. margin-right: 20rpx;
  119. }