123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- html,
- body {
- height: 100%;
- font-family: PingFangSC-Regular;
- color: #333333;
- }
- .content{
- padding-bottom: 90rpx;
- }
- .content-X{
- padding-bottom: 158rpx;
- }
- .header {
- width: 100%;
- height: 240rpx;
- background: #28aff0;
- color: #ffffff;
- box-sizing: border-box;
- padding-left: 32rpx;
- overflow: hidden;
- position: relative;
- }
- .header > view:first-child {
- font-size: 36rpx;
- margin: 48rpx 0 8rpx;
- }
- .header > view:nth-child(2) {
- font-size: 24rpx;
- }
- .header > image {
- width: 212rpx;
- height: 148rpx;
- position: absolute;
- top: 32rpx;
- right: 44rpx;
- }
- .personBox {
- width: 100%;
- box-sizing: border-box;
- padding: 0 24rpx;
- position: relative;
- top: -60rpx;
- }
- .personBox > .personDetail {
- height: 480rpx;
- background: #ffffff;
- box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.03);
- border-radius: 8rpx;
- box-sizing: border-box;
- padding: 40rpx 40rpx 0;
- }
- .personBox > .personDetail > view:first-child {
- display: flex;
- justify-content: space-between;
- position: relative;
- font-size: 28rpx;
- padding-bottom: 30rpx;
- border-bottom: 2rpx solid #eeeeee;
- }
- .personBox > .personDetail > view:first-child > text:first-child {
- color: #333333;
- }
- .personBox > .personDetail > view:first-child > text:nth-child(2) {
- color: #3296fb;
- }
- .personBox > .personDetail > view:first-child > image {
- width: 28rpx;
- height: 28rpx;
- position: absolute;
- top: 6rpx;
- right: 124rpx;
- }
- .personBox > .personDetail > view:nth-child(2) {
- padding-top: 40rpx;
- display: flex;
- justify-content: space-between;
- }
- .personBox > .personDetail > view:nth-child(2) > .number {
- width: 4rpx;
- height: 126rpx;
- margin: 36rpx 0 0 16rpx;
- position: relative;
- background: #a0c7dd;
- }
- .personBox > .personDetail > view:nth-child(2) > .number > view {
- width: 32rpx;
- height: 32rpx;
- background: #a0c7dd;
- border-radius: 50%;
- color: #ffffff;
- font-size: 24rpx;
- text-align: center;
- position: absolute;
- }
- .personBox
- > .personDetail
- > view:nth-child(2)
- > .number
- > view:first-child {
- top: -32rpx;
- left: -14rpx;
- }
- .personBox
- > .personDetail
- > view:nth-child(2)
- > .number
- > view:last-child {
- bottom: -32rpx;
- left: -14rpx;
- }
- .personBox > .personDetail > view:nth-child(2) > .smallCard {
- margin-right: 260rpx;
- }
- .personBox > .personDetail > view:nth-child(2) > .smallCard > view {
- display: flex;
- flex-direction: column;
- font-size: 30rpx;
- }
- .personBox > .personDetail > view:nth-child(2) > .smallCard image {
- width: 96rpx;
- height: 64rpx;
- margin: 16rpx 0 36rpx 0;
- }
- .personBox > .personDetail > view:nth-child(2) > view:last-child {
- display: flex;
- flex-direction: column;
- }
- .personBox
- > .personDetail
- > view:nth-child(2)
- > view:last-child
- > image {
- width: 40rpx;
- height: 32rpx;
- }
- .personBox
- > .personDetail
- > view:nth-child(2)
- > view:last-child
- > image:first-child {
- margin-top: 6rpx;
- }
- .personBox
- > .personDetail
- > view:nth-child(2)
- > view:last-child
- > image:last-child {
- margin-top: 126rpx;
- }
- .pItemMargin {
- margin-bottom: 24rpx;
- }
- .pBox {
- position: relative;
- top: -38rpx;
- }
- .pItem {
- box-sizing: border-box;
- padding: 28rpx 32rpx;
- background: #ffffff;
- display: flex;
- justify-content: space-between;
- font-size: 32rpx;
- }
- .pItem image {
- width: 14rpx;
- height: 24rpx;
- margin-left: 22rpx;
- }
- .pItem > view:first-child {
- color: #333333;
- margin-right: 78rpx;
- }
- .pItem > view:last-child {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- color: #aaaaaa;
- }
- .pItem > input {
- color: #666666;
- text-align: right;
- height: 44rpx;
- min-height: 44rpx;
- }
- .line {
- width: 100%;
- height: 2rpx;
- box-sizing: border-box;
- padding-left: 32rpx;
- background: #ffffff;
- }
- .line > view {
- height: 2rpx;
- background: #f5f5f5;
- }
- .save,.save-X {
- box-sizing: border-box;
- padding: 0 32rpx;
- width: 100%;
- background: #ffffff;
- text-align: center;
- line-height: 90rpx;
- color: #ffffff;
- position: fixed;
- bottom: 0;
- }
- .save-X{
- padding-bottom: 68rpx;
- }
- .save > view,.save-X > view {
- width: 100%;
- height: 100%;
- background: #3296FB;
- border-radius: 45rpx;
- }
- .modal {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.56);
- display: flex;
- flex-direction: column;
- z-index: 999;
- }
- .modal > .tapClose {
- width: 100%;
- height: 100%;
- }
- .modal > .detail {
- width: 652rpx;
- height: 552rpx;
- border-radius: 20rpx;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- background: #ffffff;
- box-sizing: border-box;
- padding: 60rpx 56rpx;
- font-size: 32rpx;
- line-height: 46rpx;
- color: #333333;
- }
- .modal > .detail .input {
- height: 90rpx;
- border: 2rpx solid #eeeeee;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .modal > .detail .input > text {
- font-size: 30rpx;
- color: #3296FB;
- padding: 0 20rpx;
- border-left: 2rpx solid #dcdcdc;
- }
- .modal > .detail .input > input {
- box-sizing: border-box;
- padding: 0 26rpx;
- width: 300rpx;
- min-height: 100%;
- }
- .modal > .detail > .btn {
- background: #ffffff;
- }
- .modal > .detail > .btn > view {
- height: 90rpx;
- background: #3296FB;
- border-radius: 45rpx;
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #FFFFFF;
- display: flex;
- justify-content: center;
- align-items: center;
- }
|