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.

69 lines
1.1 KiB
Plaintext

/* pages/changeName/index.wxss */
page{
background-color: #eee;
}
.input-pl{
padding-left: 0;
}
.moneyCard{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
border:1rpx dotted #ccc;
box-sizing: border-box;
border-radius: 8rpx;
height: calc((100vw - 30px) * 54 / 86);
}
.icon-tianjia{
font-size: 64rpx;
color: #ccc;
}
textarea{
min-height: 80px;
padding: 0;
box-sizing: inherit;
}
textarea {
background-color: #fff;
border: 1px solid #ddd;
border-left: 0;
border-right: 0;
font-size: 36rpx;
width: 100%;
height: auto;
min-height: 60px;
padding: 10px;
z-index: 0;
box-sizing: border-box;
}
.mt40 {
margin-top: 40px;
}
.onlyBtn {
padding: 10px 20px;
}
.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;
}
.flex-left {
text-align: left;
flex: 1;
}
.section input {
color: #666;
}
.wx-list-li{
border-bottom: 0;
}