directlivemodification.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /* pages/mine/wxml/directlivemodification/directlivemodification.wxss */
  2. #container{
  3. background: #ececec;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .section{
  8. width: 100%;
  9. background: #fff;
  10. /* display: flex; */
  11. padding: 20rpx;
  12. box-sizing: border-box;
  13. font-size: 30rpx;
  14. border-bottom: 1px solid #ececec;
  15. line-height: 50rpx;
  16. }
  17. .section view,.section input,.section textarea{
  18. float: left;
  19. }
  20. .section::after{
  21. clear:both;
  22. content: "";
  23. display: block
  24. }
  25. .picker{
  26. margin-left: 20rpx;
  27. width: 70%;
  28. height: 50rpx;
  29. }
  30. page {
  31. line-height: 1.6;
  32. font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  33. }
  34. icon {
  35. vertical-align: middle;
  36. }
  37. .weui-cell {
  38. padding: 10px;
  39. position: relative;
  40. display: -webkit-box;
  41. display: -webkit-flex;
  42. display: flex;
  43. align-items: center;
  44. }
  45. .weui-cell_input {
  46. padding-top: 0;
  47. padding-bottom: 0;
  48. }
  49. .weui-uploader__hd {
  50. display: -webkit-box;
  51. display: -webkit-flex;
  52. display: flex;
  53. padding-bottom: 10px;
  54. align-items: center;
  55. }
  56. .weui-uploader__title {
  57. flex: 1;
  58. }
  59. .weui-uploader__info {
  60. color: #b2b2b2;
  61. }
  62. .weui-uploader__bd {
  63. margin-bottom: -4px;
  64. margin-right: -9px;
  65. overflow: hidden;
  66. }
  67. .weui-uploader__file {
  68. float: left;
  69. margin-right: 9px;
  70. margin-bottom: 9px;
  71. }
  72. .weui-uploader__img {
  73. display: block;
  74. width: 79px;
  75. height: 79px;
  76. }
  77. .weui-uploader__input-box {
  78. float: left;
  79. position: relative;
  80. margin-right: 9px;
  81. margin-bottom: 9px;
  82. width: 77px;
  83. height: 77px;
  84. border: 1px solid #d9d9d9;
  85. }
  86. .weui-uploader__input-box:before, .weui-uploader__input-box:after {
  87. content: " ";
  88. position: absolute;
  89. top: 50%;
  90. left: 50%;
  91. transform: translate(-50%, -50%);
  92. background-color: #d9d9d9;
  93. }
  94. .weui-uploader__input-box:before {
  95. width: 2px;
  96. height: 39.5px;
  97. }
  98. .weui-uploader__input-box:after {
  99. width: 39.5px;
  100. height: 2px;
  101. }
  102. .weui-uploader__input {
  103. position: absolute;
  104. z-index: 1;
  105. top: 0;
  106. left: 0;
  107. width: 100%;
  108. height: 100%;
  109. opacity: 0;
  110. }
  111. .hideTrue {
  112. display: none
  113. }
  114. .bottom{
  115. margin-bottom: 90rpx;
  116. }
  117. .btn{
  118. width: 100%;
  119. position: fixed;
  120. bottom: 0;
  121. z-index: 99;
  122. }
  123. .body-view{
  124. line-height: 70rpx;
  125. }
  126. .section switch{
  127. float: right;
  128. }