123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* 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;
- }
|