123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- .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.106rem;
- margin-bottom: 0.08rem;
-
- }
- .cardItem{
- color: #666;
- display: flex;
- align-items: center;
- line-height: 1.5;
- font-size: 0.106rem;
- margin-bottom: 0.08rem;
- }
- .ediText {
- font-size: 0.106rem;
- 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;
- }
-
- .leftBox{
- width:1000px;
- min-width:350px;
- height:1000px;
- 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;
- min-width: 300px;
- 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;
- }
- .rightBoxCentre{
- width:865px;
- height:345px;
- min-width: 60%;
- 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;
- }
- .leftBoxCentre{
- width:100%;
- height:345px;
- 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:0.15rem;
- font-weight:600;
- color:#222;
- margin: 10px 0 0 0;
- }
- .flexBox{
- display: flex;
- align-items: end;
- }
- .touxiang{
- width: 120px;
- width: 120px;
- border-radius: 6px;
- margin: 30px 0 20px 0;
- }
- .touxiangphoto{
- width: 80px;
- height: 80px;
- margin: 38px 0 0px 0;
- }
- .infoItem{
- color:#666;
- font-size: 0.1rem;
- margin: 0 0 30px 0;
-
- }
- .rightItem{
- color:#666;
- font-size: 0.1rem;
- margin: 0 0 15px 0;
- display: flex;
- }
- .right{
- width: 25%;
- min-width: 1.3rem;
- margin-left: 0.1rem;
- padding-top: 0.3rem;
- // position: absolute;
- // top:108px;
- // left:170px;
- }
- .rightphone{
-
- position: absolute;
- top:108px;
- left:170px;
- }
- .left{
- position: absolute;
- top:108px;
- left:60%;
-
- }
- .rightInfo{
- width: 28%;
- min-width: 1.3rem;
- margin-right: 0.1rem;
- padding-top: 0.3rem;
- // position: absolute;
- // top:108px;
- // left:80%;
- }
-
- .Centered{
- width: 28%;
- // position: absolute;
- // top:108px;
- // left:30%;
- min-width: 1.3rem;
- margin: 0 0 15px 0;
- color:#666;
- font-size: 0.1rem;
- padding-top: 0.3rem;
- }
-
- .rightCentered{
- // position: absolute;
- // top:108px;
- // left:55%;
- flex: 1;
- // width: 25%;
- min-width: 1.3rem;
- margin: 0 0 15px 0;
- padding-top: 0.3rem;
- color:#666;
- font-size: 0.1rem;
- }
-
-
- // 客户详情样式
- .cardBox{
- display: flex;
- .leftBox{
- width:1000px;
- min-width:350px;
- height:1000px;
- 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;
- min-width: 300px;
- 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;
- }
- .rightBoxCentre{
- width:865px;
- height:345px;
- min-width: 60%;
- 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;
- }
- .leftBoxCentre{
- width:100%;
- height:345px;
- 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:0.15rem;
- font-weight:600;
- color:#222;
- margin: 10px 0 0 0;
- }
- .flexBox{
- display: flex;
- align-items: end;
- }
- .touxiang{
- width: 120px;
- width: 120px;
- border-radius: 6px;
- margin: 30px 0 20px 0;
- }
- .touxiangphoto{
- width: 80px;
- height: 80px;
- margin: 38px 0 0px 0;
- }
- .infoItem{
- color:#666;
- // font-size: 0.1rem;
- margin: 0 0 30px 0;
-
- }
- .rightItem{
- color:#666;
- // font-size: 0.1rem;
- margin: 0 0 15px 0;
- display: flex;
- }
- .right{
- width: 25%;
- min-width: 1.3rem;
- margin-left: 0.1rem;
- padding-top: 0.3rem;
- // position: absolute;
- // top:108px;
- // left:170px;
- }
- .rightphone{
-
- position: absolute;
- top:108px;
- left:170px;
- }
- .left{
- position: absolute;
- top:108px;
- left:60%;
-
- }
- .rightInfo{
- width: 25%;
- min-width: 1.3rem;
- margin-right: 0.1rem;
- padding-top: 0.3rem;
- // position: absolute;
- // top:108px;
- // left:80%;
- }
-
- .Centered{
- width: 25%;
- // position: absolute;
- // top:108px;
- // left:30%;
- min-width: 1.3rem;
- margin: 0 0 15px 0;
- color:#666;
- // font-size: 0.1rem;
- padding-top: 0.3rem;
- }
-
- .rightCentered{
- // position: absolute;
- // top:108px;
- // left:55%;
- width: 25%;
- min-width: 1.3rem;
- margin: 0 0 15px 0;
- padding-top: 0.3rem;
- color:#666;
- // font-size: 0.1rem;
- }
-
- }
- .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;
- }
- }
|