| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- page {
- background-color: #F5F5F5;
- }
- .bg {
- background-color: #FFFFFF;
- }
- .btn {
- border: 1rpx solid #CCCCCC;
- border-radius: 10px;
- padding: 0rpx 30rpx;
- margin-right: 25rpx;
- height: 30px;
- line-height: 30px;
- }
- .boxH {
- background: #FCD202;
- border: none;
- }
- .btns {
- border: 1rpx dashed #333333;
- border-radius: 28px;
- padding: 0rpx 35rpx;
- margin-right: 25rpx;
- height: 30px;
- line-height: 30px;
- }
- .active {
- background: #FCD202;
- border: none;
- }
- .actives {
- background: #FCD202;
- border: none;
- }
- .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; */
- }
- .u-input__textarea {
- background-color: #f5f5f5 !important;
- padding: 10rpx !important;
- }
|