| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- .page-wrap {
- padding-bottom: 41.21rpx;
- }
- .swiper-panel {
- width: 100%;
- height: 390.11rpx;
- .img {
- width: 100%;
- height: 100%;
- }
- }
- .product-panel {
- background: #fff;
- padding: 27.47rpx 27.47rpx 68.68rpx;
- position: relative;
- .name {
- font-size: 32.97rpx;
- word-break: break-all;
- }
- .desc {
- font-size: 27.47rpx;
- color: #999;
- word-break: break-all;
- margin-top: 6.87rpx;
- }
- .tags {
- overflow: hidden;
- margin-bottom: -41.21rpx;
- padding-right: 178.57rpx;
- .tag {
- float: left;
- font-size: 21.98rpx;
- color: #f97631;
- padding: 2.75rpx 13.74rpx;
- border: 1rpx solid #f97631;
- margin: 13.74rpx 13.74rpx 0 0;
- }
- }
- .price {
- font-size: 41.21rpx;
- color: #f97631;
- position: absolute;
- right: 27.47rpx;
- bottom: 27.47rpx;
- line-height: 1;
- &:before {
- content: '¥';
- font-size: 24.73rpx;
- }
- &::after {
- content: attr(data-text);
- font-size: 21.98rpx;
- color: #999;
- margin-left: 4.12rpx;
- vertical-align: middle;
- }
- }
- }
- .nav-panel {
- margin-top: 13.74rpx;
- background: #fff;
- .item {
- padding: 13.74rpx 27.47rpx;
- border-bottom: 1rpx solid #e0e0e0;
- display: flex;
- align-items: center;
- &:last-child {
- border: none;
- }
- }
- .label {
- flex: 1;
- font-size: 27.47rpx;
- word-break: break-all;
- }
- .text {
- font-size: 24.73rpx;
- color: #999;
- margin: 0 13.74rpx;
- }
- .icon {
- width: 54.95rpx;
- height: 54.95rpx;
- }
- }
- .info-panel {
- background: #fff;
- margin-top: 13.74rpx;
- &.collapse {
- .content {
- max-height: 192.31rpx;
- }
- .collapse-btn::after {
- content: '展开更多 ∨';
- }
- }
- .title {
- height: 82.42rpx;
- padding: 0 27.47rpx;
- font-size: 27.47rpx;
- line-height: 82.42rpx;
- border-bottom: 1rpx solid #e0e0e0;
- box-sizing: border-box;
- }
- .content {
- max-height: none;
- word-break: break-all;
- overflow: hidden;
- .explain-img {
- width: 100%;
- height: 2587.91rpx;
- }
- .p {
- font-size: 27.47rpx;
- line-height: 38.46rpx;
- color: #333;
- margin: 20.6rpx 27.47rpx;
- }
- .b {
- color: #0384d6;
- }
- }
- .collapse-btn {
- height: 82.42rpx;
- font-size: 24.73rpx;
- color: #999;
- line-height: 82.42rpx;
- text-align: center;
- border-top: 1rpx solid #e0e0e0;
- &::after {
- content: '收起 ∧';
- }
- }
- }
- .recommend-scorll {
- height: 260.99rpx;
- .recommend-list {
- display: flex;
- padding: 27.47rpx 13.74rpx 0 27.47rpx;
- }
- .item {
- margin-right: 13.74rpx;
- }
- .img {
- width: 192.31rpx;
- height: 164.84rpx;
- display: block;
- }
- .name {
- font-size: 24.73rpx;
- text-align: center;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 0 13.74rpx;
- margin-top: 13.74rpx;
- }
- }
- .foot-panel {
- height: 96.15rpx;
- .foot-wrap {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- height: 96.15rpx;
- background: #f7f7f7;
- display: flex;
- align-items: center;
- }
- .share-btn {
- height: 75.55rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 24.73rpx;
- color: #333;
- line-height: 1;
- padding: 0;
- margin: 0 78.3rpx;
- .icon {
- width: 38.46rpx;
- height: 38.46rpx;
- margin-bottom: 8.24rpx;
- }
- }
- .btn {
- width: 219.78rpx;
- height: 68.68rpx;
- line-height: 68.68rpx;
- background: #f97631;
- border-radius: 8.24rpx;
- font-size: 27.47rpx;
- color: #fff;
- margin: 0 13.74rpx 0 0;
- &-1 {
- color: #000;
- background: #f9c421;
- }
- }
- }
|