You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
227 B
21 lines
227 B
7 months ago
|
/**index.wxss**/
|
||
|
view {
|
||
|
margin: 50rpx;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
width: 600rpx;
|
||
|
margin-top: 20rpx;
|
||
|
border-bottom: 2rpx solid #ccc;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
margin: 50rpx;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
color: #fff;
|
||
|
background: #369;
|
||
|
letter-spacing: 12rpx;
|
||
|
}
|