123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- .mine {
- min-height: 100vh;
- background: #F9F9F9;
- }
- .tab {
- padding: 10rpx 0 10rpx 36rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .tab-tips {
- font-size: 36rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #FA7D22;
- line-height: 50rpx;
- }
- .tab-left {
- padding-left: 14rpx;
- }
- .inspect-tips {
- margin-top: 8rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 34rpx;
- }
- .user-info {
- margin-top: 20rpx;
- display: flex;
- align-items: center;
- }
- .user-info image {
- width: 28rpx;
- height: 28rpx;
- }
- .info-sex {
- margin-left: 36rpx;
- }
- .user-info text {
- margin-left: 8rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 34rpx;
- }
- .tab-right {
- margin-left: 8rpx;
- padding-right: 14rpx;
- }
- .tab-right image {
- width: 200rpx;
- height: 200rpx;
- }
- .content {
- padding: 20rpx 28rpx 100rpx 28rpx;
- }
- .content-view {
- padding: 28rpx;
- border-radius: 16rpx;
- border: 1px solid #F0F0F0;
- }
- .title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .title-left {
- font-size: 32rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #333333;
- line-height: 44rpx;
- }
- .title-right {
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- }
- .title-tips {
- margin-top: 10rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- }
- .table {
- width: 100%;
- white-space: nowrap;
- display: flex;
- margin-top: 18rpx;
- border-bottom: 1px solid #F0F0F0;
- }
- .week {
- padding-top: 18rpx;
- display: inline-block;
- width: 180rpx;
- text-align: center;
- position: relative;
- }
- .week-text {
- color: #999999FF;
- border-right: 2px solid #F0F0F0;
- }
- .week:first-child {
- margin-left: -38rpx;
- }
- .week:last-child>.week-text {
- border-right: 0px;
- }
- .sign {
- margin-top: 8rpx;
- width: 40rpx;
- height: 8rpx;
- background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
- border-radius: 24rpx;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- }
- .programme {
- margin-top: 40rpx;
- }
- .programme-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 14px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 20px;
- }
- .programme-tiele-left {
- font-weight: 500;
- }
- .frequency {
- margin-top: 20rpx;
- padding: 0 28rpx 28rpx 28rpx;
- border-radius: 8px;
- border: 1px solid #F0F0F0;
- }
- .frequency-block {
- padding-bottom: 10rpx;
- padding-top: 32rpx;
- border-bottom: 1px solid #F0F0F0;
- }
- .frequency-block:last-child {
- border-bottom: 0px solid #F0F0F0;
- }
- .frequency-tab {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .frequency-left {
- display: flex;
- align-items: center;
- }
- .times {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 40rpx;
- }
- .frequency-tips {
- margin-left: 40rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 32rpx;
- }
- .repeat {
- width: 144rpx;
- height: 50rpx;
- background: #FA7D22;
- border-radius: 26rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 50rpx;
- text-align: center;
- }
- .make {
- width: 120rpx;
- height: 50rpx;
- border-radius: 26rpx;
- border: 1px solid #FA7D22;
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FA7D22;
- line-height: 50rpx;
- text-align: center;
- }
- .project {
- margin-bottom: 20rpx;
- display: flex;
- }
- .project-img {
- width: 66px;
- height: 66px;
- }
- .project-img image {
- width: 100%;
- height: 100%;
- border-radius: 16rpx;
- }
- .project-content {
- margin-left: 20rpx;
- }
- .content-title {
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #292929;
- line-height: 34rpx;
- }
- .product {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFC630;
- line-height: 34rpx;
- }
|