page { background: #F3F5F9; } .button{ width: 100%; height: 80rpx; } .button view { box-shadow: 6rpx 6rpx 8rpx rgba(48, 156, 63, 0.2); float: right; border-radius: 10rpx; color: white; text-align: center; line-height: 64rpx; width: 120rpx; height: 64rpx; background: #39b54a; } .item-box { margin-top: 10rpx; position: relative; overflow: hidden; padding: 10rpx 0 10rpx 130rpx; width: 100%; height: 120rpx; border-bottom: 2rpx solid #F5F5F5; box-sizing: border-box; } .item-box .phone { position: absolute; top: 20rpx; left: 30rpx; width: 80rpx; height: 80rpx; } .item-box .default { position: absolute; top: 0; left: 0; width: 64rpx; height: 64rpx; } .item-box .more { position: absolute; top: 38rpx; right: 20rpx; width: 45rpx; height: 45rpx; } .item-box .title text { line-height: 40rpx; display: block; font-size: 30rpx; } .item-box .title text:last-child { color: #666; margin-top: 10rpx; font-size: 24rpx; } .noData { width: 100%; height: 120rpx; text-align: center; line-height: 120rpx; color: #666; } .input { width: 450rpx; box-sizing: border-box; border-bottom: 2rpx solid #F1F1F1; height: 70rpx; font-size: 32rpx; margin: 40rpx auto 60rpx; }