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.

71 lines
1.2 KiB
Plaintext

2 years ago
/* pages/changeTel/index.wxss */
page{
background-color: #eee;
}
.code {
color: #027AFF;
min-width: 90px;
text-align: center;
}
.code.disabled {
color: #ccc;
pointer-events: none;
}
.wx-text-list .wx-list-li:last-child{
border-bottom: 0;
}
.wx-text-list {
background-color: #fff;
}
.wx-text-list .wx-list-li, .wx-text-cover .wx-list-li {
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
padding: 10px 15px 10px 0;
margin-left: 15px;
background-color: #fff;
border-bottom: 1rpx solid #ececec;
}
.mw-label {
min-width: 80px;
}
.flex-left {
text-align: left;
flex: 1;
}
.section input {
color: #666;
}
.ui-btn-wrap.piece {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
border-radius: 0;
z-index: 9;
margin: 0;
padding: 0;
}
.ui-row-flex {
display: -webkit-box;
width: 100%;
box-sizing: border-box;
}
.ui-row-flex .ui-col {
float: none;
-webkit-box-flex: 1;
}
.piece .ui-btn-primary {
background-color: #fe633f;
color: #fff;
}
.piece button {
margin-bottom: 0;
border-radius: 0;
font-size: 18px;
padding: 2px 14px;
}