You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
402 lines
8.6 KiB
402 lines
8.6 KiB
@charset "UTF-8"; |
|
.mui-icon-left { |
|
font-size: .27rem; |
|
.icon_more { |
|
display: inline-block; |
|
vertical-align: middle; |
|
width: 0; |
|
height: 0; |
|
border: 5px solid transparent; |
|
/*5px 足够了*/ |
|
border-top-color: #666666; |
|
/*top箭头向下 bottom箭头向上*/ |
|
} |
|
} |
|
|
|
body, |
|
.mui-content { |
|
background: #F5F5F5; |
|
} |
|
|
|
.mui-bar-nav~.mui-content .mui-slider.mui-fullscreen { |
|
top: 1.1rem; |
|
} |
|
|
|
.mui-scroll-wrapper { |
|
overflow: scroll; |
|
} |
|
|
|
.mui-slider-indicator.mui-segmented-control { |
|
background: #FFFFFF; |
|
text-align: left; |
|
} |
|
.mui-segmented-control .mui-control-item { |
|
display: inline-block; |
|
margin:0 .51rem; |
|
overflow: auto; |
|
width: auto; |
|
padding: 0 .17rem; |
|
} |
|
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active { |
|
border-bottom: 2px solid #007aff !important; |
|
} |
|
|
|
.mui-table-view { |
|
&:before { |
|
height: 0; |
|
} |
|
background: #F5F5F5; |
|
margin-top:.2rem; |
|
.mui-table-view-cell { |
|
&:after { |
|
height: 0; |
|
} |
|
width:90%; |
|
height:2.29rem; |
|
background:#FFFFFF; |
|
border-radius:5px; |
|
margin: .2rem auto; |
|
display: flex; |
|
justify-content: space-between; |
|
.left-box { |
|
display: flex; |
|
flex-flow: column; |
|
.person { |
|
display: flex; |
|
align-items: center; |
|
.person-img { |
|
width: .68rem; |
|
height: .68rem; |
|
border-radius: 50%; |
|
overflow: hidden; |
|
img { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
} |
|
.person-name { |
|
color: #333333; |
|
padding-left: .2rem; |
|
} |
|
} |
|
p { |
|
flex: 1; |
|
font-size: .22rem; |
|
label { |
|
color: #333333; |
|
} |
|
} |
|
.info { |
|
font-size: .2rem; |
|
} |
|
.limit-money {} |
|
} |
|
.right-box { |
|
text-align: right; |
|
position: relative; |
|
.total-num { |
|
font-size: .31rem; |
|
color: #3366F6; |
|
padding-top: .2rem; |
|
label { |
|
font-size: .2rem; |
|
color: #666666; |
|
} |
|
} |
|
.icon { |
|
margin-top: .1rem; |
|
.mui-icon { |
|
font-size: .3rem; |
|
} |
|
} |
|
button { |
|
width: 1.44rem; |
|
height: .58rem; |
|
position: absolute; |
|
bottom: 0; |
|
right: 0; |
|
border-radius: 5px; |
|
color: #FFFFFF; |
|
} |
|
.sales { |
|
background: #E32E33; |
|
border: 1px solid #E32E33; |
|
} |
|
.buys { |
|
background: #73D13D; |
|
border: 1px solid #73D13D; |
|
} |
|
} |
|
} |
|
} |
|
|
|
//底部弹出框 |
|
#popover{ |
|
background: #FFFFFF; |
|
width: 100%; |
|
height: 5.2rem; |
|
padding: .2rem; |
|
.popover-info { |
|
.info-txt { |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
h4 { |
|
color: #333333; |
|
font-size: .31rem; |
|
} |
|
.money { |
|
color: #333333; |
|
font-size: .27rem; |
|
} |
|
} |
|
p { |
|
color: #999999; |
|
font-size: .2rem; |
|
} |
|
} |
|
.icon { |
|
margin-top: .2rem; |
|
label { |
|
color: #666666; |
|
font-size: .27rem; |
|
padding-left: .1rem; |
|
} |
|
.mui-icon { |
|
font-size: .3rem; |
|
padding: 0 .1rem; |
|
} |
|
} |
|
.input-group { |
|
width: 90%; |
|
margin: .1rem auto; |
|
position: relative; |
|
input { |
|
width: 100%; |
|
height: .75rem; |
|
background: #F1F1F1; |
|
border-radius: 5px; |
|
border: 1px solid #F1F1F1; |
|
&::-webkit-input-placeholder { |
|
color: #999999; |
|
font-size: .24rem; |
|
} |
|
} |
|
.one{ |
|
width: 70%; |
|
} |
|
label { |
|
position: absolute; |
|
right: .2rem; |
|
top: .18rem; |
|
} |
|
.unit { |
|
margin-right: 1.6rem; |
|
} |
|
.all { |
|
width: 1.13rem; |
|
height: .43rem; |
|
// height: .75rem; |
|
border: 1px solid #D43436; |
|
border-radius: .2rem; |
|
text-align: center; |
|
color: #D43436; |
|
font-size: .2rem; |
|
} |
|
} |
|
.note { |
|
color: #999999; |
|
font-size: .2rem; |
|
} |
|
} |
|
|
|
//按钮状态 |
|
.btn { |
|
width: 100%; |
|
text-align: center; |
|
.app-btn { |
|
width: 66%; |
|
height: .75rem; |
|
background: #D43436; |
|
border-radius: .37rem; |
|
color: #FFFFFF; |
|
border: 1px solid #D43436; |
|
margin-bottom: .1rem; |
|
} |
|
} |
|
|
|
//右上角弹出样式 |
|
#topPopover { |
|
position: fixed; |
|
top: 16px; |
|
right: 6px; |
|
background: #FFFFFF; |
|
width: 2rem; |
|
height: 1.48rem; |
|
.mui-table-view-cell:after { |
|
right: 15px; |
|
} |
|
} |
|
|
|
#topPopover ul li .mui-active { |
|
background-color: #EEEEEE; |
|
border-radius: 10px; |
|
} |
|
|
|
#topPopover .mui-popover-arrow { |
|
left: auto; |
|
right: 6px; |
|
} |
|
|
|
|
|
/* 重置select */ |
|
|
|
select { |
|
-webkit-appearance: none; |
|
-moz-appearance: none; |
|
-ms-appearance: none; |
|
appearance: none; |
|
outline: 0; |
|
box-shadow: none; |
|
border: 0 !important; |
|
background: #FFFFFF; |
|
background-image: none; |
|
} |
|
|
|
|
|
/* 自定义 Select */ |
|
|
|
.select { |
|
position: relative; |
|
display: block; |
|
width: 20%; |
|
// height: 3em; |
|
background: #FFFFFF; |
|
overflow: hidden; |
|
border-radius: .25em; |
|
} |
|
|
|
select { |
|
width: 100%; |
|
height: 100%; |
|
margin: 0; |
|
padding: 0 0 0 .5em; |
|
color: #333333; |
|
cursor: pointer; |
|
font-size: .3rem; |
|
} |
|
|
|
select::-ms-expand { |
|
display: none; |
|
} |
|
|
|
|
|
/* Arrow */ |
|
|
|
.select::after { |
|
content: '\25BC'; |
|
position: absolute; |
|
top: 0; |
|
right: 0; |
|
bottom: 0; |
|
background: #FFFFFF; |
|
pointer-events: none; |
|
font-size: .2rem; |
|
} |
|
|
|
|
|
|
|
.select::after { |
|
-webkit-transition: .25s all ease; |
|
-o-transition: .25s all ease; |
|
transition: .25s all ease; |
|
} |
|
|
|
//<!--买入卖出交易密码确认样式--> |
|
.confirm { |
|
width: 5.42rem; |
|
height: 3.54rem; |
|
border-radius: 4px; |
|
// display: none; |
|
position: fixed; |
|
left: 50%; |
|
top: 50%; |
|
margin-left: -2.71rem; |
|
margin-top: -1.77rem; |
|
background: #FFFFFF; |
|
border-radius: .2rem; |
|
z-index: 1010; |
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; |
|
.input-group { |
|
position: relative; |
|
text-align: center; |
|
overflow: hidden; |
|
.title-top { |
|
height: .8rem; |
|
border-bottom: 1px solid #F1F1F1; |
|
} |
|
.icon { |
|
position: absolute; |
|
left: .1rem; |
|
padding-top: .2rem; |
|
color: #333333; |
|
} |
|
.title { |
|
display: inline-block; |
|
width: 100%; |
|
padding-top: .2rem; |
|
color: #333333; |
|
} |
|
.mui-input-row { |
|
padding: 0 .3rem; |
|
margin-top: .4rem; |
|
label { |
|
font-size: .24rem; |
|
font-weight: 400; |
|
color: #333333; |
|
text-align: left; |
|
padding: 0; |
|
margin-bottom: .17rem; |
|
} |
|
.mui-input-password { |
|
width: 100%; |
|
height: .6rem; |
|
border: none; |
|
background-color: #F1F1F1; |
|
color: #333333; |
|
padding-left: .2rem; |
|
&::-webkit-input-placeholder { |
|
font-size: .22rem; |
|
font-weight: 400; |
|
color: #999999; |
|
} |
|
} |
|
.mui-icon-eye { |
|
top: .5rem; |
|
right: .29rem; |
|
} |
|
} |
|
.mui-button-row { |
|
button { |
|
width: 89%; |
|
height: .6rem; |
|
background: #D43436; |
|
border-radius: 4px; |
|
border: 1px solid #D43436; |
|
margin-top: .2rem; |
|
} |
|
} |
|
} |
|
} |
|
|
|
//灰色背景图蒙版样式 |
|
.bg { |
|
position: fixed; |
|
left: 0; |
|
bottom: 0; |
|
right: 0; |
|
top: 0; |
|
background: rgba(21, 33, 54, 0.4); |
|
z-index: 1000; |
|
// display: none; |
|
} |