suwadaimyojin
2 years ago
|
@@ -373,20 +373,20 @@
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.op-area{
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
- height: 80rpx;
|
|
|
- width: 100%;
|
|
|
- padding:0 20px;
|
|
|
- background: white;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ height: 100rpx;
|
|
|
+ width: 100%;
|
|
|
+ padding: 0 20px;
|
|
|
+ background: white;
|
|
|
}
|
|
|
.op-area button{
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
font-weight: 600;
|
|
|
letter-spacing: 2px;
|
|
|
- border-radius: 50rpx;
|
|
|
- height: 60rpx;
|
|
|
- line-height: 60rpx;
|
|
|
- color: white;
|
|
|
+ border-radius: 50rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
+ color: white;
|
|
|
}
|
|
|
</style>
|