9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
/* pages/transfer/transfer.wxss */
|
|
.skip {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
color: #ffffff;
|
|
border-radius: 20rpx;
|
|
background-color: sienna;
|
|
margin: 500rpx auto;
|
|
} |