wtt
2026-01-12 793ef6856085ca36fd586cc7848c07e673c2ae37
pages/MJGL/style/MJBillStyle.scss
@@ -86,7 +86,13 @@
        }
    }
    
    .required::after{
          content: "*";
          color: red;
          margin-left: 4px;
          font-weight: bold;
    }
    .right {
        // width: 450rpx;
        flex: 1;
@@ -119,6 +125,7 @@
    textarea {
        width: 98%;
        height: 6em;
        padding: 8rpx 20rpx;
        font-size: 30rpx;
    }
@@ -261,4 +268,43 @@
        justify-content: flex-start;
        gap: 6rpx;
    }
    .card-buttons {
        padding: 8rpx;
        display: flex;
        flex-direction: row;
        gap: 20rpx;
        justify-content: center;
        align-items: flex-start;
        button {
            border-radius: 10rpx;
            width: 180rpx;
            height: 66rpx;
            line-height: 66rpx;
            font-size: 28rpx;
        }
        .btn-a {
            background-color: #3a78ff;
            color: #fff;
        }
        .btn-b {
            background-color: #41a863;
            color: #fff;
        }
        .btn-c {
            background-color: #acacac;
            color: #fff;
            // position: absolute;
            // right: 120rpx;
        }
        .btn-d {
            background-color: #ff8901;
            color: #fff;
        }
        .placeholder {
            flex: 1
        }
    }