| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- .setclient-list-item {
- width: 100vw;
- background-color: #fff;
- box-sizing: border-box;
- .con {
- padding-left: 30rpx;
- display: flex;
- width: 100%;
- box-sizing: border-box;
- padding-top: 20rpx;
- .mian {
- flex: 1;
- width: 0;
- padding-right: 20rpx;
- box-sizing: border-box;
- .label {
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- height: 40rpx;
- line-height: 40rpx;
- }
- .tag-box {
- margin-top: 10rpx;
- .tag {
- height: 40rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- padding: 0 12rpx;
- margin-right: 8rpx;
- }
- }
- }
- .icon {
- display: flex;
- height: 136rpx;
- align-items: center;
- margin-top: -20rpx;
- color: #CFCFCF;
- width: 28rpx;
- margin-right: 30rpx;
- flex-shrink: 0;
- }
- .extend {
- display: flex;
- height: 116rpx;
- width: 48rpx;
- margin-right: 30rpx;
- flex-shrink: 0;
- }
- }
- }
- .line-1 {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .textarea {
- width: 90%;
- height: 200rpx;
- box-sizing: border-box;
- padding: 20rpx 30rpx;
- background-color: #FDF9FC;
- margin: 20rpx auto;
- border: 1rpx solid #EEECEF;
- border-radius: 8rpx;
- }
- .box {
- width: 100vw;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- background-color: #fff;
- margin-top: 10rpx;
- .row {
- display: flex;
- justify-content: space-between;
- min-height: 60rpx;
- align-items: center;
- .label {
- font-size: 28rpx;
- }
- checkbox {
- width: 36rpx;
- height: 36rpx;
- margin-right: 6rpx;
- }
- checkbox .wx-checkbox-input {
- width: 36rpx;
- height: 36rpx;
- }
- }
- }
- /* 地址 */
- .location {
- display: flex;
- align-items: center;
- .icon {
- color: #FF9933;
- font-size: 62rpx;
- flex-shrink: 0;
- margin-right: 10rpx;
- }
- .content {
- flex: 1;
- .name {
- font-size: 30rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- text {
- font-size: 28rpx;
- font-weight: 400;
- margin-left: 20rpx;
- }
- }
- .address {
- font-size: 28rpx;
- margin-top: 6rpx;
- flex-shrink: 0;
- }
- }
- .iconfont {
- font-size: 40rpx;
- margin-left: 20rpx;
- color: #999;
- }
- }
|