.div_items {
|
background-color: white;
|
position: relative;
|
}
|
|
.div_items {
|
height: 1.4rem;
|
}
|
|
.div_items_top {
|
height: 1.38rem;
|
display: -webkit-flex;
|
justify-content: space-between;
|
}
|
|
.div_items_top_left {
|
height: 1.38rem;
|
display: -webkit-flex;
|
align-items: center
|
}
|
|
.div_items_top_right {
|
height: 1.38rem;
|
display: -webkit-flex;
|
align-items: center;
|
color: #E5005C;
|
font-size: 0.36rem;
|
font-weight: bold;
|
margin-right: 0.2rem;
|
}
|
|
.div_items_top_left_content {
|
height: 1.38rem;
|
padding-left: 0.11rem;
|
}
|
|
.div_items_top_left_content_title {
|
color: #333333;
|
font-size: 0.28rem;
|
height: 0.28rem;
|
display: -webkit-flex;
|
align-items:center;
|
margin-top: 0.32rem;
|
}
|
|
.div_items_top_left_content_content {
|
color: #999999;
|
font-size: 0.24rem;
|
height: 0.24rem;
|
display: -webkit-flex;
|
align-items:center;
|
margin-top: 0.25rem;
|
}
|
|
.imtTx {
|
margin-left: 0.18rem;
|
width: 0.7rem;
|
height: 0.7rem;
|
}
|
|
.div_items_line {
|
background-color: #E0E0E0;
|
height: 1px;
|
margin-left: 0.18rem;
|
margin-right: 0.2rem;
|
}
|
|
.div_add_bg {
|
background-color: #F3F3F3;
|
margin-top: 0.2rem;
|
margin-left: 0.2rem;
|
margin-right: 0.2rem;
|
height: 1.2rem;
|
border-radius: 0.06rem;
|
background-color: #FFFFFF;
|
}
|
|
.div_img {
|
height: 0.38rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_add_desc {
|
margin-top: 0.08rem;
|
font-size: 0.24rem;
|
color: #888888;
|
height: 0.25rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_img {
|
padding-top: 0.27rem;
|
}
|
|
.div_img img {
|
width: 0.38rem;
|
height: 0.38rem;
|
}
|
|
.div_commit {
|
background-color: #FFFFFF;
|
position: fixed;
|
width: 7.5rem;
|
height: 0.96rem;
|
bottom: 0;
|
z-index: 1000;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
border-top: #dddddd solid 1px;
|
}
|
|
.div_commit div {
|
color: #FFFFFF;
|
font-size: 0.34rem;
|
background-color: #E5005B;
|
width: 5.6rem;
|
height: 0.76rem;
|
border-radius: 0.38rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_tips {
|
position: fixed;
|
bottom: 1.17rem;
|
margin-left: 0.2rem;
|
margin-right: 0.2rem;
|
background-color: white;
|
border-radius: 0.2rem;
|
z-index: 1000;
|
}
|
|
.div_tips_title {
|
color: #333333;
|
font-size: 0.34rem;
|
height: 0.86rem;
|
display: -webkit-flex;
|
align-items: center;
|
padding-left: 0.3rem;
|
border-bottom: #D9D9D9 solid 1px;
|
}
|
|
.div_tips_content {
|
margin-top: 0.43rem;
|
padding-left: 0.26rem;
|
color: #333333;
|
font-size: 0.24rem;
|
padding-right: 0.15rem;
|
}
|
|
.dialogmask {
|
display: none;
|
position: fixed;
|
width: 100%;
|
height: 100%;
|
background: rgba(1, 1, 1, 0.5);
|
top: 0;
|
left: 0;
|
z-index: 1001;
|
}
|
|
.dialog {
|
width: 5.60rem;
|
min-height: 1rem;
|
background: #FFFFFF;
|
border-radius: 0.1rem;
|
z-index: 1000;
|
display: block;
|
height: auto;
|
position: absolute;
|
margin: auto;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
max-height: 7.5rem;
|
}
|
|
.dialog>img {
|
height: 0.5rem;
|
right: 0.2rem;
|
top: 0.2rem;
|
position: absolute
|
}
|
|
.dialog_title {
|
color: #010101;
|
font-size: 0.32rem;
|
height: 0.32rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 0.49rem;
|
}
|
|
.tx_title_desc {
|
color: #333333;
|
font-size: 0.3rem;
|
height: 0.3rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-left: 0.3rem;
|
}
|
|
#tx_date {
|
margin-top: 0.47rem;
|
}
|
|
#tx_other {
|
margin-top: 0.27rem;
|
}
|
|
.input {
|
-webkit-user-select: auto;
|
margin-left: 0.3rem;
|
font-size: 0.3rem;
|
height: 0.74rem;
|
width: 4.7rem;
|
border: none;
|
outline: medium;
|
color: #000000;
|
caret-color: #E5005C;
|
background-color: #F3F3F3;
|
}
|
|
.div_input_content_bg {
|
background-color: white;
|
margin-top: 0.16rem;
|
display: -webkit-flex;
|
}
|
|
.dialog_commit {
|
color: #FFFFFF;
|
font-size: 0.32rem;
|
background-color: #E5005C;
|
border-radius: 0.4rem;
|
margin-top: 0.66rem;
|
margin-left: 0.42rem;
|
margin-right: 0.42rem;
|
height: 0.8rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.deleClose {
|
position: absolute;
|
right: 0;
|
top: 0.05rem;
|
width: 0.26rem;
|
height: 0.26rem;
|
}
|
|
@supports (bottom: env(safe-area-inset-bottom)) {
|
|
body,
|
.div_commit {
|
padding-bottom: constant(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
}
|
}
|