123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- /* 用户头像名字 */
- page {
- background-color: #F2F2F6;
- }
- .my_userinfo {
- height: 136rpx;
- width: 136rpx;
- display: flex;
- margin-top: 128rpx;
- margin-left: 78rpx;
- box-sizing: border-box;
- }
- .my_userinfo_blue {
- height: 310rpx;
- /* display: flex; */
- padding: 10rpx 56rpx 0;
- box-sizing: border-box;
- background: #00C7C6;
- }
- .my_userinfo .avatar {
- margin-right: 40rpx;
- }
- .my_userinfo .avatar image {
- width: 170rpx;
- height: 170rpx;
- border-radius: 200rpx;
- }
- .my_userinfo {
- font-size: 40rpx;
- font-weight: 500;
- line-height: 170rpx;
- width: 322rpx;
- color: thistle;
- }
- .name {
- width: 144rpx;
- height: 36rpx;
- margin-left: 0rpx;
- margin-top: 0rpx;
- font-style: normal;
- font-weight: bold;
- font-size: 36rpx;
- color: #FFFFFF;
- }
- .userinfo_box {
- display: flex;
- }
- .my_userinfo_blue .avatar {
- margin-right: 40rpx;
- height: 136rpx;
- }
- .my_userinfo_blue .avatar image {
- width: 136rpx;
- height: 136rpx;
- border-radius: 200rpx;
- }
- .my_userinfo_blue {
- font-size: 40rpx;
- font-weight: 500;
- line-height: 136rpx;
- height: 136rpx;
- width: 322rpx;
- color: #FFFFFF;
- }
- .my_userinfo_blue .qrcode {
- width: 48rpx;
- height: 48rpx;
- position: absolute;
- top: 56rpx;
- right: 80rpx;
- }
- .my_userinfo_blue .phoneauth {
- height: 60rpx;
- width: 150rpx;
- position: absolute;
- top: 50rpx;
- right: 0;
- }
- .my_userinfo .phoneauth {
- height: 60rpx;
- width: 150rpx;
- position: absolute;
- top: 192rpx;
- right: 0;
- }
- .vipcont {
- color: #FFFFFF;
- display: flex;
- justify-content: space-between;
- padding: 32rpx 32rpx 0;
- }
- .vipcont .list {
- text-align: center;
- }
- .vipcont .list .count {
- font-size: 34rpx;
- line-height: 34rpx;
- margin-bottom: 16rpx;
- }
- /* 设置用户状态 */
- .set_status {
- display: flex;
- align-items: center;
- height: 72rpx;
- background: #F9F9F9;
- box-shadow: 0px 0px 14rpx 0px #BABABA;
- border-radius: 36rpx;
- width: 670rpx;
- position: absolute;
- top: 276rpx;
- left: 50%;
- transform: translate(-50%);
- }
- .set_status .status_title {
- font-weight: 500;
- color: #484848;
- margin-left: 88rpx;
- flex: auto;
- }
- .set_status image {
- width: 28rpx;
- height: 28rpx;
- text-align: right;
- margin-right: 45rpx;
- }
- .mineall {
- width: 100%;
- background-color: #ffffff;
- flex-direction: column;
- line-height: 34rpx;
- margin-top: 52rpx;
- }
- .minelist {
- width: 100%;
- height: 104rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .minelistleft {
- flex: 23
- }
- .minelisticon {
- flex: 24;
- text-align: right;
- }
- .minelistnameleft {
- flex: 13
- }
- .minelistname {
- flex: 259;
- color: #000000;
- font-size: 28rpx;
- text-align: left;
- }
- .minelistright {
- flex: 56;
- text-align: left;
- margin-top: 4rpx;
- }
- .imglisticon {
- height: 48rpx;
- width: 48rpx;
- vertical-align: middle;
- }
- .imgaboutus {
- margin-top: 9rpx;
- height: 45rpx;
- width: 45rpx;
- }
- .imglistright {
- width: 28rpx;
- height: 28rpx;
- text-align: right;
- margin-right: 64rpx;
- }
- .line {
- margin-top: 24rpx;
- width: 93.5%;
- height: 2rpx;
- margin-left: 6.5%;
- background-color: #f8f8f8;
- }
- .flexsgrade {
- width: 32%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-end;
- }
- .flexmineedit {
- width: 33%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-end;
- }
- .sgrade {
- margin-top: -348rpx;
- width: 64rpx;
- height: 64rpx;
- }
- .mineedit {
- margin-top: -108rpx;
- width: 54rpx;
- height: 54rpx;
- }
- .txtphone {
- margin-top: 40rpx;
- width: 100%;
- height: 55rpx;
- color: #000000;
- font-size: 36rpx;
- font-weight: Bold;
- }
- .endbottomm {
- height: 50rpx;
- }
- /* .load {
- width: 100%;
- height: 2400rpx;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 9999;
- background-color: #ffffff;
- text-align: center;
- line-height: 1300rpx;
- }
- .loadimg {
- width: 200rpx;
- height: 200rpx;
- } */
- .hide_title {
- color: #000000;
- font-size: 28rpx;
- }
- .hide_title span {
- font-size: 40rpx;
- line-height: 40rpx;
- color: #00C7C6;
- font-weight: 500;
- }
- .head_page {
- width: 790rpx;
- height: 402rpx;
- left: 0rpx;
- top: 0rpx;
- background: linear-gradient(330.87deg, #0880FF 17.85%, #3999FF 87.23%);
- border-radius: 0 0 13% 13%;
- }
- .v_show {
- width: 686rpx;
- height: 134rpx;
- left: 32rpx;
- background: #FFFFFF;
- box-shadow: 0px 8rpx 16rpx rgba(204, 204, 216, 0.56);
- border-radius: 32rpx;
- display: flex;
- margin-top: -70rpx;
- }
- .show_lef {
- width: 96rpx;
- height: 70rpx;
- margin-left: 66rpx;
- margin-top: 32rpx;
- }
- .show_title {
- width: 96rpx;
- height: 30rpx;
- font-style: normal;
- font-weight: bold;
- font-size: 40rpx;
- line-height: 30rpx;
- text-align: center;
- color: #000000;
- }
- .show_content {
- width: 96rpx;
- height: 24rpx;
- margin-top: 16rpx;
- font-style: normal;
- font-weight: normal;
- font-size: 24rpx;
- line-height: 24rpx;
- text-align: center;
- color: #999999;
- }
- .show_line {
- margin-left: 66rpx;
- float:left;
- margin-top: 32rpx;
- width: 4rpx;
- height: 70rpx;
- background:#CCCCD8;
- }
- .mine_items {
- width: 100%;
- margin-top: 70rpx;
- }
- .mitem {
- width: 622rpx;
- margin-right: 64rpx;
- margin-left: 64rpx;
- display: flex;
- margin-bottom: 64rpx;
- }
- .item_icon {
- width: 40rpx;
- height: 40rpx;
- }
- .item_title {
- width: 168rpx;
- height: 40rpx;
- margin-left: 24rpx;
- font-style: normal;
- font-weight: bold;
- font-size: 28rpx;
- line-height: 40rpx;
- color: #000000;
- }
- .item_context {
- width: 112rpx;
- height: 40rpx;
- margin-left: 236rpx;
- font-family: PingFang SC;
- font-style: normal;
- font-weight: normal;
- font-size: 28rpx;
- line-height: 40rpx;
- text-align: right;
- color: #999999;
- }
- .item_right {
- width: 18rpx;
- height: 28rpx;
- margin-left: 28rpx;
- margin-top: 8rpx;
- }
- .item_right2 {
- width: 18rpx;
- height: 28rpx;
- margin-left: 370rpx;
- margin-top: 8rpx;
- }
|