bmfe-weex-eros-template
Version:
本木前端 weex 集成方案
55 lines (44 loc) • 1.01 kB
CSS
.bui-actionsheet-box {
position: fixed;
left: 0px;
right: 0px;
margin: 50px;
margin-top: 0px;
flex-direction: column;
overflow: hidden; }
.bui-actionsheet-top {
border-radius: 10px;
overflow: hidden;
background-color: #ffffff; }
.bui-actionsheet-bottom {
margin-top: 15px; }
.bui-actionsheet-title {
padding: 30px;
text-align: center;
font-size: 28px;
color: #9ea7b4; }
.bui-actionsheet-content {
flex-direction: column;
flex: 1; }
.bui-actionsheet-list {
border-top-width: 1px;
border-top-color: #d7dde4;
padding: 30px;
text-align: center;
font-size: 34px;
color: #3399ff; }
.bui-actionsheet-list:active {
background-color: #f5f5f5; }
.bui-actionsheet-btn {
font-size: 34px;
color: #3399ff;
font-weight: bold;
background-color: #ffffff;
padding: 30px;
text-align: center;
border-radius: 10px; }
.bui-actionsheet-btn:active {
background-color: #f5f5f5; }
.bui-xxx {
background-color: #3399ff; }
/*# sourceMappingURL=actionsheet.css.map */