123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- .customerProfile {
- min-height: calc(100vh - 30px);
- background: #F5F5F5;
- padding-bottom: 30px;
- .titleContent {
- position: relative;
- // background: white;
- // padding: 20px 20px;
- // border-bottom: 1px #dadada solid;
- .content {
- .name {
- font-size: 32px;
- color: #1E90FF;
- font-weight: bolder;
- padding-bottom: 10px;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- align-items: flex-start;
- justify-content: space-between;
- background: white;
- padding: 20px;
- margin-bottom: 20px;
- .bod {
- // border-bottom: 2px solid #1E90FF;
- // padding-bottom: 10px;
- }
- .share {
- margin: 0;
- padding: 0;
- font-size: 26px;
- line-height: 24px;
- color: #1E90FF;
- padding: 10px 30px;
- border: 1px solid #1E90FF;
- border-radius: 30px;
- }
- }
- .button {
- display: flex;
- flex-direction: row-reverse;
- padding: 20px 20px 0;
- background: white;
- .but {
- background: #1E90FF;
- padding: 10px 15px;
- color: #FFFFFF;
- font-size: 26px;
- border-radius: 8px;
- margin-left: 20px;
- }
- }
- .row {
- background: white;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- padding: 20px 20px;
- .code {
- font-size: 26px;
- color: #767272;
- }
- .time {
- font-size: 26px;
- color: #767272;
- }
- }
- .first {
- background: #facd91;
- padding: 20px 20px;
- }
- .two {
- background: #81d3f8;
- padding: 20px 20px;
- }
- .title {
- font-weight: bolder;
- margin: 20px 0 10px 0;
- }
- .tit {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- justify-content: space-between;
- font-size: 28px;
- font-weight: bolder;
- margin-top: 15px;
- margin-bottom: 5px;
- .up {
- background: #70B603;
- color: #FFFFFF;
- padding: 10px 20px;
- font-size: 26px;
- border-radius: 8px;
- font-weight: 400;
- // font-weight: 400;
- // color: #3864ef;
- // font-size: 26rpx;
- }
- .txt {
- color: red;
- font-weight: 400;
- font-size: 20px;
- }
- }
- .val {
- position: relative;
- font-size: 26px;
- margin-bottom: 5px;
- .num {
- font-weight: bolder;
- color: #1E90FF;
- }
- .mask {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #facd91;
- z-index: 99;
- }
- }
- }
- }
- }
- .selectTitle {
- font-weight: bolder;
- margin-bottom: 10px;
- font-size: 28px;
- display: flex;
- flex-direction: row;
- }
- .additem {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- font-size: 22px;
- color: #4395ff;
- margin-bottom: 15px;
- .txt {
- width: 16%;
- display: flex;
- // flex: 1;
- }
- .mobile {
- width: 30%;
- }
- .bt {
- padding: 4px 10px;
- background: #4395ff;
- color: #FFFFFF;
- border-radius: 6px;
- margin-left: 15px;
- }
- .bts {
- padding: 4px 10px;
- color: #4395ff;
- margin-left: 15px;
- }
- }
- .selproject {
- margin-left: 32px;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: wrap;
- margin-bottom: 20px;
- .selptxt {
- background: #f50;
- padding: 6px 16px;
- margin: 6px;
- border-radius: 8px;
- color: #fff;
- }
- }
- .at-input,
- .at-input-number {
- padding: 4rpx 0;
- margin-left: 0rpx;
- }
- .at-input-number__btn {
- display: none;
- }
- .at-input-number input {
- background-color: #fff;
- height: 44.8rpx;
- }
- .link {
- color: #1E90FF;
- text-decoration: underline;
- }
- .valueContent {
- margin: 20px 0;
- padding: 20rpx;
- background: white;
- border-radius: 20px;
- .item {
- padding-bottom: 16px;
- &.flex {
- display: flex;
- align-items: center;
- }
- &-title {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- color: #b7acac;
- font-size: 27px;
- padding-bottom: 10px;
- position: relative;
- .titleTips {
- color: #ff0000;
- font-size: 18px;
- padding-left: 10px;
- }
- .edit {
- position: absolute;
- right: -30px;
- padding: 30px;
- }
- .switchItem {
- width: 40px;
- height: 40px;
- margin-left: 20px;
- }
- .tbuttom {
- // position: absolute;
- // right: 0;
- // color: #3864ef;
- background: #70B603;
- color: #FFFFFF;
- padding: 10px 20px;
- font-size: 26px;
- border-radius: 8px;
- font-weight: 400;
- }
- }
- &-value {
- color: #000000;
- font-size: 30px;
- }
- .cassistant {
- font-size: 25px;
- color: red;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- margin-top: 10px;
- .citems {
- margin-right: 20px;
- margin-bottom: 20px;
- display: flex;
- flex-direction: row;
- position: relative;
- padding-right: 40px;
- .cclose {
- position: absolute;
- right: 0;
- top: -20px;
- }
- }
- .addbuttom {
- font-size: 22px;
- padding: 0 10px;
- margin-left: 20px;
- }
- }
- .timeContent {
- background: rgba(0, 51, 255, .09);
- border-radius: 30px;
- padding: 30px;
- margin-top: 45px;
- .time {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- .num {
- font-size: 30px;
- }
- .journal {
- font-size: 28px;
- color: #007aff;
- }
- }
- .timeAxis {
- display: flex;
- flex-flow: column nowrap;
- padding-top: 30px;
- .startTime {
- display: flex;
- align-items: center;
- color: #b7acac;
- font-size: 25px;
- }
- .axis {
- width: 1px;
- height: 40px;
- border-left: 1px #b7acac solid;
- margin-left: 11px;
- }
- .endTime {
- display: flex;
- align-items: center;
- color: #b7acac;
- font-size: 25px;
- }
- .circle {
- margin-right: 15px;
- width: 20px;
- height: 20px;
- border-radius: 30px;
- border: 1px #b7acac solid;
- }
- }
- }
- }
- .shareContent {
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: center;
- width: 100%;
- .share {
- overflow: visible;
- width: 100px;
- height: 100px;
- padding: 0;
- border-radius: 161px;
- background: #0000;
- .shareIcon {
- width: 100px;
- height: 100px;
- }
- }
- .shareTitle {
- padding-top: 15px;
- font-size: 19px;
- color: #767272;
- }
- }
- }
- .at-input::after {
- display: none;
- }
|