13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
/* pages/login/index.wxss */
|
|
.content {
|
|
width: 600rpx;
|
|
height: 500rpx;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
padding: 20rpx 24rpx;
|
|
} |