From ed9dbed48b9d7dd0ff662e50db94e4706ce5342e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 11:24:55 +0800
Subject: [PATCH] 小程序心里疏导
---
SunshineLnsMinApp/pages/law2Publicity/law2Publicity.wxss | 169 ++++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 140 insertions(+), 29 deletions(-)
diff --git a/SunshineLnsMinApp/pages/law2Publicity/law2Publicity.wxss b/SunshineLnsMinApp/pages/law2Publicity/law2Publicity.wxss
index e3604d5..253384b 100644
--- a/SunshineLnsMinApp/pages/law2Publicity/law2Publicity.wxss
+++ b/SunshineLnsMinApp/pages/law2Publicity/law2Publicity.wxss
@@ -1,47 +1,158 @@
/* lawPublicity.wxss */
-.lawPublicity-item {
- height: 148rpx;
+.guide-nav-pane {
display: flex;
- flex-direction: row;
- color: rgba(51, 51, 51, 1);
- text-align: left;
- font-family: PingFangSC-Regular;
- padding: 24rpx 24rpx 0 24rpx;
+ align-items: center;
}
-.content-left {
- width: 416rpx;
+.guide-nav-pane-item {
+ flex: auto;
+ display: flex;
+ min-width: 38px;
+ flex-flow: column nowrap;
+ justify-content: center;
+ align-items: center;
+ margin: 8px 0;
}
-.content-right {
- flex: 1;
- margin-left: 50rpx;
- background: #ccc;
- width: 100%;
- height: 100%;
-}
-.content-right image{
- width: 100%;
- height: 100%;
+.guide-nav-pane-item-icon {
+ width: 6vh;
+ height: 6vh;
}
-.headLineTitle {
- height: 88rpx;
+.guide-nav-pane-item-title {
+ font-size: 14px;
+}
+
+.border-left {
+ border-left: 1px solid #f2f2f2;
+}
+
+.guide-often {
+ display: flex;
+ padding:2vh 0 0 2vh;
+ flex-direction: column;
+ box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
+}
+
+.guide-often-nav {
+ flex: auto;
+ padding-bottom: 2vh;
+}
+
+.guide-all-nav {
+ flex: auto;
+ padding: 2vh;
+ border-bottom: 1px solid #f2f2f2;
+}
+
+.guide-often-nav span:nth-child(1) {
+ border-left: 3px solid #2195ff;
+}
+
+.guide-often-nav span:nth-child(2) {
+ padding-left: 1vh;
+ font-size: 18px;
+ font-weight: bold;
+}
+
+.guide-all {
+ display: flex;
+ flex-direction: column;
+ box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
+}
+
+.guide-all-nav span:nth-child(1) {
+ border-left: 3px solid #2195ff;
+}
+
+.guide-all-nav span:nth-child(2) {
+ padding-left: 1vh;
+ font-size: 18px;
+ font-weight: bold;
+}
+
+.guide-often-icon {
+ display: flex;
+}
+
+.guide-often-img {
+ height: 18vh;
+}
+
+.guide-all-list {
+ display: flex;
+ flex-direction: column;
+ padding: 2vh;
+ border-bottom: 1px solid #f2f2f2;
+}
+
+.guide-all-list-top {
font-size: 16px;
- line-break: 44rpx;
- color: rgba(51, 51, 51, 1);
- margin-bottom: 26rpx;
+ color: #333;
}
-.headLineInfo {
+.guide-all-list-bottom {
+ font-size: 14px;
+ color: #999;
display: flex;
- font-size: 12px;
- color: rgba(153, 153, 153, 1);
+ margin-top: 1vh;
}
-.info-source{
- margin-right: 20rpx;
+.guide-all-list-left {
+ margin-right: auto;
+}
+
+.guide-all-list-right {
+ width: 3vh;
+ height: 3vh;
+}
+.index-pane-icon {
+ width: 16px;
+ height: 16px;
+ float:right;
+}
+
+.search{
+ width: 98%;
+}
+.search_arr {
+ border: 1px solid #d0d0d0;
+ border-radius: 10rpx;
+ margin-left: 20rpx;
+}
+.search_arr input{
+ margin-left: 60rpx;
+ height: 60rpx;
+ border-radius: 5px;
+ font-size: 14px;
+}
+.bc_text {
+ line-height: 68rpx;
+ height: 68rpx;
+ margin-top: 34rpx;
+}
+
+.sousuo {
+ margin-left: 15rpx;
+ width: 15%;
+ line-height: 150%;
+ text-align: center;
+ border: 1px solid #d0d0d0;
+ border-radius: 10rpx;
+}
+.page_row{
+ display: flex;
+ flex-direction: row
+}
+.searchcion {
+ margin: 10rpx 10rpx 10rpx 10rpx;
+ position: absolute;
+ left:25rpx;
+ z-index: 2;
+ width: 20px;
+ height: 20px;
+ text-align: center;
}
--
Gitblit v1.8.0