|
@@ -1,5 +1,19 @@
|
|
/***** 这里存放通用页面样式 *****/
|
|
/***** 这里存放通用页面样式 *****/
|
|
.custom-iframe-class{z-index: 3;}
|
|
.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{
|
|
.dljt-index-page{
|
|
width: 100%;height: auto;position: relative;padding:120rpx 0 0;
|
|
width: 100%;height: auto;position: relative;padding:120rpx 0 0;
|