123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .SubmitButton {
- background: rgba(239,39,58,1);
- border-radius: 7px;
- border: 0px;
- }
- .text {
- color: rgba(239,39,58,1);
- }
- .SelectFrom {
- width: 180px;
- background: #ffffff;
- border-radius: 7px;
- border: 1px solid #dbdbdb;
- }
- .addButton {
- background: #50be00;
- border-radius: 4px;
- border: 0px;
- margin: 10px 0px;
- }
- .cardText {
- color: #333;
- display: flex;
- align-items: center;
- position: relative;
- line-height: 1.5;
- font-size: 0.11rem;
- margin-bottom: 0.08rem;
-
- }
- .cardItem{
- color: #666;
- display: flex;
- align-items: center;
- line-height: 1.5;
- font-size: 0.11rem;
- margin-bottom: 0.08rem;
- }
- .ediText {
- font-size: 0.11rem;
- color: #ff925c;
- line-height: 24px;
- position: absolute;
- right: 0;
- }
- .title{
- display: inline-block;
- width: 0.54rem;
- justify-content: space-between;
- text-align: justify;
- text-align-last:justify
- }
-
- .address {
- width: 400px;
- height: 24px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
-
- .pitchButton {
- border-color: rgba(255,126,72,1);
- background-color: rgba(255,126,72,1);
- color: rgba(255,255,255,1);
- }
- .noButton {
- border-color: rgba(255,126,72,1);
- color: rgba(255,126,72,1);
- }
- .displayS {
- display: none;
- }
-
-
- // 客户详情样式
- .cardBox{
- display: flex;
- .leftBox{
- width:342px;
- min-width:342px;
- height:511px;
- background:rgba(255,255,255,1);
- box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
- border-radius:8px;
- display: inline-block;
- margin-right: 30px;
- padding: 30px;
- overflow: hidden;
- }
- .rightBox{
- width:-webkit-fill-available;
- height:511px;
- min-width: 800px;
- background:rgba(255,255,255,1);
- box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
- border-radius:8px;
- display: inline-block;
- padding: 30px;
- overflow: hidden;
- position: relative;
- }
- .tit{
- font-size:24px;
- font-weight:600;
- color:#222;
- margin: 10px 0 0 0;
- }
- .touxiang{
- width: 120px;
- width: 120px;
- border-radius: 6px;
- margin: 30px 0 20px 0;
- }
- .infoItem{
- color:#666;
- font-size: 19px;
- margin: 0 0 10px 0;
-
- }
- .rightItem{
- color:#666;
- font-size: 19px;
- margin: 0 0 15px 0;
- }
- .right{
- position: absolute;
- top:108px;
- left:170px;
- }
- .rightInfo{
- position: absolute;
- top:50px;
- left:50%;
- }
-
- }
- .recordBox{
- width:100%;
- background:rgba(255,255,255,1);
- box-shadow:0px 0px 16px 2px rgba(0,0,0,0.12);
- border-radius:8px;
- margin-top: 30px;
- padding: 30px;
- .tableName{
- font-size:24px;
- font-weight:600;
- color:#222;
- }
- }
|