Browse Source

始宁农业小程序:样式

panyong 2 years ago
parent
commit
7a5a26a865

+ 5 - 1
htmldev/shiningWxMini/README.md

@@ -1 +1,5 @@
-### 页面
+### todo List
+
+* 农事天地
+  - [ ] 评论:回复、删除
+  - [ ] 关注:取消关注

+ 0 - 1
htmldev/shiningWxMini/pages/businessGoodsEdit/businessGoodsEdit.js

@@ -545,4 +545,3 @@ Page({
     } catch (err) {}
   }
 })
-// todo 商品编辑:商品分类数据没有回传

+ 30 - 30
htmldev/shiningWxMini/pages/news/news.scss

@@ -224,38 +224,38 @@
   margin: 0 auto;
   border-radius: 38rpx;
   background: rgba(240, 240, 240, 1);
-}
 
-.smile {
-  position: absolute;
-  left: 27rpx;
-  top: 18rpx;
-  width: 40rpx;
-  height: 40rpx;
-}
+  .smile {
+    position: absolute;
+    left: 27rpx;
+    top: 18rpx;
+    width: 40rpx;
+    height: 40rpx;
+  }
 
-input {
-  width: 383rpx;
-  height: 100%;
-  padding: 0 13rpx;
-  margin-left: 67rpx;
-  font-size: 32rpx;
-  color: rgba(51, 51, 51, 1);
-}
+  input {
+    width: 383rpx;
+    height: 100%;
+    padding: 0 13rpx;
+    margin-left: 67rpx;
+    font-size: 32rpx;
+    color: rgba(51, 51, 51, 1);
+  }
 
-.placeholder {
-  color: rgba(166, 166, 166, 1);
-}
+  .placeholder {
+    color: rgba(166, 166, 166, 1);
+  }
 
-.btn-send {
-  position: absolute;
-  right: 14rpx;
-  top: 10rpx;
-  z-index: 99;
-  width: 108rpx;
-  height: 56rpx;
-  border-radius: 38rpx;
-  background: rgba(96, 169, 252, 1);
-  font-size: 24rpx;
-  color: #FFF;
+  .btn-send {
+    position: absolute;
+    right: 14rpx;
+    top: 10rpx;
+    z-index: 99;
+    width: 108rpx;
+    height: 56rpx;
+    border-radius: 38rpx;
+    background: rgba(96, 169, 252, 1);
+    font-size: 24rpx;
+    color: #FFF;
+  }
 }