state.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. /*澶撮儴*/
  2. #userHeaderWraper{
  3. width: 100%;
  4. background: #fff;
  5. padding: 1rem;
  6. margin-bottom: 0.5rem;
  7. background: url(02.jpg) no-repeat;
  8. background-size: cover;
  9. background-position: center;
  10. text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
  11. position: relative;
  12. }
  13. #uhIcon{width: 95%; margin-bottom: 0.5rem;}
  14. #uhIcon>div{display: inline-block;}
  15. #uhHeadicon{
  16. width: 4rem;
  17. height: 4rem;
  18. border-radius: 50%;
  19. overflow: hidden;
  20. margin-right: 0.5rem;
  21. }
  22. #uhHeadicon img{width: 100%;height: 100%;}
  23. #uhUserInfo>span{
  24. height: 2rem;
  25. line-height: 2rem;
  26. display: block;
  27. }
  28. #uhNickname i{margin-left: 0.5rem;}
  29. /*鐘舵�*/
  30. .stateWraper{
  31. width: 100%;
  32. background: #fff;
  33. border-top: 1px solid rgb(208,208,208);
  34. border-bottom: 1px solid rgb(208,208,208);
  35. padding-top: 0.5rem;
  36. margin-bottom: 0.5rem;
  37. }
  38. .stUserArea{padding: 0 1rem;}
  39. .stUserInfo{
  40. width: 100%;
  41. height: 3.5rem;
  42. }
  43. .stUserInfo>div{display: inline-block;}
  44. .stHeadIcon{
  45. width: 3rem;
  46. height: 3rem;
  47. margin-right: 1rem;
  48. border-radius: 50%;
  49. overflow: hidden;
  50. }
  51. .stHeadIcon img{width: 100%;height: 100%;}
  52. .stInfomation{
  53. height: 3rem;
  54. }
  55. .stInfomation>span{
  56. display: block;
  57. height: 1.5rem;
  58. line-height: 1.5rem;
  59. }
  60. .stUserContent{
  61. margin-top: 0.5rem;
  62. }
  63. .stImgWrap{
  64. width: 100%;
  65. position: relative;
  66. }
  67. .stImgWrap li{display:block;}
  68. .stUnlock{
  69. position: absolute;
  70. background: rgba(0,0,0,0.8);
  71. bottom: 0;
  72. left: 0;
  73. width: 100%;
  74. height: 3rem;
  75. line-height: 3rem;
  76. padding: 0 1rem;
  77. }
  78. .stUnlock span{width: 90%;display:inline-block;}
  79. .stUnlock button{position: absolute; right: 1rem;bottom: 0; width: 3rem;height: 3rem;font-size: 2rem;}
  80. .stCommentWrap{
  81. padding: 0.5rem 1rem;
  82. }
  83. .stCommentWrap i{margin-right: 0.5rem;}
  84. .stComment span{margin-right: 0.5rem;}
  85. /*鏇村鎿嶄綔鎸夐挳*/
  86. #stChoices{
  87. width: 250px;
  88. position: fixed;
  89. bottom: 1rem;
  90. left: 50%;
  91. margin-left:-125px;
  92. }
  93. #stChoices button:not(#likeOneMore){
  94. width: 100%;
  95. min-height: 4rem;
  96. background: #fff;
  97. }
  98. #stChoices button i{margin-right: 1rem;}
  99. #uhChoices .CancelBtn{
  100. border-radius: 10px;
  101. }
  102. #stSystem{
  103. border-radius: 10px;
  104. text-align: left;
  105. padding: 15px;
  106. margin-bottom: 1rem;
  107. }
  108. #stSystem span{color:#05c0ab;}
  109. .btnGroup{
  110. margin-bottom: 1rem;
  111. border-radius: 10px;
  112. overflow: hidden;
  113. }
  114. .btnGroup button:not(:last-child){
  115. border-bottom: 1px solid rgb(208,208,208);
  116. }
  117. #likeOneMore{
  118. display: block;
  119. width: 100%;
  120. min-height: 3rem;
  121. font-size: 4rem;
  122. margin-bottom: 0.5rem;
  123. text-align: center;
  124. background: transparent;
  125. opacity: 0;
  126. }
  127. #commentSender {
  128. background-color: #fff;
  129. position: fixed;
  130. bottom:0;
  131. left:0;
  132. z-index: 3;
  133. width: 100%;
  134. padding:10px;
  135. border-top:1px solid #999;
  136. }
  137. textarea {
  138. height: 65px;
  139. line-height: 2rem;
  140. width: 100%;
  141. border-style: none;
  142. resize: none;
  143. padding: 5px;
  144. }
  145. .commentBtn{
  146. display:inline-block;
  147. width: 40%;
  148. height: 30px;
  149. line-height:30px;
  150. margin-top:5px;
  151. background-color: #fff;
  152. border: 1px solid rgba(0,0,0,0.1);
  153. border-radius:5px;
  154. }
  155. #senderComment{float:right;}
  156. span{
  157. white-space:nowrap;
  158. overflow:hidden;
  159. text-overflow:ellipsis;
  160. }
  161. .fix{
  162. position: fixed;
  163. top: 0;
  164. left: 0;
  165. z-index: 2;
  166. }