Ei kuvausta

release.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. position: fixed;
  5. top: 0;
  6. }
  7. .top{
  8. width: 100%;
  9. height: 0.45rem;
  10. background: #FFAA48;
  11. padding: 0 0.16rem;
  12. box-sizing: border-box;
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. font-size:0.17rem;
  17. color:#FFFFFF;
  18. }
  19. .join_top{
  20. width: 100%;
  21. height: 0.67rem;
  22. background: #FFAA48;
  23. }
  24. input{
  25. border: 0;
  26. }
  27. /*发布内容*/
  28. .release_con{
  29. width:3.55rem;
  30. /*color: #FFFFFF;*/
  31. background: #FFFFFF;
  32. border-radius:0.04rem;
  33. margin: auto;
  34. margin-top: -0.67rem;
  35. font-size: 0.15rem;
  36. padding: 0 0.16rem;
  37. box-sizing: border-box;
  38. }
  39. .release_con .title{
  40. width:3.23rem;
  41. color:#606060;
  42. font-size:0.17rem;
  43. line-height:0.24rem;
  44. padding-bottom: 0.13rem;
  45. padding-top: 0.29rem;
  46. border-bottom:#D8D8D8 0.01rem solid ;
  47. }
  48. .release_con .title::-webkit-input-placeholder{
  49. font-size:0.17rem;
  50. color:#CACACA;
  51. }
  52. .release_con .content{
  53. width:3.23rem;
  54. height: 5.25rem;
  55. padding: 0.12rem 0.1rem;
  56. font-size:0.12rem;
  57. color:#888888;
  58. line-height:0.17rem;
  59. letter-spacing: 0.005rem;
  60. border: 0;
  61. padding-bottom: 0.3rem;
  62. box-sizing: border-box;
  63. }
  64. .release_con .bottom{
  65. width: 100%;
  66. height: 0.67rem;
  67. padding-top: 0.14rem;
  68. box-sizing: border-box;
  69. }
  70. #image,#video{
  71. width: 0.35rem;
  72. height: 0.35rem;
  73. outline: none;
  74. /*background-color: transparent;
  75. filter:alpha(opacity=0);
  76. -moz-opacity:0;
  77. -khtml-opacity: 0;
  78. opacity: 0;*/
  79. cursor:pointer;
  80. color: red;
  81. }
  82. /*提示*/
  83. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 99;}
  84. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}