普兆健康管家前端代码仓库
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.

14 lines
191 B

  1. .card {
  2. margin-top: 32rpx;
  3. width: 100%;
  4. background: #FAFAFF;
  5. border: 2rpx solid #FFFFFF;
  6. border-radius: 32rpx;
  7. box-sizing: border-box;
  8. }
  9. .cols {
  10. .col {
  11. flex: 1;
  12. }
  13. }