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.
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
|
2 years ago
|
/* pages/changeName/index.wxss */
|
||
|
|
.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;
|
||
|
|
}
|