소스 검색

样式修改

tanxue 1 개월 전
부모
커밋
16ca5d27d9
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      common/styles/global/pages.scss

+ 14 - 0
common/styles/global/pages.scss

@@ -1,5 +1,19 @@
 /***** 这里存放通用页面样式 *****/
 .custom-iframe-class{z-index: 3;}
+// 通知书
+.mobile-tzs-page{
+	background-color: #f8f8f8;height: 100vh;
+	.serch-box{border-top: 1rpx solid #ebedf0;background-color: #fff;padding-bottom: 2rpx;}
+	.serch-input{
+		width: 92%;height: 80rpx;background-color: #f7f8fa;margin: 32rpx auto;padding: 12px 24rpx;
+		border-radius: 40rpx;display: flex;align-items: center;box-sizing: border-box;
+	}
+	.serch-input::before{content: '';width: 30rpx;height: 30rpx;margin-right: 16rpx;flex-shrink: 0;
+	background-image: url("@/static/images/common/search-icon.svg");@include ezy-no-repeat-cover();}
+	.tzs-btn{width: 420rpx;height: 90rpx;line-height: 90rpx;text-align: center;color: #fff;
+	font-size: 28rpx;background: rgb(20, 114, 255);border-radius: 90rpx;margin: 48rpx auto;}
+	.tzs-image-box{width: calc(100% - 112rpx);height: 920rpx;margin: 56rpx;}
+}
 // 首页
 .dljt-index-page{
 	width: 100%;height: auto;position: relative;padding:120rpx 0 0;