|
@@ -336,14 +336,16 @@ page {
|
|
|
padding-top: 18upx;
|
|
padding-top: 18upx;
|
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- width: calc(100% - 220upx);
|
|
|
|
|
|
|
+ width: calc(100% - 240upx);
|
|
|
.goods-det-top {
|
|
.goods-det-top {
|
|
|
.goods-name {
|
|
.goods-name {
|
|
|
|
|
+ font-size: 32upx;
|
|
|
margin-bottom: 10upx;
|
|
margin-bottom: 10upx;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
|
-webkit-line-clamp: 2;
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
+ line-clamp: 2;
|
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
|
}
|
|
}
|
|
@@ -361,7 +363,7 @@ page {
|
|
|
.buy-material-container {
|
|
.buy-material-container {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 20upx;
|
|
right: 20upx;
|
|
|
- top: 180upx;
|
|
|
|
|
|
|
+ top: 148upx;
|
|
|
z-index: 9999;
|
|
z-index: 9999;
|
|
|
}
|
|
}
|
|
|
|
|
|