|
@@ -179,14 +179,14 @@ page {
|
|
|
width: 100%;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
|
|
- padding: 40rpx 0 58rpx;
|
|
|
+ padding: 40rpx 0 56rpx;
|
|
|
box-sizing: border-box;
|
|
|
.iconClose {
|
|
|
position: absolute;
|
|
|
right: 40rpx;
|
|
|
top: 40rpx;
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
+ width: 32rpx;
|
|
|
+ height: 32rpx;
|
|
|
}
|
|
|
.product-section {
|
|
|
display: flex;
|
|
@@ -304,11 +304,18 @@ page {
|
|
|
color: #131415;
|
|
|
line-height: 40rpx;
|
|
|
.tip {
|
|
|
+ flex-shrink: 0;
|
|
|
width: 44rpx;
|
|
|
height: 44rpx;
|
|
|
}
|
|
|
- .name,
|
|
|
+ .name{
|
|
|
+ margin-left: 16rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
.phone {
|
|
|
+ flex-shrink: 0;
|
|
|
margin-left: 16rpx;
|
|
|
}
|
|
|
}
|
|
@@ -319,12 +326,12 @@ page {
|
|
|
.schoolInfo{
|
|
|
margin-right: 8rpx;
|
|
|
border-radius: 4rpx;
|
|
|
- border: 1rpx solid rgba(15,179,96,0.5);
|
|
|
+ border: 1.6rpx solid rgba(15,179,96,0.5);
|
|
|
padding: 2rpx 6rpx;
|
|
|
font-weight: 400;
|
|
|
font-size: 20rpx;
|
|
|
color: #0FB360;
|
|
|
- line-height: 30rpx;
|
|
|
+ line-height: 32rpx;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.schoolInfoDes{
|
|
@@ -341,7 +348,7 @@ page {
|
|
|
}
|
|
|
}
|
|
|
.btnSections {
|
|
|
- margin-top: 128rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
padding: 0 40rpx;
|
|
|
button {
|
|
|
width: 100%;
|
|
@@ -362,7 +369,7 @@ page {
|
|
|
}
|
|
|
.goodsInfo {
|
|
|
padding: 0 40rpx;
|
|
|
- max-height: 478rpx;
|
|
|
+ max-height: 578rpx;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
&::-webkit-scrollbar {
|
|
@@ -384,6 +391,11 @@ page {
|
|
|
.goodsList {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
+ &.instrumentsList{
|
|
|
+ .goodsItem{
|
|
|
+ padding: 10rpx 24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
.goodsItem {
|
|
|
margin-right: 24rpx;
|
|
|
margin-top: 24rpx;
|
|
@@ -395,7 +407,7 @@ page {
|
|
|
color: #444444;
|
|
|
line-height: 40rpx;
|
|
|
position: relative;
|
|
|
- border:2rpx solid transparent;
|
|
|
+ border:2.4rpx solid transparent;
|
|
|
&.instrumentsGoodsItem{
|
|
|
display: flex;
|
|
|
align-items: center;
|