/* components/input/index.wxss */ .text-green { color: green; } .text-red { color: red; } .dis { display: inline-block; margin-left: 40rpx; } .label-sm { border-bottom: 1px solid #f3f4f6; /* padding: 24rpx 0; */ display: inline-block; width: 100%; } .img { width: 150rpx; height: 150rpx; text-align: right; display: inline-block; } .have-photo>image { width: 100%; height: 100%; } .default-photo { line-height: 160rpx; text-align: center; background: #F7F8FC; } .p-r { position: relative; } .clear-icon { position: absolute; top: -18rpx; right: -8rpx; } .have-photo{ width: 100%; height: 100%; } .pick-text{ width: 280rpx; display: inline-block; text-align: right; }