| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- page{
- background-color: #fff;
- }
- .form-input{
- margin:40rpx 30rpx;
- }
- .input-label{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
- .input-box{
- background: #F8F8F8;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- margin-top: 20rpx;
- padding: 23rpx;
- }
- .input-box textarea{
- width: 100%;
- }
- .rico{
- width: 12rpx;
- height: 22rpx;
- margin-left: 20rpx;
- }
- .share-btn{
- background-color: #fff;
- padding: 30rpx 40rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .btn{
- line-height: 80rpx;
- background: #27D699;
- border-radius: 40rpx 40rpx 40rpx 40rpx;
- opacity: 1;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- }
|