初次提交
This commit is contained in:
151
pages/zzjf/index.wxss
Normal file
151
pages/zzjf/index.wxss
Normal file
@@ -0,0 +1,151 @@
|
||||
page{
|
||||
background: #ccc;
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
padding: 0.8em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.gxzmx_box {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
padding: 0em;
|
||||
text-align: center;
|
||||
border-radius: 0.7em 0.7em 0 0;
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.gxzmx_box view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 50%;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
padding-top: 1.2em;
|
||||
padding-bottom: 1.2em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.gxzmx_box view image {
|
||||
display: block;
|
||||
width:3em;
|
||||
height:3em;
|
||||
}
|
||||
.gxzmx_box view text {
|
||||
display: block;
|
||||
color: #000;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.gxzmx_box view text.je {
|
||||
color: #000;
|
||||
font-weight: 800;
|
||||
}
|
||||
.zzjfmx_box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
margin-bottom: 0.8em;
|
||||
padding: 0em;
|
||||
text-align: center;
|
||||
border-radius: 0.7em;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.zzjfmx_box .title {
|
||||
width: 100%;
|
||||
height: 2.5em;
|
||||
line-height: 2.5em;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
padding: 0 0.8em;
|
||||
box-sizing: border-box;
|
||||
font-size: 1em;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
||||
.zzjfmx_box .title .fxjg_box {
|
||||
display: block;
|
||||
float: right;
|
||||
width: auto;
|
||||
}
|
||||
.zzjfmx_box .title .mybtn {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-left:0.8em;
|
||||
margin-top:0.2em;
|
||||
width: auto;
|
||||
height:2em;
|
||||
line-height:2em;
|
||||
padding: 0 0.8em;
|
||||
border-radius: 0.4em;
|
||||
}
|
||||
.zzjfmx_box .gxzmx_box {
|
||||
border-radius: 0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.zzjfmx_box .xfbtmx_box {
|
||||
border-radius: 0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.zzjl_box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
margin-bottom: 0.8em;
|
||||
padding: 0em;
|
||||
text-align: center;
|
||||
border-radius: 0.7em;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.datatable {
|
||||
width: 100%;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
}
|
||||
.datatable view{ width: 100%;}
|
||||
.datatable view {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
height: 2.5em;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
box-sizing: border-box;
|
||||
color: #000;
|
||||
}
|
||||
.datatable view text{
|
||||
display:block;
|
||||
width: 33%;
|
||||
height: 2.5em;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
line-height: 2.5em;
|
||||
|
||||
overflow:hidden;
|
||||
}
|
||||
.datatable view.tit {
|
||||
font-weight: 800;
|
||||
color: #000;
|
||||
}
|
||||
.datatable view text.zhanghao {
|
||||
width: 34%;
|
||||
}
|
||||
Reference in New Issue
Block a user