13 lines
316 B
CSS
13 lines
316 B
CSS
|
.juyuan-bt{
|
||
|
border-radius: 50rpx; height: 88rpx;width: 90%;background:linear-gradient( 180deg, #4897FF 0%, #4878FF 100%);
|
||
|
}
|
||
|
.fontLeft{
|
||
|
font-family: PingFang SC, PingFang SC;
|
||
|
font-weight: 400;
|
||
|
font-size: 30rpx;
|
||
|
color: #333333;
|
||
|
line-height: 70rpx;
|
||
|
text-align: left;
|
||
|
font-style: normal;
|
||
|
text-transform: none;
|
||
|
}
|