租房小程序前端代码
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.

13 lines
179 B

6 months ago
  1. page{
  2. background-color: #f5f5f5;
  3. }
  4. .line-green {
  5. width: 8rpx;
  6. height: 32rpx;
  7. background: #20CD7D;
  8. border-radius: 4rpx;
  9. }
  10. .bgc-active-lg{
  11. background-color: #F1FFF9;
  12. }