业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516
  1. /**index.wxss**/
  2. .home-page {
  3. background: #f5f9ff;
  4. padding: 20rpx;
  5. min-height: 100%;
  6. padding-bottom: 120rpx;
  7. font-size: 26rpx;
  8. }
  9. .search-view {
  10. height: 230rpx;
  11. background: #32aecd;
  12. border-radius: 15rpx;
  13. box-sizing: border-box;
  14. padding:20rpx;
  15. }