2020-01-02 18:21:37 +08:00
|
|
|
|
2019-12-23 10:04:09 +08:00
|
|
|
.box{
|
2020-01-08 15:18:51 +08:00
|
|
|
@import "../../utils/wxParse/wxParse.wxss";
|
2019-12-23 10:04:09 +08:00
|
|
|
border-top: 1rpx solid #eaeaea;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
.swiper{
|
|
|
|
margin-top: 109rpx;
|
|
|
|
width: 389rpx;
|
|
|
|
height: 657rpx;
|
|
|
|
.image{
|
|
|
|
width: 389rpx;
|
|
|
|
height: 549rpx;
|
2019-12-24 16:32:27 +08:00
|
|
|
// background-color: #000;
|
2019-12-23 10:04:09 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #333;
|
|
|
|
margin-bottom: 34rpx;
|
|
|
|
width: 540rpx;
|
|
|
|
}
|
|
|
|
.menery{
|
|
|
|
font-size: 34rpx;
|
|
|
|
color: #666;
|
|
|
|
margin-bottom: 70rpx;
|
2020-01-02 18:21:37 +08:00
|
|
|
>text:last-child{
|
|
|
|
font-size: 20rpx;
|
|
|
|
margin-left: 20rpx;
|
|
|
|
}
|
2019-12-23 10:04:09 +08:00
|
|
|
}
|
|
|
|
.add{
|
|
|
|
width: 308rpx;
|
|
|
|
height: 98rpx;
|
|
|
|
background-color: #50CA80;
|
|
|
|
border-radius: 49rpx;
|
|
|
|
line-height: 98rpx;
|
|
|
|
font-size: 34rpx;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
2019-12-24 14:47:52 +08:00
|
|
|
position: fixed;
|
|
|
|
bottom: 50rpx;
|
|
|
|
left: 221rpx;
|
2019-12-23 10:04:09 +08:00
|
|
|
}
|
2019-12-14 00:31:41 +08:00
|
|
|
}
|