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: 331px; 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: absolute; top: 430px; left:12px; 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; }