123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- /* pages/my/my.wxss */
- .my-content {
- width: 100%;
- height: 100%;
- background-color: #f7f7f7;
- padding-bottom: 100rpx;
- overflow-y: auto;
- }
- .my-info {
- width: 100%;
- height: 202rpx;
- background-color: var(--maincolor);
- }
- .main-info {
- width: 690rpx;
- min-height: 120rpx;
- margin: 0 auto;
- }
- .avatar {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- background-color: #fff;
- margin-right: 20rpx;
- }
- .image-ac {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .username {
- font-size: 30rpx;
- font-weight: bold;
- color: #FFFFFF;
- padding: 20rpx 0;
- }
- .check-count {
- margin-bottom: 10rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .noraltext {
- font-size: 26rpx;
- font-weight: 400;
- color: #FFFFFF;
- }
- .boldtext {
- font-size: 48rpx;
- font-weight: bold;
- color: #FFFFFF;
- }
- .appoin-btn {
- width: 164rpx;
- height: 48rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: var(--maincolor);
- }
- .act-item-col {
- margin-top: 40rpx;
- }
- .act-item {
- width: 104rpx;
- height: 126rpx;
- }
- .icon {
- width: 80rpx;
- height: 80rpx;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .image-icon {
- width: 68rpx;
- height: 68rpx;
- }
- .desc {
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- margin-top: 10rpx;
- text-align: center;
- }
- .my-grid {
- background-color: #f7f7f7;
- }
- .wrapper {
- height: 100%;
- align-items: center;
- }
- .action-modal {
- width: 540rpx;
- min-height: 280rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- margin-top: 300rpx;
- }
- .userinfo-auth-modal {
- width: 498rpx;
- height: 496rpx;
- background: #FFFFFF;
- border-radius: 5px;
- }
- .modal-title {
- height: 82rpx;
- text-align: center;
- line-height: 82rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- }
- .app-logo {
- height: 80rpx;
- text-align: center;
- margin: 30rpx 0;
- }
- .auth-text {
- width: 418rpx;
- margin: 0 auto;
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- }
- .logopng {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .auth-btn {
- width: 418rpx;
- border-radius: 10rpx;
- margin-top: 80rpx;
- background-color: var(--maincolor);
- color: #fff;
- font-size: 26rpx;
- }
- .nick-title{
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 34rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .avatar-wrapper {
- width: 190rpx;
- height: 120rpx;
- }
- .avatar {
- width: 120rpx;
- height: 120rpx;
- }
- .nickname-input {
- width: 80%;
- margin-left: 10%;
- height: 60rpx;
- }
- .itt-btn {
- width: 80%;
- margin-left: 10%;
- margin-top: 20rpx;
- height: 60rpx;
- }
- .bottom-actions {
- width: 690rpx;
- min-height: 200rpx;
- margin: 20rpx auto 0;
- }
- .b-title {
- width: 690rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- margin-bottom: 20rpx;
- }
- .images {
- width: 690rpx;
- height: auto;
- border-radius: 20rpx;
- }
- .imageitem {
- width: 690rpx;
- border-radius: 20rpx;
- margin-bottom: 20rpx;
- }
|