9.18/3
This commit is contained in:
23
frontend/unpackage/dist/dev/mp-weixin/pages/customer/detail.wxss
vendored
Normal file
23
frontend/unpackage/dist/dev/mp-weixin/pages/customer/detail.wxss
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
.page { padding-bottom: 140rpx;
|
||||
}
|
||||
.card { background:#fff; margin: 16rpx; padding: 12rpx 16rpx; border-radius: 16rpx;
|
||||
}
|
||||
.row { display:flex; justify-content: space-between; padding: 18rpx 8rpx; border-bottom: 1rpx solid #f3f3f3;
|
||||
}
|
||||
.row:last-child { border-bottom: 0;
|
||||
}
|
||||
.label { color:#666;
|
||||
}
|
||||
.value { color:#333; max-width: 60%; text-align: right;
|
||||
}
|
||||
.value-input { color:#333; text-align: right; flex: 1;
|
||||
}
|
||||
.emp { color:#107e9b; font-weight: 700;
|
||||
}
|
||||
.bottom { position: fixed; left:0; right:0; bottom:0; background:#fff; padding: 16rpx 24rpx calc(env(safe-area-inset-bottom) + 16rpx); box-shadow: 0 -4rpx 12rpx rgba(0,0,0,0.06); display:flex; gap: 12rpx;
|
||||
}
|
||||
.primary { flex:1; background: linear-gradient(135deg, #A0E4FF 0%, #17A2C4 100%); color:#fff; border-radius: 999rpx; padding: 20rpx 0;
|
||||
}
|
||||
.ghost { flex:1; background:#fff; color:#107e9b; border: 2rpx solid #A0E4FF; border-radius: 999rpx; padding: 18rpx 0;
|
||||
}
|
||||
Reference in New Issue
Block a user