 @keyframes cn-data-circle {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        /* saf-rotate 类应用旋转效果 */
        .saf-rotate {
            display: inline-block;
            animation: cn-data-circle 10s linear infinite;
        }

        /* 设置带有 saf-circle 属性的元素的基本样式 */
        [saf-circle] {
            display: inline-block;
            position: relative;
            text-align: center;
              color: #e05f01 !important;
    width: 140px !important;
    height: 140px !important;
        }

        [saf-circle] span {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.5s cubic-bezier(0, 0, 0, 1);
        }
.saf-rotate {
    display: inline-block;
    animation: cn-data-circle 10s linear infinite;
    position: relative;
    width: 140px;
    height: 140px;
    text-align: center;
    animation: cn-data-circle 15s linear infinite;
      width: 140px !important;
    height: 140px !important;
}