11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
|
.btn {
|
||
|
width: 650rpx;
|
||
|
height: 98rpx;
|
||
|
background: rgba(69, 199, 120, 1);
|
||
|
border-radius: 49rpx;
|
||
|
margin: 0 auto;
|
||
|
font-size: 36rpx;
|
||
|
color: white;
|
||
|
line-height: 98rpx;
|
||
|
text-align: center;
|
||
|
}
|