123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- .yue {
- display: flex;
- justify-content: space-between;
- padding: 30rpx 48rpx 30rpx 26rpx;
- background: #ffffff;
- }
- .yue .font {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .yue .money {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ff6f0f;
- }
- .add-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 690rpx;
- height: 80rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- font-size: 32rpx;
- border-radius: 10rpx;
- }
- .add-btn.modified {
- color: #24a17d;
- }
- .add-btn.up {
- background-color: #24a17d;
- color: #fff;
- }
- .row-box {
- margin-top: 30rpx;
- padding: 20rpx 0rpx 20rpx 30rpx;
- background: #fff;
- }
- .row-box .title {
- font-size: 30rpx;
- color: #303133;
- }
- .row-box .row {
- display: flex;
- 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 {
- 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;
- }
- .row-box .xian {
- width: 700rpx;
- height: 1rpx;
- background: #e6e6e6;
- margin-bottom: 16rpx;
- }
- .row-box .moneyBtn-box {
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .row-box .moneyBtn-box .moneyBtn {
- margin-right: 30rpx;
- width: 210rpx;
- height: 70rpx;
- background: #f0f0f0;
- border-radius: 4px;
- margin-top: 30rpx;
- text-align: center;
- line-height: 70rpx;
- }
- .list {
- padding-left: 30rpx;
- margin-top: 30rpx;
- background-color: #ffffff;
- }
- .list .box {
- display: flex;
- 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 {
- 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: #999999 !important;
- }
- .current {
- background: #24a17d !important;
- color: #fff;
- }
|