12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- /deep/ .u-line {
- border-bottom: 2rpx solid #F3F4F6!important;
- }
- /deep/ .u-text__value {
- color: #909399;
- }
- /deep/ .u-steps-item__line {
- background-color: transparent !important;
- border-bottom: 2rpx dotted #3C9CFF;
- }
- // /deep/ .u-upload__wrap {
- // justify-content: flex-end;
- // }
- /deep/ .u-upload__button {
- margin: 0;
- }
- /deep/ .u-form-item {
- background-color: #fff !important;
- padding: 0 24rpx 0 36rpx;
- }
- /deep/ .u-form-item__body__left {
- align-items: flex-start;
- }
- /deep/ .u-form-item__body__right {
- overflow: hidden;
- }
- /deep/ .u-form-item__body__right__content {
- overflow: hidden;
- }
- /deep/ .u-form-item__body__right__message {
- text-align: right;
- }
- /deep/ .u-form-item__body__right__content__slot {
- justify-content: flex-end;
- overflow: hidden;
- }
- /deep/ .u-textarea--disabled {
- background-color: transparent;
- }
- /deep/ .u-textarea {
- padding: 0;
- margin-top: 0;
- }
- // radio在form表单中 右对齐
- /deep/ .u-radio-group--row {
- justify-content: flex-end;
- }
- /deep/ .u-radio__icon-wrap {
- width: 32rpx !important;
- height: 32rpx !important;
- }
- .form-select-content {
- padding: 0 24rpx 20rpx 36rpx;
- border-bottom: 1px solid #F3F4F6;
- background-color: #fff;
- font-weight: 400;
- font-size: 30rpx;
- color: rgb(96, 98, 102);
- line-height: 44rpx;
- white-space: pre-wrap;
- }
- // 在form表单中自定义的文字内容
- .form-item-body-right-content {
- color: #606266;
- font-weight: 400;
- font-size: 30rpx;
- line-height: 44rpx;
- text-align: right;
- padding-right: 0;
- display: flex;
- overflow: hidden;
- .placeholder {
- color: #B1B4BA;
- }
- /deep/ .u-button {
- width: auto;
- }
- /deep/ .u-button--small {
- height: 52rpx;
- }
-
- }
|