123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- /* pages/my/my.wxss */
- .my-nav {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 36rpx;
- color: #000;
- padding: 0 5%;
- box-sizing: border-box;
- }
- .my-nav view {
- flex: 1;
- height: 89rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 89rpx;
- }
- .slecte-nav {
- background: #fff;
- }
- swiper-item {
- height: 100%;
- }
- .my-information {
- padding: 0 16rpx;
- box-sizing: border-box;
- }
- .information-item {
- display: flex;
- align-items: center;
- width: 100%;
- height: 266rpx;
- margin-top: 27rpx;
- border-radius: 20rpx;
- background: #fff;
- padding: 0 25rpx;
- box-sizing: border-box;
- box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
- }
- .information-item image {
- width: 193rpx;
- height: 193rpx;
- border-radius: 50%;
- margin-right: 55rpx;
- }
- .information-item .set-name {
- display: flex;
- flex-direction: column;
- }
- .information-item .set-name .name {
- font-size: 40rpx;
- color: #424242;
- margin-bottom: 28rpx;
- }
- .information-item .set-name text {
- font-size: 32rpx;
- }
- .shaiwa {
- display: flex;
- align-items: center;
- width: 100%;
- height: 116rpx;
- margin-top: 27rpx;
- border-radius: 20rpx;
- background: #386ca9;
- padding: 0 25rpx;
- box-sizing: border-box;
- color: #fff;
- font-size: 40rpx;
- font-weight: 600;
- box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
- }
- .mengwa {
- display: flex;
- align-items: center;
- width: 100%;
- height: 116rpx;
- margin-top: 27rpx;
- border-radius: 20rpx;
- background: #fece00;
- padding: 0 25rpx;
- box-sizing: border-box;
- color: #000;
- font-size: 40rpx;
- font-weight: 600;
- box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
- }
- .child {
- display: flex;
- align-items: center;
- width: 100%;
- height: 116rpx;
- margin-top: 27rpx;
- border-radius: 20rpx;
- background: #fff;
- padding: 0 25rpx;
- box-sizing: border-box;
- color: #000;
- font-size: 40rpx;
- font-weight: 600;
- box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
- }
- .my-collection {
- padding: 0 16rpx;
- box-sizing: border-box;
- }
- .collection-item {
- width: 100%;
- height: 266rpx;
- margin-top: 27rpx;
- border-radius: 20rpx;
- box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
- }
- .collection-item image {
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- }
- .child {
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .childMatchLogo {
- position: absolute;
- bottom: 0;
- right: 0;
- }
- .childMatchLogo image{
- width: 173rpx;
- height: 116rpx;
- }
|