123456789101112131415161718192021222324252627282930 |
- /* 表单输入 */
- .user_message_input {
- padding: 0 30rpx;
- margin-top: 40rpx;
- box-sizing: border-box;
- }
- .input-class {
- font-size: 32rpx !important;
- width: 380rpx !important;
- text-align: right !important;
- background-color: #F6F7F8 !important;
- }
- /* 提交按钮 */
- .submit_but {
- width: 240rpx;
- height: 88rpx;
- border-radius: 44px;
- margin: 60rpx auto;
- font-size: 32rpx !important;
- font-family: PingFangSC-Medium, PingFang SC !important;
- font-weight: 500 !important;
- }
- .custom-class {
- width: 100% !important;
- z-index: 99;
- box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
- }
|