This commit is contained in:
parent
5a279054d4
commit
1a1c4de655
|
@ -301,18 +301,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
margin: 16rpx 30upx;
|
||||||
|
position: fixed;
|
||||||
|
bottom: -2upx;
|
||||||
width: 92%;
|
width: 92%;
|
||||||
height: 92rpx;
|
height: 80rpx;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
border-radius: 46rpx;
|
border-radius: 46rpx;
|
||||||
margin: 6px auto;
|
line-height: 80rpx;
|
||||||
color: white;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 92rpx;
|
|
||||||
letter-spacing: 2upx;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.u-icon__icon{
|
.u-icon__icon{
|
||||||
font-size: 40rpx !important;
|
font-size: 40rpx !important;
|
||||||
|
|
Loading…
Reference in New Issue