myaddcompile.wxss 1.0 KB
/* pages/compile/index.wxss */
page {
    background-color: #f8f8f8;
}

.itemInput {
    margin: 28rpx 36rpx;
    padding-bottom: 28rpx;
    border-bottom: 2rpx solid #eeeeee;
    align-items: center;
}
.itemInput image{

    width: 14rpx;
    height: 20rpx;
    margin-left: 5rpx;
}
.itemName {
    font-size: 32rpx;
    color: #727273;
    margin-right: 32rpx;
    /* min-width: 128rpx; */
}

.plaSty {
    font-size: 28rpx
}

.itemInput input {
    font-size: 32rpx;
    color: #333333;
    /* flex: 1; */
    text-align: right;
}
.color333 {
    color: #333;
  }

.center {
    align-items: center !important;
    justify-content: space-between;
}

.newaddress {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.newaddress_left {
    flex: 1;
    background: #d0d0d0;
}

.newaddress_right {
    flex: 1;
    background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
}