statements.ttss 1.2 KB
page{
    width: 100%;
    height: 100%;
    /* padding-left: 30rpx;
    padding-right: 30rpx; */
    align-content: center;
    display: flex;
    flex-direction: column;
}
.statements-add-address-addicon {
    width: 30rpx;
    height: 30rpx;
}
.statements-add-address-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 30rpx;
    margin-right: 30rpx;
    padding-top: 20rpx;
    padding-bottom: 20rpx;
}
.amount-view-root {
    display: flex;
    flex-direction: column;
}
/* .select-item-pay-view {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
} */
.select-item-pay-button {
    width: 90%;
    /* height: 90rpx; */
    background-color: rgb(32, 204, 35);
    margin-top: 40rpx;
    color: white;
    text-align: center;
    line-height: 90rpx;
    margin-left: 35rpx;
    
    /* align-items: center; */
    /* align-content: center; */
}
.split-view {
    width: 100%;
    height: 15rpx;
    background-color: #f0f0f0;
    border-bottom-style:solid;
    border-bottom-width: 1rpx;
    border-bottom-color: #e0e0e0;
    border-top-style:solid;
    border-top-width: 1rpx;
    border-top-color: #e0e0e0;
}