shareState.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* pages/shareState/shareState.wxss */
  2. page{
  3. background-color: #fff;
  4. }
  5. .banner{
  6. width:710rpx;
  7. margin:20rpx;
  8. }
  9. .banner image{
  10. width:710rpx;
  11. }
  12. .choose_wrap{
  13. height: 86rpx;
  14. padding:30rpx 0;
  15. background-color: #fff;
  16. }
  17. .choose_content{
  18. width: 100%;
  19. height: 100%;
  20. background-color: #fff;
  21. position: relative;
  22. }
  23. .user_photo{
  24. float:left;
  25. width: 62rpx;
  26. height: 62rpx;
  27. margin:12rpx 24rpx 0 36rpx;
  28. }
  29. .choose_msg{
  30. font-size: 26rpx;
  31. line-height: 42rpx;
  32. margin-left:122rpx;
  33. }
  34. .msg_name{
  35. width: 560rpx;
  36. text-overflow: ellipsis;
  37. overflow: hidden;
  38. white-space: nowrap;
  39. }
  40. .msg_infor{
  41. width: 560rpx;
  42. color: #b2b2b2;
  43. }
  44. .choose_icon{
  45. width: 20rpx;
  46. height: 32rpx;
  47. position: absolute;
  48. top:27rpx;
  49. right: 40rpx;
  50. }
  51. .msg_tetxarea{
  52. width: 710rpx;
  53. padding:20rpx;
  54. font-size: 30rpx;
  55. line-height: 40rpx;
  56. color: #ccc;
  57. }
  58. .send_btn{
  59. width: 88%;
  60. height: 96rpx;
  61. font-size: 34rpx;
  62. line-height: 96rpx;
  63. color: #fff;
  64. text-align: center;
  65. background-color: #169bd5;
  66. position: fixed;
  67. bottom: 20rpx;
  68. left:6%;
  69. border-radius: 8rpx;
  70. z-index: 1;
  71. }
  72. .state_title{
  73. display: inline-block;
  74. margin: 90rpx auto 20rpx;
  75. }
  76. .await_icon,.await_title{
  77. float: left;
  78. }
  79. .await_icon{
  80. width: 42rpx;
  81. height: 42rpx;
  82. margin:0 40rpx;
  83. }
  84. .await_title{
  85. font-size: 30rpx;
  86. }
  87. .banner{
  88. width: 580rpx;
  89. margin:0 auto;
  90. }
  91. .banner image{
  92. width: 100%;
  93. }