index.wxss 211 B

1234567891011121314
  1. /* 标题 */
  2. .grey_rectangle_title{
  3. font-size: 32rpx;
  4. color: #000000;
  5. }
  6. .grey_rectangle_title>text{
  7. color: #4BBECF;
  8. }
  9. /* 插槽 */
  10. .grey_rectangle_slot{
  11. display: flex;
  12. align-items: center;
  13. }