Commit 3e32dc77e9d148be4bb6ee8d59142b36f9ee47e9
1 parent
e1513959
预售的样式的优化
Showing
1 changed file
with
57 additions
and
0 deletions
packageC/pages/presell/goodsInfo/goodsInfo.wxss
| ... | ... | @@ -2915,3 +2915,60 @@ button.custom-service::after{ |
| 2915 | 2915 | margin-right: 10rpx; |
| 2916 | 2916 | } |
| 2917 | 2917 | |
| 2918 | + | |
| 2919 | +.swiper-container { | |
| 2920 | + position: absolute; | |
| 2921 | + top: 70rpx; | |
| 2922 | + left: 0; | |
| 2923 | + padding: 20rpx 10rpx; | |
| 2924 | + width: 100%; | |
| 2925 | + box-sizing: border-box; | |
| 2926 | + z-index: 98; | |
| 2927 | +} | |
| 2928 | + | |
| 2929 | +.swiper { | |
| 2930 | + height: 60rpx; | |
| 2931 | + color: white; | |
| 2932 | + font-size: 26rpx; | |
| 2933 | +} | |
| 2934 | + | |
| 2935 | +.swiper-item { | |
| 2936 | + /* width: auto !important; | |
| 2937 | + background-color: rgba(0,0,0,.4); | |
| 2938 | + border-radius: 60rpx; */ | |
| 2939 | + position: relative; | |
| 2940 | +} | |
| 2941 | + | |
| 2942 | +.swiper-item .item { | |
| 2943 | + position: absolute; | |
| 2944 | +} | |
| 2945 | + | |
| 2946 | +.item { | |
| 2947 | + /* position: absolute; */ | |
| 2948 | + display: flex; | |
| 2949 | + align-items: center; | |
| 2950 | + /* justify-content: center; */ | |
| 2951 | + border-radius: 60rpx; | |
| 2952 | + background-color: rgba(0,0,0,.4); | |
| 2953 | + /* position: absolute; */ | |
| 2954 | +} | |
| 2955 | + | |
| 2956 | +.avatar-container { | |
| 2957 | + width: 60rpx; | |
| 2958 | + height: 60rpx; | |
| 2959 | + border-radius: 50%; | |
| 2960 | + overflow: hidden; | |
| 2961 | + flex-shrink: 0; | |
| 2962 | +} | |
| 2963 | +.avatar-container image { | |
| 2964 | + width: 100%; | |
| 2965 | + height: 100%; | |
| 2966 | +} | |
| 2967 | + | |
| 2968 | +.hideArea { | |
| 2969 | + position: absolute; | |
| 2970 | + left: -1000px; | |
| 2971 | + top: -1000px; | |
| 2972 | +} | |
| 2973 | + | |
| 2974 | + | ... | ... |