123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- /* pages/details/details.wxss */
- @import "../../lib/weui.wxss";
- .container {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 30rpx;
- box-shadow: 2px 2px 3px #e3e3e3e3;
- position: relative;
- width: 240rpx;
- height: 360rpx;
- }
- .container image{
- width: 100%;
- height: 100%;
- border-radius: 2px;
- }
- .description {
- width: 100%;
- position:absolute;
- z-index:2;
- left:0;
- bottom:0;
- background-color: white;
- }
- .goods-info{
- margin: 10px;
- }
- /* .goodsTitle{
- margin: 10px;
-
- } */
- .goodsName{
- font-size: 35rpx;
- }
- .goodsPrice{
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .goodsbtm{
- margin-bottom: 10px;
- }
- .jprice{
- font-size: 40rpx;
- color: red;
- /* left: 10px; */
- }
- .fanli{
- position: absolute;
- right: 10px;
- /* width: 50px; */
- /* padding-right:10px; */
- font-size: 40rpx;
- /* position: absolute;
- padding-right: 10px;
- font-size: 40rpx; */
- }
- .yprice{
- color: rgb(153, 151, 151);
- font-size: 30rpx;
- text-decoration:line-through;
- }
- .xiaoliang{
- position: absolute;
- color: rgb(223, 219, 219);
- font-size: 30rpx;
- right: 10px;
- }
- .dianpu{
- color: rgb(153, 151, 151);
- font-size: 30rpx;
- }
- .goodsDetail{
- margin: 10px;
- font-size: 35rpx;
- color: rgb(121, 120, 120);
- }
- .goodsDesc{
- margin: 10px;
- font-size: 30rpx;
- color: rgb(121, 120, 120);
- }
- .slide-image{
-
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .imagesize{
- display:flex;
- justify-content: center;
- }
- .imagesize image {
-
-
- }
- .scroll-view_H{
- display: flex;
- white-space: nowrap;
- width:700rpx;
- height: auto;
- margin:0 auto;
- }
- /* .banner{
- height: 100rpx;
- } */
|