1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- /* uni.scss */
- .container.data-v-4dcceeb0 {
- padding: 20rpx 32rpx 0 32rpx;
- height: 100vh;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- .container .userInfo.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- margin-bottom: 50rpx;
- }
- .container .userInfo .nickname.data-v-4dcceeb0 {
- margin-left: 50rpx;
- font-size: 36rpx;
- }
- .container .cenList.data-v-4dcceeb0 {
- margin-top: 50rpx;
- }
- .container .cenList .swiper .picList.data-v-4dcceeb0 {
- padding-top: 20rpx;
- display: flex;
- flex-wrap: nowrap;
- padding-bottom: 50rpx;
- height: 100px;
- overflow-x: scroll;
- white-space: nowrap;
- width: 350px;
- overflow-y: hidden;
- }
- .container .cenList .swiper .picList .wait.data-v-4dcceeb0 {
- width: calc(100vw - 64rpx);
- height: 100%;
- border-radius: 12rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background: white;
- }
- .container .cenList .swiper .picList .wait image.data-v-4dcceeb0 {
- height: 100px;
- width: 180px;
- }
- .container .cenList .swiper .picList .wait .txt.data-v-4dcceeb0 {
- text-align: center;
- margin-bottom: 12px;
- color: green;
- }
- .container .cenList .swiper .picList .resImg.data-v-4dcceeb0 {
- width: 70px;
- border-radius: 12rpx;
- margin-bottom: 20rpx;
- background-size: cover;
- height: 100px;
- margin-right: 20rpx;
- }
- .container .cenList .swiper .picList .resImg image.data-v-4dcceeb0 {
- height: 100%;
- border-radius: 12rpx;
- width: 70px;
- }
- .container .cenList .swiper .picList .resImg.data-v-4dcceeb0:last-child {
- margin-bottom: 150rpx;
- }
- .data-v-4dcceeb0 .u-tabbar {
- width: 80%;
- position: fixed;
- bottom: 10px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- border-radius: 25px;
- }
- .data-v-4dcceeb0 .u-tabbar__content {
- border-radius: 25px;
- background: white;
- }
- .createAvatar.data-v-4dcceeb0 {
- margin-top: 10rpx;
- border: 1rpx solid orange;
- border-radius: 10rpx;
- color: orange;
- padding: 5rpx 10rpx;
- font-weight: 600;
- }
|