238 lines
4.1 KiB
SCSS
238 lines
4.1 KiB
SCSS
.app {
|
|
width: 96%;
|
|
padding: 0;
|
|
margin: 15rpx auto;
|
|
color: #666666;
|
|
background-color: #fff;
|
|
.popup {
|
|
position: fixed;
|
|
bottom: 0;
|
|
|
|
.buyselect {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
margin: 40rpx auto 0;
|
|
position: absolute;
|
|
top: 100rpx;
|
|
|
|
image {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 48rpx;
|
|
transform: translateY(-50%);
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.text {
|
|
position: absolute;
|
|
left: 150rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
line-height: 100rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
}
|
|
|
|
.buybtn {
|
|
width: 70%;
|
|
height: 70rpx;
|
|
background: #4271B9;
|
|
border-radius: 5rpx;
|
|
line-height: 70rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 40rpx;
|
|
left: 15%;
|
|
}
|
|
|
|
.popuptitle {
|
|
width: 100%;
|
|
font-size: 41rpx;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 40rpx;
|
|
}
|
|
}
|
|
.bottomitem {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 150rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 1rpx 21rpx 0rpx rgba(204, 204, 204, 0.75);
|
|
|
|
.buy {
|
|
width: 150rpx;
|
|
height: 70rpx;
|
|
background: #4271B9;
|
|
line-height: 70rpx;
|
|
border-radius: 5rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
position: absolute;
|
|
right: 50rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.price {
|
|
position: absolute;
|
|
left: 50rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
font-size: 42rpx;
|
|
font-weight: 500;
|
|
color: #EA706A;
|
|
line-height: 130rpx;
|
|
}
|
|
}
|
|
.directory {
|
|
padding-bottom: 420rpx;
|
|
|
|
.item {
|
|
position: relative;
|
|
width: 96%;
|
|
margin: 0 auto;
|
|
padding-bottom: 35rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
color: #888787;
|
|
|
|
.play {
|
|
font-size: 24rpx;
|
|
width: 141rpx;
|
|
height: 52rpx;
|
|
background: #E6E6E6;
|
|
border-radius: 5rpx;
|
|
line-height: 52rpx;
|
|
text-align: center;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
image{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
position: absolute;
|
|
top:50%;
|
|
transform: translateY(-50%);
|
|
left:10%;
|
|
}
|
|
view{
|
|
position: absolute;
|
|
top:50%;
|
|
transform: translateY(-50%);
|
|
right:10%;
|
|
}
|
|
}
|
|
|
|
.Introduce {
|
|
width: 300rpx;
|
|
font-size: 26rpx;
|
|
line-height: 36rpx;
|
|
margin: 18rpx 0 0 176rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text {
|
|
margin-top: 40rpx;
|
|
|
|
.DirectoryName {
|
|
display: inline-block;
|
|
width: 176rpx;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.texttitle {
|
|
display: inline-block;
|
|
width: 300rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottom {
|
|
width: 100%;
|
|
height: 160rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 1rpx 21rpx 0rpx rgba(204, 204, 204, 0.75);
|
|
position: fixed;
|
|
bottom: 0;
|
|
|
|
.buy {
|
|
width: 140rpx;
|
|
height: 60rpx;
|
|
background: #4271B9;
|
|
border-radius: 5rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
position: absolute;
|
|
right: 60rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.price {
|
|
font-size: 42rpx;
|
|
font-weight: 500;
|
|
color: #EA706A;
|
|
line-height: 120rpx;
|
|
position: absolute;
|
|
left: 44rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
}
|
|
|
|
.detail {
|
|
width: 90%;
|
|
margin: 40rpx auto 0;
|
|
font-size: 32rpx;
|
|
padding-bottom: 420rpx;
|
|
}
|
|
|
|
::v-deep .u-tabs {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.border {
|
|
width: 94%;
|
|
margin: 40rpx auto;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.time {
|
|
font-size: 30rpx;
|
|
margin: 21rpx 0 0 20rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 38rpx;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
line-height: 36rpx;
|
|
margin: 36rpx 0 0 20rpx;
|
|
}
|
|
|
|
.topimage {
|
|
display: block;
|
|
width: 100%;
|
|
height: 407rpx;
|
|
border-radius: 5rpx;
|
|
}
|
|
} |