awaitStateFromList.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* pages/awaitState/awaitState.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .banner image{
  6. width:710rpx;
  7. }
  8. .choose_wrap{
  9. height: 86rpx;
  10. padding:30rpx 0;
  11. background-color: #fff;
  12. }
  13. .choose_content{
  14. width: 100%;
  15. height: 100%;
  16. background-color: #fff;
  17. position: relative;
  18. }
  19. .user_photo{
  20. float:left;
  21. width: 62rpx;
  22. height: 62rpx;
  23. margin:12rpx 24rpx 0 36rpx;
  24. }
  25. .choose_msg{
  26. font-size: 26rpx;
  27. line-height: 42rpx;
  28. margin-left:122rpx;
  29. }
  30. .msg_name{
  31. width: 560rpx;
  32. text-overflow: ellipsis;
  33. overflow: hidden;
  34. white-space: nowrap;
  35. }
  36. .msg_infor{
  37. width: 560rpx;
  38. color: #b2b2b2;
  39. }
  40. .choose_icon{
  41. width: 20rpx;
  42. height: 32rpx;
  43. position: absolute;
  44. top:27rpx;
  45. right: 40rpx;
  46. }
  47. .msg_tetxarea{
  48. width: 710rpx;
  49. padding:20rpx;
  50. font-size: 30rpx;
  51. line-height: 40rpx;
  52. color: #ccc;
  53. }
  54. .send_btn{
  55. width: 88%;
  56. height: 96rpx;
  57. font-size: 34rpx;
  58. line-height: 96rpx;
  59. color: #fff;
  60. text-align: center;
  61. background-color: #169bd5;
  62. position: fixed;
  63. bottom: 20rpx;
  64. left:6%;
  65. border-radius: 8rpx;
  66. z-index: 1;
  67. }
  68. .state_title{
  69. display: inline-block;
  70. margin: 90rpx auto 20rpx;
  71. }
  72. .await_icon,.await_title{
  73. float: left;
  74. }
  75. .await_icon{
  76. width: 42rpx;
  77. height: 42rpx;
  78. margin:0 40rpx;
  79. }
  80. .await_title{
  81. font-size: 30rpx;
  82. }
  83. .banner{
  84. width: 580rpx;
  85. margin:50rpx auto 20rpx;
  86. }
  87. .banner image{
  88. width: 100%;
  89. }
  90. .footer_btn{
  91. width: 100%;
  92. position: fixed;
  93. left: 0;
  94. bottom: 30rpx;
  95. display: flex;
  96. justify-content: center;
  97. }
  98. .footer_each_btn{
  99. display: inline-block;
  100. color: #8594b2;
  101. font-size: 26rpx;
  102. padding:0 16rpx;
  103. box-sizing:border-box;
  104. }
  105. .footer_each_btn_left{
  106. border-right: 1px solid #8594b2;
  107. }
  108. /* 上传图片 */
  109. .upload_wrap{
  110. padding:20rpx;
  111. }
  112. .upload_img_wrap{
  113. float:left;
  114. width: 110rpx;
  115. height: 110rpx;
  116. margin: 25rpx;
  117. position: relative;
  118. }
  119. .delete_img{
  120. width: 30rpx;
  121. height: 30rpx;
  122. position: absolute;
  123. top: -15rpx;
  124. right: -15rpx;
  125. z-index: 2;
  126. }
  127. .upload_img{
  128. width: 110rpx;
  129. height: 110rpx;
  130. }