zyh_desc.wxss 255 B

12345678910111213141516
  1. /* components/zyh_icon/zyh_icon.wxss */
  2. .border {
  3. display: flex;
  4. justify-content: flex-start;
  5. align-items: center;
  6. padding: 12rpx 0;
  7. }
  8. .icon {
  9. width: 38rpx;
  10. height: 38rpx;
  11. }
  12. .text {
  13. font-size: 28rpx;
  14. color: #464D66;
  15. margin-left: 14rpx;
  16. }