| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .cover-view {
- width: 100%;
- height: 48rpx;
- opacity: 0;
- position: relative;
- /* left: 15%; */
- top: -48rpx;
- z-index: 10;
- background-color: blue;
- }
- /**人民币符号的字体*/
- .sign-class{
- font-size: var(--fontSize--);
- color: var(--contentColor--);
- margin-right: 5rpx;
- margin-top:5rpx
- }
- .total_class{
- justify-content: center !important;
- }
- .input-class{
- display: flex;
- width: 100%;
- height: 46rpx;
- line-height: 46rpx;
- text-align:var(--center--) !important;
- }
- .input-title-class{
- color:var(--color--) !important;
- font-size:var(--fontSize--) !important;
- padding-left:var(--left--) !important;
- width: var(--width--) !important;
- font-weight: var(--fontWeight--) !important;
- height: var(--height--) !important;
- }
- .input_content-class{
- width:100% !important;
- padding-left:20rpx;
- display: flex;
- }
- /**cell值颜色**/
- .dk-cell-value-class {
- font-size:var(--fontSize--) !important;
- color:var(--inputColor--) !important;
- font-weight: var(--inputFontWeight--) !important;
- height: var(--height--) !important;
- }
- .dk-cell-value-class-input{
- font-size:var(--fontSize--) !important;
- color:var(--inputColor--) !important;
- font-weight: var(--inputFontWeight--) !important;
- width: 110rpx !important;
- height: var(--height--) !important;
- }
- .van-field__input--right {
- text-align: right !important;
- }
- .van-cell__title{
- margin-right: 0 !important;
- min-width: auto !important;
- }
|