12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .feedback.data-v-ecf36d4e{
- padding:0 40rpx;
- }
- .feedback .uni-form-item.data-v-ecf36d4e{
- margin-bottom:30rpx;
- }
- .feedback .content .title.data-v-ecf36d4e{
- font-size:34rpx;
- font-weight:500;
- color:rgba(102,102,102,1);
- padding:20rpx 0;
- }
- .feedback .content .uni-textarea.data-v-ecf36d4e{
- width:100%;
- height:500rpx;
- background:rgba(248,248,248,1);
- -webkit-border-radius:28rpx;
- border-radius:28rpx;
- padding:20rpx;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .feedback .tel .title.data-v-ecf36d4e{
- font-size:28rpx;
- font-weight:400;
- color:rgba(153,153,153,1);
- line-height:40px;
- }
- .feedback .tel .uni-input.data-v-ecf36d4e{
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- width:100%;
- height:110rpx;
- background:rgba(248,248,248,1);
- -webkit-border-radius:24rpx;
- border-radius:24rpx;
- padding:3rpx 30rpx;
- }
- .feedback .tel .uni-input.data-v-ecf36d4e::-webkit-input-placeholder{color: #D4D4D4;}
- button.data-v-ecf36d4e{
- width: 400rpx;
- height: 88rpx;
- line-height: 88rpx;
- background-color: #65B74E;
- -webkit-border-radius: 44rpx;
- border-radius: 44rpx;
- }
|