123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- .home-header {
- height: 300rpx;
- width: 100%;
- position: relative;
- border-radius: 0rpx 0rpx 48rpx 48rpx;
- }
- .history-box {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .history-item-box {
- display: flex;
- max-width: 22%;
- margin-left: .5rem;
- margin-bottom: .5rem;
- justify-content: center;
- flex-flow: column;
- }
- .history-add-box {
- height: 200rpx;
- align-items: center;
- }
- .history-item-box:first {
- margin-left: 0px;
- }
- .history-item-image {
- height: 200rpx;
- max-width: 100%;
- position: relative;
- border-radius: 20rpx;
- }
- .history-item-title {
- font-size: 28rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: left;
- }
- .add-icon {
- align-items: center;
- width: 60rpx;
- height: 60rpx;
- }
- .top-show {
- margin-bottom: .5rem;
- }
- .home-main {
- width: 100%;
- position: relative;
- margin-top: -156rpx;
- padding: 0 30rpx;
- }
- .home-mendian {
- width: 100%;
- height: 84rpx;
- background: rgba(255, 255, 255, 0.1);
- border-radius: 42rpx;
- }
- .integral-mall-header {
- position: relative;
- height: 320rpx;
- }
- .integral-mall-header .bg {
- width: 100%;
- height: 320rpx;
- }
- .integral-mall-header .main {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 320rpx;
- }
- .swiper-integral {
- height: 32rpx;
- width: 100%;
- }
- .integral-mall-main {
- position: relative;
- /* margin-top: -104rpx; */
- }
- .integal-mall-menu {
- width: 100%;
- height: 190rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .integral-tuan-l {
- width: 100%;
- height: 280rpx;
- background: #f2f2f2;
- border-radius: 16rpx;
- }
- .integral-mall-coupon {
- background: #FFFFFF;
- position: relative;
- border-radius: 16rpx;
- overflow: hidden;
- }
- .integral-mall-coupon .top {
- padding: 0rpx 0rpx 24rpx 0rpx;
- border-bottom: 2rpx dashed #FEC675;
- }
- .integral-mall-coupon .y-l,
- .integral-mall-coupon .y-r {
- width: 20rpx;
- height: 20rpx;
- border-radius: 10rpx;
- background: #F5F6FA;
- position: absolute;
- z-index: 2;
- top: 284rpx;
- }
- .integral-mall-coupon .y-l {
- left: -10rpx;
- }
- .integral-mall-coupon .y-r {
- right: -10rpx;
- }
- .integral-mall-coupon .coupon-value {
- width: 100%;
- }
- .integral-mall-coupon .coupon-value image {
- width: 100%;
- }
- .integral-mall-coupon .coupon-value .num {
- width: 100%;
- height: 64rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
- left: 0;
- top: 0;
- }
- .integral-mall-goods {
- width: 100%;
- height: 280rpx;
- background: #F2F2F2;
- border-radius: 16upx;
- }
- .titleNview-placing {
- height: var(--status-bar-height);
- padding-top: 44px;
- box-sizing: content-box;
- }
- .tuan-product-l {
- width: 150rpx;
- height: 200rpx;
- border-radius: 16rpx;
- background: #F2F2F2;
- }
- .tuan-product-r {
- width: calc(100% - 150rpx);
- }
- .btn-vip-adviser {
- width: 150rpx;
- height: 60rpx;
- border-radius: 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- /* font-weight: 600; */
- background: #FF6600;
- color: #FFFFFF;
- }
- .zuiju-box {
- display: flex;
- width: 100%;
- flex-direction: column;
- }
- .zuiju-box-item {
- display: flex;
- flex-direction: row;
- }
- .zuiju-box-item-cover {
- flex-grow: 1;
- min-width: 150rpx;
- max-width: 150rpx;
- height: 200rpx;
- border-radius: 16rpx;
- background: #F2F2F2;
- }
- .zuiju-box-item-info {
- max-width: 70%;
- display: flex;
- flex-grow: 4;
- padding: 0 5px;
- flex-direction: column;
- }
- .zuiju-box-item-info-title {
- display: block;
- font-size: 17px;
- height: 55px;
- line-height: 25px;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: left;
- font-weight: bold;
- grid-row: 4;
- }
- .zuiju-box-item-info-juji {
- grid-row: 1;
- display: block;
- font-size: 12px;
- line-height: 20px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: left;
- }
- .zuiju-box-item-info-gx {
- display: block;
- font-size: 12px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: left;
- line-height: 20px;
- grid-row: 1;
- }
- .zuiju-box-item-del-box {
- height: 100%;
- min-width: 30rpx;
- flex-grow: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 220rpx;
- align-items: center;
- }
- .del-icon {
- width: 20px;
- height: 20px;
- align-items: center;
- }
- .guankan{
- padding-left: 5px;
- color: #FF6600;
- }
- .update-ji{
- padding-left: 5px;
- font-weight: bold;
- }
- .zuiju-box-kong{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- align-items: center;
- padding-bottom: 50rpx;
- }
- .zuiju-box-kong image {
- width: 100px;
- height: 100px;
- }
- .zuiju-box-kong text {
- padding-top: 10rpx;
- color: #b2b2b2;
-
- }
- .zuiju-box-kong label {
- margin: 10rpx 0rpx;
- padding: 15rpx 60rpx;
- color: #fff;
- background-color: #FF6600;
- border-radius: 9rpx;
- }
- .body{
- background-color: #fff;
- }
|