123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387 |
- /* pages/product/Previous/index.wxss */
- /* pages/index/goodsdetails/goodsdetails.wxss */
- page {
- width: 100%;
- height: 100%;
- overflow-x: hidden;
- }
- page .content {
- width: 100%;
- overflow: hidden;
- }
- .bigContent {
- width: 100%;
- overflow-x: hidden;
- }
- .backHome {
- position: fixed;
- font-size: 50rpx;
- top: 104rpx;
- left: 23rpx;
- z-index: 10000;
- color: #fff;
- }
- .leftBack {
- width: 14px;
- height: 14px;
- border-bottom: 2px solid #fff;
- border-left: 2px solid #fff;
- transform: rotate(45deg);
- margin-right: -50px;
- position: fixed;
- top: 115rpx;
- right: 775rpx;
- z-index: 9999;
- }
- .indextop {
- position: fixed;
- top: 0;
- right: 0;
- width: 750rpx;
- z-index: 9999;
- }
- .navstyl {
- background: #ffffff;
- transition: all 1.5s;
- }
- .unnavstyl {
- transition: all 1.5s;
- }
- .xiangqi {
- transition: all 0.5s;
- opacity: 1;
- text-align: center;
- flex: 1;
- }
- .unxiangqi {
- transition: all 0.5s;
- opacity: 0;
- text-align: center;
- flex: 1;
- }
- .li {
- position: relative;
- }
- .li2 {
- position: relative;
- font-size: 50rpx;
- /* position: absolute; */
- top: 30rpx;
- right: 5px;
- left: 20rpx;
- bottom: 5px;
- transform: translate(0, -50%);
- /* position: absolute;
- top: 105rpx;
- right: 5px;
- left: 20rpx; */
- }
- .backHomeTop {
- color: #000;
- }
- .li:after {
- content: '';
- width: 12px;
- height: 12px;
- position: absolute;
- top: 30rpx;
- right: 5px;
- left: 20rpx;
- bottom: 5px;
- border-left: 6rpx solid black;
- border-bottom: 6rpx solid black;
- -webkit-transform: translate(0, -50%) rotate(-135deg);
- transform: translate(0, -50%) rotate(46deg);
- }
- .textA {
- display: block;
- width: 100%;
- height: 400rpx;
- }
- .TopImage {
- width: 100%;
- height: 440rpx !important;
- }
- .image_box {
- position: relative;
- }
- .title {
- position: absolute;
- bottom: 60rpx;
- left: 20rpx;
- color: white;
- font-size: 40rpx;
- font-weight: 700;
- /* line-height: 50rpx; */
- /* z-index: 9; */
- }
- .content {
- border-radius: 20rpx;
- width: 100%;
- /* height: 900rpx; */
- margin-top: -25rpx;
- z-index: 10;
- position: absolute;
- background-color: #fff;
- box-sizing: border-box;
- /* padding: 0rpx 17rpx 0rpx 5rpx; */
- }
- .tabs {
- display: flex;
- align-items: center;
- padding: 40rpx 15rpx 0rpx 17rpx;
- /* width: 100%; */
- }
- .tabsTop {
- width: 100%;
- height: 140rpx;
- background-color: #fff;
- display: flex;
- align-items: center;
- position: fixed;
- padding: 0;
- margin: 0;
- /* var(--topHeight--) */
- top: 128rpx;
- z-index: 99999;
- }
- .Big {
- font-size: 30rpx;
- position: relative;
- color: #ec3a43;
- /* border-bottom: 7rpx solid red; */
- }
- .BigLeft {
- margin-left: 38rpx;
- }
- .Small {
- font-size: 24rpx;
- margin-left: 38rpx;
- }
- .Big::after {
- content: "";
- display: inline-block;
- width: 50rpx;
- height: 9rpx;
- position: absolute;
- bottom: -15rpx;
- left: 0;
- background-color: red;
- border-radius: 20rpx;
- }
- .imageImg {
- position: relative;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .allImage {
- /* display: flex; */
- /* flex-wrap: wrap; */
- margin-top: 45rpx;
- padding: 0 15rpx;
- }
- .box {
- height: 1200rpx;
- /* padding: 0; */
- }
- .bigImage {
- width: 66.6%;
- height: 449rpx;
- float: left;
- box-sizing: border-box;
- padding: 0 4rpx 5rpx 5rpx;
- /* padding: 10rpx 10rpx 10rpx 16rpx; */
- border-radius: 28rpx;
- }
- .rightImage {
- width: 66.6%;
- height: 449rpx;
- /* float: right; */
- /* white-space: wrap; */
- box-sizing: border-box;
- padding: 10rpx;
- border-radius: 28rpx;
- }
- .image_Bigbox {
- width: 33.3%;
- float: left;
- height: 225rpx;
- box-sizing: border-box;
- padding: 5rpx 5rpx 5rpx 5rpx;
- /* margin-right: 10rpx; */
- border-radius: 50rpx;
- /* position: relative; */
- }
- .iconAdd {
- font-size: 65rpx;
- color: #fff;
- position: relative;
- top: -80rpx;
- right: -170rpx;
- pointer-events: none;
- width: 20rpx;
- }
- .iconAdd2 {
- font-size: 90rpx;
- color: #fff;
- position: relative;
- top: -107rpx;
- right: -374rpx;
- pointer-events: none;
- width: 20rpx;
- }
- .img {
- width: 50rpx;
- height: 50rpx;
- position: relative;
- top: -70rpx;
- right: -168rpx;
- }
- .lfImg {
- width: 80rpx;
- height: 80rpx;
- position: relative;
- top: -105rpx;
- right: -360rpx;
- }
- .rImg {
- width: 80rpx;
- height: 80rpx;
- position: relative;
- top: -126rpx;
- right: -330rpx;
- }
- .image {
- width: 100%;
- height: 100%;
- /* float: left; */
- border-radius: 18rpx;
- box-sizing: border-box;
- clear: both;
- /* padding: 0rpx 15rpx 0 0; */
- /* flex-wrap: wrap; */
- }
- .box_two {
- width: 100%;
- /* height: 500rpx; */
- margin-bottom: 20rpx;
- margin-top: 45rpx;
- /* padding: 0 15rpx; */
- }
- .imgTwo {
- width: 94%;
- height: 400rpx;
- border-top-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- transform: translate(3%);
- }
- .two {
- box-sizing: border-box;
- padding: 10rpx 0 0 0;
- }
- .text {
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- margin-bottom: 57rpx;
- width: 94%;
- font-size: 30rpx;
- transform: translate(3%);
- }
- .type {
- background-color: #a29b90;
- font-size: 30rpx;
- box-sizing: border-box;
- padding: 0 10rpx;
- border-radius: 10rpx;
- display: inline-block;
- margin-top: -20rpx;
- }
- .big {
- /* height: 1000rpx; */
- margin-top: 30rpx;
- }
- .small {
- float: left;
- height: 448rpx;
- background-color: blue;
- width: 66.66%;
- box-sizing: border-box;
- border-radius: 10px;
- padding: 10rpx;
- /* position: relative; */
- }
- .smallright {
- float: right;
- /* height: 448rpx;
- width: 66.66%; */
- /* box-sizing: border-box; */
- /* border-radius: 10px;
- padding: 10rpx; */
- }
- .small2 {
- height: 225rpx;
- float: left;
- background-color: green;
- width: 33.33%;
- padding: 10rpx;
- box-sizing: border-box;
- /* padding: 0.3rem; */
- border-radius: 10px;
- /* position: relative; */
- }
|