style.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* pages/style/style.wxss */
  2. page{
  3. padding: 30rpx;
  4. }
  5. .title{
  6. font-size: 32rpx;
  7. margin: 30rpx 0 0 0;
  8. }
  9. .item{
  10. padding: 30rpx 0 0rpx;
  11. padding-left: 140rpx;
  12. position: relative;
  13. }
  14. .item label{
  15. position: absolute;
  16. left: 0;
  17. top: 30rpx;
  18. line-height: 64rpx;
  19. font-weight: 500;
  20. }
  21. .tags{
  22. position: relative;
  23. font-size: 36rpx;
  24. }
  25. .tags>text{
  26. display: inline-block;
  27. /* width: 160rpx; */
  28. border: 1px solid #E0E0E0;
  29. text-align: center;
  30. line-height: 64rpx;
  31. border-radius: 32rpx;
  32. font-size: 30rpx;
  33. margin-bottom: 16rpx;
  34. margin-right: 16rpx;
  35. padding: 0 30rpx;
  36. }
  37. .tags .act{
  38. border: 1px solid #FFEFEB;
  39. background: #FFEFEB;
  40. color: #D94B24;
  41. }
  42. .date-picker{
  43. line-height: 64rpx;
  44. }
  45. .date-picker text{
  46. color: #666;
  47. font-size: 30rpx;
  48. }
  49. .tags input{
  50. border: 1px solid #E0E0E0;
  51. width: 100%;
  52. height: 88rpx;
  53. padding: 0 24rpx;
  54. box-sizing: border-box;
  55. position: relative;
  56. top: -5rpx;
  57. font-size: 30rpx;
  58. border-radius: 8rpx;
  59. }
  60. .upload{
  61. width: 240rpx;
  62. height: 240rpx;
  63. background: #F7F7F7;
  64. border-radius: 8rpx;
  65. text-align: center;
  66. font-size: 30rpx;
  67. padding-top: 74rpx;
  68. }
  69. .upload image{
  70. width: 50rpx;
  71. display: block;
  72. margin: 0 auto 8rpx;
  73. }
  74. .post_btn{
  75. margin: 100rpx 0 40rpx;
  76. line-height: 88rpx;
  77. padding: 0;
  78. }
  79. .item picker{
  80. display: inline-block;
  81. }
  82. .date-picker image{
  83. width: 24rpx;
  84. }
  85. .account_img{
  86. width: 240rpx;
  87. height: 240rpx;
  88. border-radius: 8rpx;
  89. }
  90. .icon-small{
  91. display: block;
  92. margin-left: 95rpx;
  93. }
  94. input::disabled{
  95. background: #999;
  96. }