141 lines
2.8 KiB
Plaintext
141 lines
2.8 KiB
Plaintext
page{
|
|
background: #ccc;
|
|
}
|
|
.container {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-flex-flow: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0.8em;
|
|
font-size: 14px;
|
|
color: #000;
|
|
|
|
}
|
|
.login_box{
|
|
background-color: #fff; border-radius:0.5em; overflow: hidden; box-sizing: border-box;
|
|
}
|
|
|
|
.mybusiness_title{
|
|
width: 100%;
|
|
height: 3.5em;
|
|
line-height: 3.5em;
|
|
padding: 0 0.8em;
|
|
font-weight: 900;
|
|
background-color: #00B050;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
}
|
|
.mybusiness_title .close{
|
|
float: right;
|
|
width: auto;
|
|
}
|
|
.mybusiness_title .close .wx-switch-input{
|
|
background:#ff4d00 !important;
|
|
border: #ff4d00 !important;
|
|
}
|
|
.login_box_to{
|
|
padding: 0.8em;
|
|
padding-bottom: 0.4em;
|
|
}
|
|
.login_item{
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 0.8em;
|
|
}
|
|
.login_item .item_title{
|
|
width: 5em;
|
|
}
|
|
.login_item .item_box{
|
|
flex-grow: 1;
|
|
width: 80%;
|
|
}
|
|
.login_item .item_box textarea{
|
|
width: 100%; height:3em; padding: 0.2em; line-height: 1.2em; text-align: center;background-color: #e1e1e1;border:1px solid #DfDfDf; border-radius: 0.4em; box-sizing: border-box;word-break: break-all;
|
|
}
|
|
.login_item .item_box input{
|
|
width: 100%; height:2.2em;padding: 0.2em; line-height:2.2em; text-align: center;background-color: #e1e1e1;border:1px solid #DfDfDf; border-radius: 0.4em; box-sizing: border-box;
|
|
}
|
|
.login_item .copy{
|
|
margin-top: 0.4em;
|
|
width: 1.5em;
|
|
height: 1.5em;
|
|
}
|
|
.login_item .copy image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.mydata_box0 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
.mydata_box0 view{
|
|
width: 33.33333333333%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.mydata_box0.logbox {
|
|
border-top: 1px solid #00B050;
|
|
}
|
|
.mydata_box0.logbox view {
|
|
height: 3em;
|
|
}
|
|
|
|
.mydata_box0 view.umoney1 {
|
|
border-right: 1px solid #0835AF;
|
|
color: #E1FFFF;
|
|
}
|
|
.mydata_box0 view.umoney1.end {
|
|
border-right: 0;
|
|
}
|
|
.mydata_box0 view.umoney1 text.num {
|
|
color: #E1FFFF;
|
|
}
|
|
.mydata_box0 view image {
|
|
width: 1.4em;
|
|
height: 1.4em;
|
|
}
|
|
.mydata_box0 view view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
}
|
|
.mydata_box0.jfbox {
|
|
height: 4em;
|
|
margin: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.mydata_box0.jfbox view {
|
|
height: 4em;
|
|
width: 33.333333333333333332%;
|
|
}
|
|
|
|
.mydata_box0.jfbox view view {
|
|
width: 100%;
|
|
}
|
|
|
|
.mydata_box0.orderbox view {
|
|
width: 33.333333333333333332%;
|
|
height: 4em;
|
|
}
|
|
|
|
.mydata_box0.orderbox view view.order_yuan {
|
|
font-size: 1em;
|
|
}
|
|
.mydata_box0.orderbox view image {
|
|
width: 1.4em;
|
|
height: 1.4em;
|
|
}
|
|
.nodata{padding-top:1em; text-align: center; line-height: 1.5em; color:#939393;}
|
|
.nodata image {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|