소스 검색

样式修改

tanxue 4 달 전
부모
커밋
6740d564a5
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      common/styles/global/components.scss

+ 4 - 1
common/styles/global/components.scss

@@ -211,7 +211,10 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	.yingyu-danxuan-option-box.active_right .option-change{color: #FFF;background-color:#1ac136;border-color:#1ac136;}
 }
 /***** 英语题播放按钮 *****/
-.yingyu-canplay-img,.yingyu-playing-img{width: 48rpx;height: 48rpx;display: inline-block;vertical-align: text-top;@include ezy-no-repeat-cover();}
+.yingyu-canplay-img,.yingyu-playing-img{
+	width: 48rpx;height: 48rpx;display: inline-block;margin: 0 30rpx;
+	vertical-align: text-top;@include ezy-no-repeat-cover();
+}
 .yingyu-canplay-img{background-image: url("@/static/images/exam/yingyu-canplay-img.png");}
 .yingyu-playing-img{background-image: url("@/static/images/exam/yingyu-playing-img.gif");}