12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
/* pages/register/index.wxss */
|
|
.register{
|
|
padding: 40rpx;
|
|
text-align: center;
|
|
text{
|
|
font-size: 28rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.t-image{
|
|
margin-top: 40rpx;
|
|
}
|
|
} |