123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- wux-spin {
- height: 100%;
- }
- wux-spin .wux-spin__container {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .poster {
- background-color: blue;
- }
- .poster .wux-landscape__inner {
- padding: 0 !important;
- }
- .poster .popup-index--wux-popup {
- width: 572rpx !important;
- max-width: 572rpx !important;
- }
- page {
- background: #F9F9F9;
- /* background: #fff; */
- height: 100%;
- }
- .user-info {
- padding: 8rpx 20rpx 8rpx 36rpx;
- }
- .user-info .avatar {
- width: 200rpx;
- height: 200rpx;
- }
- .user-info .intro image {
- width: 28rpx;
- height: 28rpx;
- }
- .user-info .intro text {
- margin-left: 8rpx;
- font-size: 24rpx;
- }
- .user-info .skin-status {
- font-size: 36rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #FA7D22;
- }
- /* .user-info {
- height: 200rpx;
- padding: 0 30rpx;
- min-height: 200rpx;
- background-color: #FA7D22;
- }
- .user-info .nick-name {
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .user-info .avatar {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- margin-right: 20rpx;
- }
- .user-info .intro {
- margin-top: 20rpx;
- }
- .user-info .gender {
- width: 44rpx;
- height: 28rpx;
- background: #FFFFFF;
- border-radius: 14rpx;
- }
- .user-info .gender image {
- width: 28rpx;
- height: 28rpx;
- }
- .user-info .city {
- height: 28rpx;
- padding: 0rpx 10rpx;
- background: #FFFFFF;
- border-radius: 14rpx;
- font-size: 16rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- .user-info .status {
- width: 188rpx;
- height: 56rpx;
- border-radius: 29rpx;
- border: 2rpx solid #E64966;
- color: #E64966;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- margin-top: 26rpx;
- } */
- .tabs .tabs-wrap {
- height: 94rpx;
- /* border-bottom: 2rpx solid #F1F1F1; */
- display: flex;
- align-items: flex-end;
- padding: 0 36rpx;
- }
- .tabs-wrap .item {
- /* margin-left: 48rpx; */
- color: #999;
- font-size: 28rpx;
- padding-bottom: 16rpx;
- }
- .tabs-wrap .item.active {
- font-size: 28rpx;
- /* font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500; */
- color: #333;
- border-bottom: 4rpx solid #333;
- }
- .use-popup {
- width: 640rpx;
- /* height: 508rpx; */
- background: #FFFFFF;
- border-radius: 40rpx;
- padding: 0 48rpx;
- box-sizing: border-box;
- /* justify-content: center; */
- /* justify-content: space-evenly; */
- }
- .use-btn .btn {
- width: 242rpx;
- height: 92rpx;
- margin: 40rpx 0;
- /* margin: 0 48rpx; */
- font-size: 32rpx;
- color: #333333;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- border-radius: 52rpx;
- border: 2rpx solid #E1E1E1;
- }
- .use-btn .confirm {
- background-color: #FA7D22;
- color: #fff;
- }
- .use-popup .scroll-y {
- max-height: 600rpx;
- /* overflow-y: scroll; */
- }
- .use-popup .btn-box {
- margin: 32rpx 0 40rpx;
- }
- .use-popup .btn-change image {
- width: 40rpx;
- height: 40rpx;
- /* background-color: #ccc; */
- border-radius: 50%;
- margin-right: 36rpx;
- }
- .skin-popup .wux-landscape__inner {
- padding: 0 !important;
- }
- .skin-popup .popup-index--wux-popup {
- width: 650rpx !important;
- max-width: 650rpx !important;
- }
|