123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- page {
- height: 100%;
- }
- .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;
- }
- .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;
- }
- .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 .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;
- }
- .active-bg {
- background-color: #999!important;
- }
|