You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.5 KiB
Plaintext

/**index.wxss**/
.itemView{
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
height: 25px;
justify-content: flex-start;
display: flex;
/*align-items: center;*/
}
.input{
width: 280px;
height: 25px;
border: 1px solid lightgray;
border-radius: 5px;
}
.button-hover {
background-color: red;
}
/** 添加自定义button点击态样式类**/
.other-button-hover {
background-color: blue;
}
button {margin: 10px;}
input::-webkit-input-placeholder {
color: #999 !important;
}
input::-moz-placeholder {
color: #999 !important;
}
input:-moz-placeholder {
color: #999 !important;
}
input:-ms-input-placeholder {
color: #999 !important;
}
page{
background: #FFF;
}
.page{
background: #FFF;
}
.weui-cells:before,.weui-cells:after,.weui-cell:before{
border:none;
}
.weui-cells .weui-cell{
padding-bottom:5px !important;
}
.weui-cell .weui-cell__hd{
width:100% !important;
}
.weui-cells_form .weui-cell .weui-cell__hd input{
width:100% !important;
border:none !important;
border-bottom: 1px solid #e8ecef !important;
border-radius:0 !important;
font-size: 12px;
color:#666 !important;
margin-top:5px;
text-align:left;
text-align-last: left;
}
.weui-cells_form .weui-cell__bd{
width:100%;
flex: none;
}
button {
width:80% !important;
text-align: center;
background: #3496fe !important;
color: #FFF !important;
font-weight: normal;
display: block;
border-radius: 7px;
box-shadow:1px 4px 7px rgba(45,140,240,.2);
}
.weui-msg{
padding:0;
}
.weui-msg__tips{
text-align: center;
}