123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- Page {
- width: 100%;
- height: 100%;
- }
- .container .person {
- display: flex;
- height: 200px;
- padding: 10rpx 30rpx;
- justify-content: space-between;
- align-items: center;
- background-color: #FFE084;
- }
- .container .person .person-info {
- padding-left: 40rpx;
- }
- .container .person .person-info .user-name {
- position: relative;
- margin-top: 10rpx;
- }
- .container .person .person-info .user-name .next {
- width: 35rpx;
- height: 35rpx;
- position: absolute;
- right: -74rpx;
- top: 12rpx;
- z-index: -1;
- }
- .container .person .person-info .tel {
- margin-top: 20rpx;
- }
- .container .person .head-img {
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- }
- .container .person .head-img image {
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- }
- .container .user-login {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- height: 70px;
- margin-top: 42px;
- }
- .collection-view {
- text-align: center;
- margin-right:44px ;
- }
- .record-yes-view{
- text-align: center;
- }
- .record-view{
- text-align: center;
- margin-left:55px ;
- }
- .opta-view-text {
- font-size: 14px;
- font-weight: 600;
- color: #000000;
- margin-top: 5px;
- }
- .opta-view-num {
- font-size: 20px;
- font-weight: 600;
- color: #FF8364;
- }
- .login-info {
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- align-items: center;
- }
- .container .user-login .login-btn {
- background-color: transparent;
- font-weight: 400;
- text-align: center;
- }
- .container .user-login .next {
- width: 50rpx;
- height: 50rpx;
- }
- .head-img {
- width: 140rpx;
- height: 140rpx;
- margin-right: 32px;
- border-radius: 50%;
- }
- .user-info{
- display: flex;
- flex-flow: column nowrap;
- justify-content: left;
- width: 150px;
- margin-left: 55px;
- }
- .nick-name{
- font-size: 22px;
- font-weight: bold;
- color: #000000;
- }
- .edit-text-view{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- margin-top: 5px;
- align-items: center;
- }
- .edit-icon{
- width: 14px;
- height: 14px;
- }
- .edit-text{
- font-size: 14px;
- font-family: Source Han Sans CN;
- font-weight: 600;
- color: #000000;
- margin-left: 5px;
- }
- .container .order {
- display: flex;
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- border-bottom: 1px solid #ebeef5;
- justify-content: flex-start;
- position: relative;
- }
- .container .order .icons {
- width: 55rpx;
- height: 55rpx;
- margin: 32rpx 23rpx;
- }
- .container .order .order-text {
- line-height: 120rpx;
- letter-spacing: 3rpx;
- }
- .container .order .next-gray {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- right: 30rpx;
- top: 45rpx;
- }
- .container .assess {
- display: flex;
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- border-bottom: 1px solid #ebeef5;
- justify-content: flex-start;
- position: relative;
- }
- .container .assess .icons {
- width: 55rpx;
- height: 55rpx;
- margin: 32rpx 23rpx;
- }
- .container .assess .assess-text {
- line-height: 120rpx;
- letter-spacing: 3rpx;
- }
- .container .assess .next-gray {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- right: 30rpx;
- top: 45rpx;
- }
- .title {
- width: 100%;
- height: 30px;
- text-align: center;
- margin-top: 50px;
- line-height: 30px;
- font-size: 14px;
- }
- .gotoRecord {
- margin-left: 55px;
- }
- .opta-view {
- height: 60px;
- width: 100%;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- margin-top: 12px;
- }
- .index-header {
- display: flex;
- flex-flow: column nowrap;
- justify-content: left;
- height: 280px;
- background-color: #FFE084;
- }
- .remind{
- width: 330px;
- height: 220px;
- z-index: 999;
- margin: 0 auto;
- border-radius: 20px;
- background-color: #fff;
- box-shadow: 0px 9px 9px 9px rgba(131, 131, 131, 0.16);
- position: relative;
- top: -322px;
- padding-left: 18px;
- padding-top:26px;
- }
- .remind-title{
- font-size: 16px;
- font-weight: bold;
- color: #000000;
- }
- .remind-text{
- margin-top: 39px;
- font-size: 10px;
- color: #000000;
- white-space: pre-line;
- }
|