| 123456789101112131415161718192021222324252627282930313233343536373839 |
- page {
- background: #FFFFFF;
- }
- .btn {
- border: 2rpx solid #999999;
- border-radius: 24px;
- color: #333333;
- padding: 5rpx 30rpx;
- }
- .addguige {
- width: 90%;
- margin: 0 auto;
- background: #FCD202;
- box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
- border-radius: 16rpx;
- text-align: center;
- height: 88rpx;
- line-height: 88rpx;
- position: fixed;
- bottom: 25rpx;
- left: 0;
- right: 0;
- }
- .addguiges {
- width: 90%;
- margin: 0 auto;
- background: #FCD202;
- box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
- border-radius: 16rpx;
- text-align: center;
- height: 88rpx;
- line-height: 88rpx;
- /* position: fixed;
- bottom: 25upx;
- left: 0;
- right: 0; */
- }
|