@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { height: 100%; background-color: #fff; } .add-btn { display: flex; align-items: center; justify-content: center; width: 604rpx; height: 90rpx; margin: 0 auto; margin-top: 30rpx; font-size: 32rpx; border-radius: 10rpx; } .add-btn.modified { color: #ee2f72; } .add-btn.up { background-color: #ee2f72; 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; 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: #ee2f72; font-size: 28rpx; } .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; } .now { width: 100%; height: 86rpx; padding: 0 26rpx 0 47rpx; display: flex; justify-content: space-between; line-height: 86rpx; background-color: #ffffff; } .now view { font-size: 28rpx; font-weight: 500; color: #333333; } .now .now-money { font-size: 32rpx; font-weight: bold; color: #ee2f72; } .add-wrapper { width: 750rpx; height: 338rpx; padding-left: 30rpx; background: #ffffff; display: flex; flex-direction: column; align-items: center; } .add-wrapper .add-box { width: 100%; height: 103rpx; display: flex; flex-direction: row; justify-content: space-between; padding: 0 39rpx 0 10rpx; align-items: center; } .add-wrapper .add-box .add-log { font-size: 37rpx; font-weight: bold; } .add-wrapper .add-box input { width: 218rpx; height: 30rpx; font-size: 32rpx; font-weight: 500; color: #000000; line-height: 40px; text-align: right; } .add-wrapper .add-box input .place { color: #bfbfbf; } .add-wrapper .jg { width: 100%; } .add-wrapper .add-tags { height: 234rpx; padding-top: 47rpx; padding-bottom: 17rpx; display: flex; flex-direction: row; flex-wrap: wrap; } .add-wrapper .add-tags .tag { width: 210rpx; height: 70rpx; background-color: #f0f0f0; border-radius: 4rpx; margin: 0 30rpx 30rpx 0; text-align: center; line-height: 70rpx; font-size: 22rpx; } .add-wrapper .add-tags .tag text { font-size: 32rpx; font-weight: 500; } .add-wrapper .add-tags .action { color: #fff; background-color: #ee2f72; } .btn-wrapper { padding: 49rpx 32rpx 0 40rpx; height: 183rpx; display: flex; justify-content: space-between; background-color: #fff; } .btn-wrapper .iconweixin1 { color: #18bf16; font-size: 48rpx; display: flex; } .btn-wrapper .iconweixin1 view { height: 48rpx; text-align: 48rpx; padding-left: 20rpx; color: #000000; font-size: 30rpx; } .btn-wrapper .btn { width: 36rpx; height: 36rpx; border: 4rpx #ee2f72 solid; border-radius: 8rpx 8rpx; } .btn-wrapper .btn image { width: 100%; height: 100%; } .btn-wrapper .btn .action { display: none; } .btn-wrapper .actiont { border: none; } .main-jg { width: 100%; height: 21rpx; background-color: #f8f6f6; }