123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- page {
- height: 100%;
- }
- .content-money {
- padding: 30rpx 0;
- background: #fff;
- }
- .flex {
- background-color: #fff;
- text-align: center;
- margin: 0 30rpx;
- border-radius: 15rpx;
- }
- .flex .buttom {
- font-size: 32rpx;
- width: 50%;
- }
- .flex .interval {
- width: 2px;
- height: 60rpx;
- background-color: #eee;
- }
- .flex .icon {
- background-size: 100%;
- font-size: 42rpx;
- color: #303133;
- font-weight: 700;
- background-repeat: no-repeat;
- background-position: 50%;
- }
- .flex .text {
- color: #909399;
- }
- .row-box {
- margin-top: 30rpx;
- padding: 20rpx 30rpx;
- background: #fff;
- }
- .row-box .title {
- font-size: 30rpx;
- color: #303133;
- }
- .row-box .row {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- position: relative;
- height: 80rpx;
- }
- .row-box .row .tit {
- flex-shrink: 0;
- width: 40rpx;
- font-size: 30rpx;
- color: #303133;
- }
- .row-box .row .input {
- -webkit-box-flex: 1;
- flex: 1;
- font-size: 30rpx;
- color: #303133;
- }
- .row-box .row .iconlocation {
- font-size: 36rpx;
- color: #909399;
- }
- .row-box .row .buttom {
- color: #5dbc7c;
- font-size: 28rpx;
- }
- .add-btn {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- width: 690rpx;
- height: 80rpx;
- margin: 30rpx auto 0;
- font-size: 32rpx;
- border-radius: 10rpx;
- }
- .add-btn.modified {
- color: #5dbc7c;
- }
- .add-btn.up {
- background-color: #5dbc7c;
- color: #fff;
- }
- .list {
- padding-left: 30rpx;
- margin-top: 30rpx;
- background-color: #fff;
- }
- .list .box {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- width: 100%;
- height: 120rpx;
- border-bottom: 1px solid #ebeef5;
- }
- .list .box .icon {
- font-size: 48rpx;
- padding-right: 20rpx;
- }
- .list .box .icon .icon-img {
- height: 50rpx;
- width: 50rpx;
- }
- .list .box .iconweixin1 {
- color: #18bf16;
- }
- .list .box .iconzhifubao {
- color: #08aaec;
- }
- .list .box .title-box {
- -webkit-box-flex: 1;
- flex-grow: 1;
- text-align: left;
- }
- .list .box .title-box .title {
- font-size: 30rpx;
- color: #606266;
- }
- .list .box .title-box .node {
- font-size: 24rpx;
- color: #909399;
- }
- .uni-radio-input {
- width: 45rpx;
- height: 45rpx;
- }
|