123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- page {
- background-color: #FFFFFF;
- }
- .zaiui-sort-grid-box {
- position: relative;
- margin: 27.27upx 0;
- width: 100%;
- .scroll-view {
- position: relative;
- white-space: nowrap;
- width: 100%;
- .scroll-item {
- display: inline-block;
- position: relative;
- text-align: center;
- margin: 0 21.81upx;
- width: 127.27upx;
- &:first-child {
- margin-left: 18.18upx;
- }
- &:last-child {
- margin-right: 18.18upx;
- }
- .cu-avatar {
- width: 99.99upx;
- height: 99.99upx;
- border-radius: 50%;
- }
- .text {
- position: relative;
- padding: 14.54upx 18.18upx 0;
- width: 100%;
- }
- }
- }
- }
- .zaiui-nav-tab-view {
- position: sticky;
- padding: 2upx 0 9.09upx;
- z-index: 999;
-
- /* #ifndef MP */
- top: calc(var(--status-bar-height) + 101upx);
- /* #endif */
-
- /* #ifdef MP */
- top: calc(var(--status-bar-height) + 161upx);
- /* #endif */
-
- transition: all .25s;
- .nav.z .cu-item.select .tab-dot {
- height: 5.45upx;
- }
- }
- .zaiui-order-tab-view {
- position: relative;
- margin: 0 27.27upx;
- margin-top: 27.27upx;
- border-radius: 9.09upx;
- padding: 27.27upx 18.18upx;
- box-shadow: 0 0 14.54upx #f1f1f1;
- &:last-child {
- margin-bottom: 27.27upx;
- }
- .shop-title-view {
- position: relative;
- margin-bottom: 27.27upx;
- .cu-avatar {
- position: absolute;
- }
- .shop-name {
- position: relative;
- height: 47.27upx;
- line-height: 47.27upx;
- padding: 0 199.99upx 0 61.81upx;
- }
- .text-right {
- position: absolute;
- top: 7.27upx;
- right: 0;
- }
- }
- .goods-list-view {
- position: relative;
- margin-top: 27.27upx;
- .cu-avatar {
- position: absolute;
- width: 158.18upx;
- height: 158.18upx;
- }
- .goods-info-view {
- position: relative;
- padding-left: 176.36upx;
- height: 158.18upx;
- .name {
- position: relative;
- height: 36.36upx;
- }
- .introduce {
- position: relative;
- height: 32.72upx;
- margin-top: 9.09upx;
- }
- .tag-view {
- position: relative;
- height: 30.9upx;
- margin-top: 9.09upx;
- .cu-tag {
- position: relative;
- top: -3.63upx;
- }
- }
- .text-price {
- height: 30.9upx;
- margin-top: 9.09upx;
- }
- }
- }
- .statistics-view {
- position: relative;
- padding: 18.18upx 0;
- margin-top: 18.18upx;
- border-bottom: 2upx solid #f3f3f3;
- }
- .zaiui-btn-view {
- position: relative;
- text-align: right;
- margin-top: 18.18upx;
- .cu-btn {
- background: #FFFFFF;
- }
- .cu-btn + .cu-btn {
- margin-left: 9.09upx;
- }
- }
- }
- .zaiui-foot-tip-view {
- position: relative;
- text-align: center;
- margin-top: 72.72upx;
- margin: 27.27upx 0;
- .img-view {
- position: relative;
- margin-bottom: 9.09upx;
- .cu-avatar {
- background: #FFFFFF;
- background-size: cover;
- background-position: center;
- }
- }
- }
- .zaiui-null-view {
- position: relative;
- text-align: center;
- margin-top: 72.72upx;
- .img-view {
- position: relative;
- margin-bottom: 9.09upx;
- .cu-avatar {
- width: 363.63upx;
- height: 363.63upx;
- background: #FFFFFF;
- background-size: cover;
- background-position: center;
- }
- }
- }
|