group-titlle.wxss 254 B

12345678910111213141516
  1. /* compone/group-titlle.wxss */
  2. .group-title{
  3. width: 100%;
  4. display: flex;
  5. align-items: center;
  6. color: #464646;
  7. font-size: 32rpx;
  8. font-weight: 600;
  9. }
  10. .group-title>p{
  11. margin-left: 20rpx;
  12. }
  13. .group-title>image{
  14. width: 6rpx;
  15. height: 20rpx;
  16. }