|
@@ -0,0 +1,123 @@
|
|
|
+/* pages/xunjianimg/xunjianimg.wxss */
|
|
|
+.xj_nav{
|
|
|
+ height: 90rpx;
|
|
|
+ line-height: 90rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ background: rgb(252, 239, 236);
|
|
|
+ padding-left: 30rpx;
|
|
|
+}
|
|
|
+.xj_nav .nav_text1{
|
|
|
+ font-size: 40rpx;
|
|
|
+ color:#f94b0e ;
|
|
|
+ font-weight: bolder;
|
|
|
+}
|
|
|
+.xj_nav .iconfont{
|
|
|
+ font-size: 40rpx;
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+.xj_nav .nav_text2{
|
|
|
+ font-size: 30rpx;
|
|
|
+ color:#999 ;
|
|
|
+}
|
|
|
+.txt_vi{
|
|
|
+ margin: 20rpx 30rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.txt_vi .txt{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|
|
|
+.txt_vi text{
|
|
|
+ margin: 20rpx 0rpx;
|
|
|
+ display: inline-flex;
|
|
|
+ text-align: justify;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+.txt_vi form{
|
|
|
+ margin-left: auto;
|
|
|
+ display: inline-flex;
|
|
|
+}
|
|
|
+.page-section{
|
|
|
+ display: inline-table;
|
|
|
+}
|
|
|
+.span_vi{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+}
|
|
|
+.span_vi span{
|
|
|
+ margin-right: 30rpx;
|
|
|
+ padding: 8rpx 20rpx;
|
|
|
+ line-height:normal!important;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+}
|
|
|
+.red{
|
|
|
+ border: 1px solid #f00;
|
|
|
+ color:#f00 ;
|
|
|
+}
|
|
|
+.yellow{
|
|
|
+ border: 1px solid rgb(238, 167, 15);
|
|
|
+ color:rgb(238, 167, 15) ;
|
|
|
+}
|
|
|
+.green{
|
|
|
+ border: 1px solid rgb(12, 207, 45);
|
|
|
+ color:rgb(12, 207, 45) ;
|
|
|
+}
|
|
|
+.icon-wenjianjia{
|
|
|
+ font-size: 54rpx;
|
|
|
+}
|
|
|
+.tab_nav{
|
|
|
+ position: fixed;
|
|
|
+ bottom: 270rpx;
|
|
|
+ right: 30rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column-reverse;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+.tab_nav text{
|
|
|
+ padding: 14rpx 30rpx;
|
|
|
+ background: rgba(212, 212, 212, 0.9);
|
|
|
+ border-radius: 50rpx;
|
|
|
+ margin-top: 25rpx;
|
|
|
+ width: auto;
|
|
|
+ display: inline;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+.tab_nav .icon-zengjiashuzi{
|
|
|
+ font-size: 60rpx;
|
|
|
+ color: rgb(153, 153, 153);
|
|
|
+ margin-right: 20rpx;
|
|
|
+}
|
|
|
+ .flex_row{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row!important;
|
|
|
+ padding-top: 20rpx;
|
|
|
+ }
|
|
|
+ .flex_row image{
|
|
|
+ width: 200rpx;
|
|
|
+ height: 160rpx;
|
|
|
+ background: #ccc;
|
|
|
+ display: inline-table;
|
|
|
+}
|
|
|
+.txt_wz{
|
|
|
+ /* width: 50%; */
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-left: 30rpx;
|
|
|
+}
|
|
|
+.txt_wz text{
|
|
|
+ margin-top: 0rpx!important;
|
|
|
+}
|
|
|
+.qy_txt{
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #333;
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ padding: 10rpx 0rpx 10rpx 20rpx;
|
|
|
+}
|