123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- page {
- background-color: #f0f4f7;
- }
- .searchbox {
- display: block;
- width: 100%;
- height: 98rpx;
- background-color: #1598fc;
- position: sticky;
- overflow: hidden;
- top: 0rpx;
- left: 0rpx;
- }
- .searchbox input {
- display: block;
- width: 710rpx;
- height: 66rpx;
- margin: 16rpx auto;
- background-color: #ffffff;
- padding: 0 12rpx;
- box-sizing: border-box;
- }
- .searchbox image {
- display: block;
- width: 48rpx;
- position: absolute;
- top: 25rpx;
- right: 30rpx;
- z-index: 101;
- }
- .titlebox {
- display: block;
- width: 100%;
- height: 98rpx;
- background-color: #f0f4f7;
- padding: 0 12rpx;
- position: sticky;
- top: 98rpx;
- left: 0px;
- z-index: 101;
- }
- .catebox {
- display: block;
- height: 100%;
- line-height: 88rpx;
- }
- .catebox image {
- display: block;
- width: 18rpx;
- height: 12rpx;
- position: relative;
- top: 36rpx;
- margin-left: 6rpx;
- }
- .opensearch {
- display: block;
- width: 34rpx;
- height: 32rpx;
- position: relative;
- top: 32rpx;
- }
- .customerbox {
- display: block;
- width: 100%;
- height: auto;
- box-sizing: border-box;
- padding: 20rpx 0rpx 0rpx;
- }
- .everycustomer {
- display: block;
- margin: 0 20rpx 20rpx;
- background: #ffffff;
- height: 122rpx;
- border-radius: 4rpx;
- position: relative;
- box-sizing: border-box;
- padding: 12rpx 20rpx 0;
- }
- .seximg {
- display: block;
- width: 36rpx;
- height: 36rpx;
- position: relative;
- top: 2rpx;
- margin-right: 8rpx;
- }
- .crmname {
- display: block;
- max-width: 100rpx;
- }
- .crmlev {
- width: 25rpx;
- height: 36rpx;
- position: relative;
- top: 2rpx;
- background-color: rgba(250, 100, 0, 0.26);
- border-radius: 4rpx;
- margin-left: 10rpx;
- }
- .everystatebtn {
- display: block;
- height: 36rpx;
- line-height: 36rpx;
- position: relative;
- top: 2rpx;
- padding: 0 6rpx;
- margin-left: 10rpx;
- color: #ffffff;
- border-radius: 4rpx;
- }
- .lastdate {
- margin-left: 16rpx;
- position: relative;
- top: 2rpx;
- }
- .housemsgbox {
- margin-top: 20rpx;
- }
- .housemsgbox .houseicon {
- display: block;
- width: 24rpx;
- height: 24rpx;
- position: relative;
- top: 8rpx;
- margin-right: 8rpx;
- }
- .limitCommunityWidth1 {
- display: inline-block;
- max-width: 200rpx;
- }
- .cansure {
- position: absolute;
- right: 36rpx;
- top: 0;
- height: 100%;
- }
- .cansure view {
- display: block;
- padding: 0 20rpx;
- height: 40rpx;
- line-height: 40rpx;
- border-width: 1px;
- border-style: solid;
- border-radius: 6rpx;
- border-color: #1598fc;
- color: #1598fc;
- position: relative;
- top: 40rpx;
- }
- view.refusebtn {
- border-color: red;
- color: red;
- margin-left: 10rpx;
- }
- .suretext {
- display: block;
- color: #1598fc;
- position: absolute;
- right: 36rpx;
- top: 0;
- height: 100%;
- line-height: 122rpx;
- }
- .effectivelayer {
- display: block;
- width: 200rpx;
- position: absolute;
- background-color: #ffffff;
- left: 16rpx;
- top: 66rpx;
- box-shadow: 0px 4px 14px 0px rgba(56, 72, 85, 0.16);
- z-index: 11;
- padding: 0 6rpx;
- }
- .effectivelayer view {
- font-size: 28rpx;
- color: #384855;
- line-height: 48rpx;
- text-align: center;
- border-bottom: 1px solid #f7f7f7;
- }
|