part_call_in.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* president/pages/part_call_in/part_call_in.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .theme{
  4. margin: 20rpx;
  5. }
  6. .theme-hend{
  7. margin: 40rpx 0 60rpx 0;
  8. font-size: 34rpx;
  9. color: #333;
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center
  13. }
  14. .li-right-title{
  15. overflow: hidden;
  16. white-space: nowrap;
  17. width: 454rpx;
  18. }
  19. .theme-hend-select{
  20. color: #666666;
  21. font-size: 30rpx;
  22. }
  23. .header {
  24. background: #FAFAFA;
  25. padding: 24rpx 30rpx;
  26. }
  27. .header-active {
  28. background: #fff;
  29. }
  30. .li{
  31. display: flex;
  32. justify-content: space-between;
  33. margin-bottom: 50rpx;
  34. }
  35. .select {
  36. display: flex;
  37. justify-content: flex-start;
  38. /* align-items: flex-start; */
  39. padding: 0 30rpx 0 30rpx;
  40. margin-bottom: 50rpx;
  41. background: #fff;
  42. border-radius: 18rpx;
  43. }
  44. .li-center-items{
  45. display:inline-block;
  46. margin-left:30rpx;
  47. position: relative;
  48. top: 30rpx;
  49. }
  50. .li-col {
  51. flex: 1;
  52. display: flex;
  53. flex-direction: column;
  54. justify-content: flex-start;
  55. align-items: flex-start;
  56. }
  57. .li-title {
  58. font-size: 32rpx;
  59. color: #333;
  60. }
  61. .li-row {
  62. width: 100%;
  63. display: flex;
  64. justify-content: space-between;
  65. align-items: center;
  66. margin-top: 30rpx;
  67. }
  68. .li-text-blue {
  69. color: #00B7FF;
  70. font-size: 32rpx;
  71. margin-right: 10rpx;
  72. }
  73. .li-text-yellow {
  74. color: #FF6464;
  75. font-size: 32rpx;
  76. margin-right: 10rpx;
  77. }
  78. .li-text-red {
  79. color: #FF80A8;
  80. font-size: 32rpx;
  81. }
  82. .li-text-gray {
  83. font-size: 30rpx;
  84. color: #666;
  85. }
  86. .li-text-black {
  87. font-size: 34rpx;
  88. color: #333;
  89. flex: 1;
  90. }
  91. .li-icon {
  92. width: 30rpx;
  93. height: 26rpx;
  94. margin-right: 14rpx;
  95. }
  96. .li-icon-two {
  97. width: 26rpx;
  98. height: 26rpx;
  99. margin-right: 14rpx;
  100. }
  101. .li-circle {
  102. width: 40rpx;
  103. height: 40rpx;
  104. margin-right: 30rpx;
  105. }
  106. .li-circle-label {
  107. font-size: 30rpx;
  108. color: #ccc;
  109. margin-right: 30rpx;
  110. }
  111. .li-center {
  112. align-items: center;
  113. }
  114. .li-items-all{
  115. display: flex;
  116. justify-content: flex-start;
  117. }
  118. .li-img-all{
  119. display: inline-block;
  120. width: 178rpx;
  121. height: 210rpx;
  122. }