123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- /* pages/mine/mine.wxss */
- page {
- background: linear-gradient(179deg, #cce1ff 0%, #ffffff 53%, #f9fbff 78%, #f8fbff 100%);
- }
- .custom-navigation {
- width: calc(100% - 40rpx);
- padding-left: 40rpx;
- display: flex;
- align-items: center;
- }
- .custom-navigation>text:nth-child(1) {
- margin-top: -5rpx;
- font-size: 40rpx;
- color: #3470E9;
- font-family: "自由行星体";
- font-weight: bold;
- }
- .custom-navigation>text:nth-child(2) {
- position: relative;
- padding-left: 30rpx;
- margin-left: 20rpx;
- font-family: "苹方R";
- font-size: 28rpx;
- color: #000000;
- }
- .custom-navigation>text:nth-child(2)::before {
- content: "";
- position: absolute;
- left: 0;
- top: calc(50% - 5rpx);
- width: 10rpx;
- height: 10rpx;
- background: #000;
- border-radius: 50%;
- }
- .mine-container {
- padding-top: 40rpx;
- width: 100%;
- height: calc(100vh - var(--navHeight));
- box-sizing: border-box;
- }
- .search {
- padding: 0 22rpx;
- margin: 0 40rpx;
- width: calc(100% - 80rpx);
- height: 70rpx;
- border-radius: 35rpx;
- border: 0.6px solid #336fe9;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- }
- .search-icon {
- width: 35rpx;
- height: 100%;
- display: flex;
- align-items: center;
- }
- .search-icon>image {
- width: 100%;
- height: auto;
- }
- .search-input {
- margin-left: 20rpx;
- width: 0;
- flex: 1;
- height: 100%;
- }
- .search-input>input {
- width: 100%;
- height: 100%;
- font-size: 26rpx;
- font-family: "苹方R";
- color: #111111;
- }
- .input-placeholder {
- color: #5D5D5D;
- font-size: 26rpx;
- font-family: "苹方R";
- }
- .userInfo {
- margin-top: 80rpx;
- width: 100%;
- display: flex;
- align-items: flex-start;
- }
- .headimg {
- padding: 0 20rpx 0 40rpx;
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- overflow: hidden;
- }
- .headimg>image {
- width: 100%;
- height: auto;
- }
- .userInfo>.infos {
- width: 0;
- flex: 1;
- height: 100%;
- }
- .userInfo>.infos>.item {
- width: fit-content;
- display: flex;
- align-items: center;
- }
- .userInfo>.infos>.item>.label {
- max-width: 400rpx;
- font-family: "苹方M";
- font-size: 40rpx;
- color: #151D23;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .userInfo>.infos>.shiming {
- padding-top: 6rpx;
- width: 180rpx;
- display: flex;
- align-items: center;
- }
- .userInfo>.infos>.shiming>image {
- margin-top: -10rpx;
- position: relative;
- left: -22rpx;
- width: 100%;
- height: auto;
- }
- .userInfo>.myInfo {
- margin-top: 30rpx;
- width: 180rpx;
- height: 50rpx;
- background: linear-gradient(90deg, #80afff, #4887f6);
- border-radius: 25rpx 0px 0px 25rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .myInfoActive {
- background: linear-gradient(90deg, #6f97db, #4077d6) !important;
- }
- .userInfo>.myInfo>.name {
- margin-right: 10rpx;
- width: fit-content;
- height: 100%;
- font-family: "苹方R";
- color: #ffffff;
- font-size: 26rpx;
- display: flex;
- align-items: center;
- }
- .userInfo>.myInfo>.icon {
- width: 12rpx;
- height: 100%;
- display: flex;
- align-items: center;
- }
- .userInfo>.myInfo>.icon>image {
- width: 100%;
- height: auto;
- }
- .showDatas {
- margin-top: 60rpx;
- width: 100%;
- height: 120rpx;
- display: flex;
- justify-content: space-evenly
- }
- .showDatas-data {
- width: 100rpx;
- height: 100%;
- }
- .showDatas-data-hover {
- opacity: 0.6;
- }
- .showDatas-data-value {
- width: 100%;
- height: 70rpx;
- line-height: 70rpx;
- text-align: center;
- font-family: "苹方M";
- font-size: 40rpx;
- }
- .showDatas-data-label {
- margin-top: 16rpx;
- width: 100%;
- height: 34rpx;
- line-height: 34rpx;
- text-align: center;
- font-family: "苹方R";
- font-size: 26rpx;
- }
- .section {
- margin: 0 40rpx;
- width: calc(100% - 80rpx);
- }
- .section1 {
- margin-top: 50rpx;
- display: flex;
- justify-content: space-between;
- }
- .s1-block {
- width: 320rpx;
- height: 120rpx;
- background: #ffffff;
- border-radius: 10rpx;
- box-shadow: 0px 4rpx 16rpx 0px rgba(92, 92, 92, 0.03);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .s1-block-hover {
- background: #fafafa;
- }
- .s1-block-icon1,
- .s1-block-icon2 {
- height: 100%;
- display: flex;
- align-items: center;
- }
- .s1-block-icon1>image,
- .s1-block-icon2>image {
- width: 100%;
- height: auto;
- }
- .s1-block-icon1 {
- width: 55rpx;
- }
- .s1-block-icon2 {
- width: 70rpx;
- }
- .s1-block-icon {
- width: 12rpx;
- height: 100%;
- display: flex;
- align-items: center;
- }
- .s1-block-icon>image {
- width: 100%;
- height: auto;
- }
- .s1-block-name {
- margin: 0 32rpx 0 26rpx;
- width: fit-content;
- height: 100%;
- color: #3B3B3B;
- font-size: 32rpx;
- font-family: "苹方M";
- display: flex;
- align-items: center;
- }
- .section2 {
- margin-top: 50rpx;
- background: #ffffff;
- border-radius: 10rpx;
- box-shadow: 0px 0px 16rpx 0px rgba(92, 92, 92, 0.09);
- }
- .s2-title {
- padding: 30rpx 30rpx 12rpx 30rpx;
- width: 100%;
- height: 87rpx;
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: "苹方M";
- color: #151D23;
- box-sizing: border-box;
- }
- .s2-block {
- padding: 36rpx 0;
- margin: 0 13rpx;
- width: calc(100% - 26rpx);
- display: flex;
- justify-content: space-between;
- border-bottom: 0.5px dashed #a6a6a6;
- }
- .s2-block-item-hover {
- opacity: 0.6;
- }
- .s2-noBorder {
- border-bottom: none;
- }
- .s2-block-item {
- width: 0;
- flex: 1;
- height: 100%;
- }
- .s2-block-item-icon {
- margin: auto;
- width: 70rpx;
- }
- .s2-block-item-icon>image {
- width: 100%;
- height: auto;
- }
- .s2-block-item-name {
- margin: auto;
- width: 110rpx;
- height: 78rpx;
- line-height: 39rpx;
- font-size: 26rpx;
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- text-overflow: ellipsis;
- font-family: "苹方R";
- text-align: center;
- color: #3B3B3B;
- }
- .fill {
- width: 100%;
- height: 20rpx;
- }
|