search.scss 201 B

123456789101112
  1. .right {
  2. position: relative;
  3. width: 40px;
  4. height: 100%;
  5. text-align: center;
  6. line-height: 100%;
  7. color: #ffffff;
  8. padding-top: 6rpx;
  9. text{
  10. font-size: 46rpx;
  11. }
  12. }