Commit cca5179b by wjw

ww--边框0.5px

parent e02b54a0
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
border-bottom: 1rpx solid #eeeeee; border-bottom: 0.5px solid #eeeeee;
} }
.picker-header view { .picker-header view {
height: 100%; height: 100%;
......
...@@ -246,7 +246,7 @@ page { ...@@ -246,7 +246,7 @@ page {
.popup-footer-wrapper { .popup-footer-wrapper {
margin: 0 40rpx; margin: 0 40rpx;
padding: 40rpx 0; padding: 40rpx 0;
border-top: 1rpx solid #e2e7ef; border-top: 0.5px solid #e2e7ef;
} }
.popup-price-row { .popup-price-row {
......
...@@ -261,7 +261,7 @@ page { ...@@ -261,7 +261,7 @@ page {
.popup-footer-wrapper { .popup-footer-wrapper {
margin: 0 40rpx; margin: 0 40rpx;
padding: 40rpx 0; padding: 40rpx 0;
border-top: 1rpx solid #e2e7ef; border-top: 0.5px solid #e2e7ef;
} }
.popup-price-row { .popup-price-row {
......
...@@ -246,7 +246,7 @@ page { ...@@ -246,7 +246,7 @@ page {
.popup-footer-wrapper { .popup-footer-wrapper {
margin: 0 40rpx; margin: 0 40rpx;
padding: 40rpx 0; padding: 40rpx 0;
border-top: 1rpx solid #e2e7ef; border-top: 0.5px solid #e2e7ef;
} }
.popup-price-row { .popup-price-row {
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
.commodity-item { .commodity-item {
padding-bottom: 50rpx; padding-bottom: 50rpx;
margin-top: 50rpx; margin-top: 50rpx;
border-bottom: 1rpx #E2E7EF solid; border-bottom: 0.5px #E2E7EF solid;
} }
.commodity-item:last-child { .commodity-item:last-child {
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
left: 88rpx; left: 88rpx;
width: 432rpx; width: 432rpx;
height: 80rpx; height: 80rpx;
border: 1rpx #15191f solid; border: 0.5px #15191f solid;
border-radius: 2px; border-radius: 2px;
color: #15191f; color: #15191f;
background: #fefcf9; background: #fefcf9;
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
height: 80rpx; height: 80rpx;
margin-top: 32rpx; margin-top: 32rpx;
padding: 0 24rpx; padding: 0 24rpx;
border: 1rpx #DBDFE5 solid; border: 0.5px #DBDFE5 solid;
border-radius: 2px; border-radius: 2px;
} }
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
height: 96rpx; height: 96rpx;
margin-bottom: 40rpx; margin-bottom: 40rpx;
background: #C8E1EC; background: #C8E1EC;
border: 1rpx solid #C8E1EC; border: 0.5px solid #C8E1EC;
border-radius: 2px; border-radius: 2px;
font-size: 30rpx; font-size: 30rpx;
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
width: 168rpx; width: 168rpx;
height: 48rpx; height: 48rpx;
padding: 0 14rpx; padding: 0 14rpx;
border: 1rpx solid #DBDFE5; border: 0.5px solid #DBDFE5;
border-radius: 4rpx; border-radius: 4rpx;
} }
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
.list-item-quantity-operation text { .list-item-quantity-operation text {
width: 54rpx; width: 54rpx;
height: 24rpx; height: 24rpx;
border: 1rpx #DBDFE5 solid; border: 0.5px #DBDFE5 solid;
border-style: none solid none solid; border-style: none solid none solid;
text-align: center; text-align: center;
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
width: 750rpx; width: 750rpx;
height: 200rpx; height: 200rpx;
padding: 0 40rpx 0rpx 36rpx; padding: 0 40rpx 0rpx 36rpx;
border-top: 1rpx solid #E2E7EF; border-top: 0.5px solid #E2E7EF;
background: #FFFFFF; background: #FFFFFF;
} }
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
font-weight: 600; font-weight: 600;
color: #15191f; color: #15191f;
text-align: center; text-align: center;
border-bottom: 1rpx solid #e2e7ef; border-bottom: 0.5px solid #e2e7ef;
} }
.popup-list { .popup-list {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
height: 150rpx; height: 150rpx;
margin-top: 60rpx; margin-top: 60rpx;
padding: 0 40rpx 50rpx 40rpx; padding: 0 40rpx 50rpx 40rpx;
border-bottom: 1rpx #2C3035 solid; border-bottom: 0.5px #2C3035 solid;
} }
.title image:nth-child(1) { .title image:nth-child(1) {
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
.notice-item { .notice-item {
margin-top: 50rpx; margin-top: 50rpx;
padding: 0 40rpx 50rpx 40rpx; padding: 0 40rpx 50rpx 40rpx;
border-bottom: 1rpx #575759 solid; border-bottom: 0.5px #575759 solid;
} }
.notice-title text { .notice-title text {
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
left: 88rpx; left: 88rpx;
width: 432rpx; width: 432rpx;
height: 80rpx; height: 80rpx;
border: 1rpx #15191f solid; border: 0.5px #15191f solid;
border-radius: 2px; border-radius: 2px;
color: #15191f; color: #15191f;
background: #fefcf9; background: #fefcf9;
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
height: 80rpx; height: 80rpx;
margin-top: 32rpx; margin-top: 32rpx;
padding: 20rpx 24rpx; padding: 20rpx 24rpx;
border: 1rpx #DBDFE5 solid; border: 0.5px #DBDFE5 solid;
border-radius: 2px; border-radius: 2px;
} }
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
height: 96rpx; height: 96rpx;
margin-bottom: 40rpx; margin-bottom: 40rpx;
background: #FFFFFF; background: #FFFFFF;
border: 1rpx solid #86C5E1; border: 0.5px solid #86C5E1;
border-radius: 2px; border-radius: 2px;
font-size: 30rpx; font-size: 30rpx;
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
height: 96rpx; height: 96rpx;
margin-bottom: 40rpx; margin-bottom: 40rpx;
background: #C8E1EC; background: #C8E1EC;
border: 1rpx solid #C8E1EC; border: 0.5px solid #C8E1EC;
border-radius: 2px; border-radius: 2px;
font-size: 30rpx; font-size: 30rpx;
......
...@@ -112,7 +112,7 @@ page { ...@@ -112,7 +112,7 @@ page {
height: 120rpx; height: 120rpx;
min-height: 120rpx; min-height: 120rpx;
padding: 20rpx 0 18rpx; padding: 20rpx 0 18rpx;
border-bottom: 1rpx solid #E2E7EF; border-bottom: 0.5px solid #E2E7EF;
} }
.accumulate:last-child { .accumulate:last-child {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
width: 750rpx; width: 750rpx;
padding-top: 150rpx; padding-top: 150rpx;
/* height: 95rpx; */ /* height: 95rpx; */
border-bottom: 1rpx solid rgb(238, 238, 238); border-bottom: 0.5px solid rgb(238, 238, 238);
background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(249, 249, 251)); /* Safari 5.1 - 6.0 */ background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(249, 249, 251)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(rgb(255, 255, 255), rgb(249, 249, 251)); /* Opera 11.1 - 12.0 */ background: -o-linear-gradient(rgb(255, 255, 255), rgb(249, 249, 251)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(rgb(255, 255, 255), rgb(249, 249, 251)); /* Firefox 3.6 - 15 */ background: -moz-linear-gradient(rgb(255, 255, 255), rgb(249, 249, 251)); /* Firefox 3.6 - 15 */
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
text-align: center; text-align: center;
line-height: 56rpx; line-height: 56rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #C2C7CF; border: 0.5px solid #C2C7CF;
} }
.cancel-overtime { .cancel-overtime {
position: absolute; position: absolute;
......
...@@ -29,7 +29,7 @@ page { ...@@ -29,7 +29,7 @@ page {
width: 200rpx; width: 200rpx;
height: 64rpx; height: 64rpx;
border-radius: 32rpx; border-radius: 32rpx;
border: 1rpx solid #e2e7ef; border: 0.5px solid #e2e7ef;
} }
.order-type text { .order-type text {
...@@ -99,7 +99,7 @@ page { ...@@ -99,7 +99,7 @@ page {
width: 750rpx; width: 750rpx;
height: 112rpx; height: 112rpx;
padding: 0 34rpx 1rpx 64rpx; padding: 0 34rpx 1rpx 64rpx;
border-bottom: 1rpx #e2e7ef solid; border-bottom: 0.5px #e2e7ef solid;
} }
.status-item { .status-item {
...@@ -196,7 +196,7 @@ page { ...@@ -196,7 +196,7 @@ page {
width: 120rpx; width: 120rpx;
height: 56rpx; height: 56rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #c2c7cf; border: 0.5px solid #c2c7cf;
font-size: 22rpx; font-size: 22rpx;
font-weight: 500; font-weight: 500;
line-height: 32rpx; line-height: 32rpx;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
.content-item { .content-item {
width: 100%; width: 100%;
height: auto; height: auto;
border-bottom: 1rpx solid rgb(247, 246, 247); border-bottom: 0.5px solid rgb(247, 246, 247);
} }
.circle { .circle {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
border-top: 1rpx solid rgb(244, 242, 244); border-top: 0.5px solid rgb(244, 242, 244);
background-color: white; background-color: white;
} }
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
.content-item { .content-item {
width: 100%; width: 100%;
height: auto; height: auto;
border-bottom: 1rpx solid rgb(247, 246, 247); border-bottom: 0.5px solid rgb(247, 246, 247);
} }
/* .circle{ /* .circle{
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
color: #15191F; color: #15191F;
font-size: 30rpx; font-size: 30rpx;
line-height: 96rpx; line-height: 96rpx;
border-bottom: 1rpx solid #E2E7EF; border-bottom: 0.5px solid #E2E7EF;
} }
.info-wrapper:last-child { .info-wrapper:last-child {
border-bottom: none; border-bottom: none;
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
height: 128rpx; height: 128rpx;
padding: 0 40rpx; padding: 0 40rpx;
background-color: #fff; background-color: #fff;
border-top: 1rpx solid #E2E7EF; border-top: 0.5px solid #E2E7EF;
} }
.cancel-btn, .confirm-btn { .cancel-btn, .confirm-btn {
width: 318rpx; width: 318rpx;
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
.cancel-btn { .cancel-btn {
color: #656E7B; color: #656E7B;
background-color: #fff; background-color: #fff;
border: 1rpx solid #C2C7CF; border: 0.5rpx solid #C2C7CF;
} }
.confirm-btn { .confirm-btn {
color: #fff; color: #fff;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
padding: 0 22rpx 0 24rpx; padding: 0 22rpx 0 24rpx;
font-size: 30rpx; font-size: 30rpx;
line-height: 80rpx; line-height: 80rpx;
border: 1rpx solid #DBDFE5; border: 0.5px solid #DBDFE5;
border-radius: 4rpx; border-radius: 4rpx;
} }
.coupon-input-btn { .coupon-input-btn {
......
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
height: 194rpx; height: 194rpx;
padding: 30rpx 40rpx 0; padding: 30rpx 40rpx 0;
background-color: #fff; background-color: #fff;
border-top: 1rpx solid #e2e7ef; border-top: 0.5px solid #e2e7ef;
z-index: 100; z-index: 100;
} }
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
.commodity-item { .commodity-item {
width: 606rpx; width: 606rpx;
height: 184rpx; height: 184rpx;
border-bottom: 1rpx #e2e7ef solid; border-bottom: 0.5px #e2e7ef solid;
} }
.commodity-item>image { .commodity-item>image {
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
width: 100%; width: 100%;
padding: 48rpx 32rpx 46rpx; padding: 48rpx 32rpx 46rpx;
background: #F5F6F8; background: #F5F6F8;
border-bottom: 1rpx dashed #e2e7ef; border-bottom: 0.5px dashed #e2e7ef;
} }
.ticket-left { .ticket-left {
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,7 @@
.goods-item { .goods-item {
margin-bottom: 22rpx; margin-bottom: 22rpx;
padding-bottom: 22rpx; padding-bottom: 22rpx;
border-bottom: 1rpx solid #e2e7ef; border-bottom: 0.5px solid #e2e7ef;
} }
.goods-item:last-child { .goods-item:last-child {
...@@ -849,7 +849,7 @@ ...@@ -849,7 +849,7 @@
width: 100%; width: 100%;
background: #FFFFFF; background: #FFFFFF;
padding: 32rpx 20rpx; padding: 32rpx 20rpx;
border-top: 1rpx solid #e2e7ef; border-top: 0.5px solid #e2e7ef;
} }
.delete-btn, .order-btn { .delete-btn, .order-btn {
......
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
height: 188rpx; height: 188rpx;
margin: 0 32rpx; margin: 0 32rpx;
padding: 24rpx 0; padding: 24rpx 0;
border-bottom: 1rpx #E2E7EF solid; border-bottom: 0.5px #E2E7EF solid;
} }
.shopping-cart-item-cover image { .shopping-cart-item-cover image {
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
height: 80rpx; height: 80rpx;
margin-top: 16rpx; margin-top: 16rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #DBDFE5; border: 0.5px solid #DBDFE5;
} }
.entry-input picker { .entry-input picker {
...@@ -473,7 +473,7 @@ ...@@ -473,7 +473,7 @@
height: 80rpx; height: 80rpx;
margin-top: 40rpx; margin-top: 40rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #DBDFE5; border: 0.5px solid #DBDFE5;
} }
.input-button { .input-button {
...@@ -486,11 +486,11 @@ ...@@ -486,11 +486,11 @@
} }
.input-cut { .input-cut {
border-right: 1rpx #E9EBEF solid; border-right: 0.5px #E9EBEF solid;
} }
.input-add { .input-add {
border-left: 1rpx #E9EBEF solid; border-left: 0.5px #E9EBEF solid;
} }
.input-icon { .input-icon {
...@@ -569,7 +569,7 @@ ...@@ -569,7 +569,7 @@
margin: 16rpx 0 8rpx 0; margin: 16rpx 0 8rpx 0;
padding: 0 24rpx; padding: 0 24rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #DBDFE5; border: 0.5px solid #DBDFE5;
font-size: 30rpx; font-size: 30rpx;
font-weight: 400; font-weight: 400;
...@@ -705,7 +705,7 @@ ...@@ -705,7 +705,7 @@
width: 100%; width: 100%;
margin-top: 40rpx; margin-top: 40rpx;
padding: 30rpx 0 68rpx 0; padding: 30rpx 0 68rpx 0;
border: 1rpx #E2E7EF solid; border: 0.5px #E2E7EF solid;
background: #FFFFFF; background: #FFFFFF;
} }
...@@ -847,7 +847,7 @@ ...@@ -847,7 +847,7 @@
} }
.artFood-goods-item { .artFood-goods-item {
padding: 20rpx 0 24rpx; padding: 20rpx 0 24rpx;
border-bottom: 1rpx solid #E2E7EF; border-bottom: 0.5px solid #E2E7EF;
} }
.artFood-goods-name { .artFood-goods-name {
flex: 1; flex: 1;
...@@ -992,7 +992,7 @@ ...@@ -992,7 +992,7 @@
.stock-tip { .stock-tip {
width: 526rpx; width: 526rpx;
padding-bottom: 58rpx; padding-bottom: 58rpx;
border-bottom: 1rpx #E2E7EF solid; border-bottom: 0.5px #E2E7EF solid;
} }
.stock-tip text { .stock-tip text {
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
min-height: 200rpx; min-height: 200rpx;
margin: 0 auto; margin: 0 auto;
padding-top: 48rpx; padding-top: 48rpx;
border-top: 1rpx #E2E7EF solid; border-top: 0.5px #E2E7EF solid;
font-size: 30rpx; font-size: 30rpx;
color: #15191F; color: #15191F;
line-height: 50rpx; line-height: 50rpx;
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
width: 750rpx; width: 750rpx;
height: 160rpx; height: 160rpx;
padding: 32rpx 40rpx; padding: 32rpx 40rpx;
border-top: 1rpx #E2E7EF solid; border-top: 0.5px #E2E7EF solid;
background: #ffffff; background: #ffffff;
} }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.status { .status {
width: 750rpx; width: 750rpx;
padding: 0 40rpx; padding: 0 40rpx;
border-bottom: 1rpx #e2e7ef solid; border-bottom: 0.5px #e2e7ef solid;
overflow-x: scroll; overflow-x: scroll;
flex-wrap: nowrap; flex-wrap: nowrap;
background-color: #fff; background-color: #fff;
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
width: 96rpx; width: 96rpx;
height: 32rpx; height: 32rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #86c5e1; border: 0.5px solid #86c5e1;
background: rgba(134, 197, 225, 0.1); background: rgba(134, 197, 225, 0.1);
text-align: center; text-align: center;
font-size: 18rpx; font-size: 18rpx;
......
...@@ -114,7 +114,7 @@ page { ...@@ -114,7 +114,7 @@ page {
width: 750rpx; width: 750rpx;
margin-top: 48rpx; margin-top: 48rpx;
padding: 0 40rpx; padding: 0 40rpx;
border-bottom: 1rpx #3A3A40 solid; border-bottom: 0.5px #3A3A40 solid;
overflow: scroll; overflow: scroll;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
...@@ -150,7 +150,7 @@ page { ...@@ -150,7 +150,7 @@ page {
height: 160rpx; height: 160rpx;
margin-left: 40rpx; margin-left: 40rpx;
padding-right: 40rpx; padding-right: 40rpx;
border-bottom: 1rpx solid #3A3A40; border-bottom: 0.5px solid #3A3A40;
} }
.show-time-start { .show-time-start {
width: 118rpx; width: 118rpx;
......
...@@ -143,7 +143,7 @@ page { ...@@ -143,7 +143,7 @@ page {
font-size: 22rpx; font-size: 22rpx;
text-align: center; text-align: center;
line-height: 32rpx; line-height: 32rpx;
border: 1rpx solid #86C5E1; border: 0.5px solid #86C5E1;
border-radius: 4rpx; border-radius: 4rpx;
} }
.movie-free { .movie-free {
......
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
<view class="evaluate-list col"> <view class="evaluate-list col">
<block wx:for="{{detailEvaluate}}" wx:for-index="index" wx:for-item="item" wx:key="index"> <block wx:for="{{detailEvaluate}}" wx:for-index="index" wx:for-item="item" wx:key="index">
<view class="evaluate-item col" style="border-bottom: 1rpx solid #3A3A40"> <view class="evaluate-item col" style="border-bottom: 0.5px solid #3A3A40">
<view class="row"> <view class="row">
<image class="evaluate-item-avatar" src="{{item.userAvatar}}" mode="widthFix"></image> <image class="evaluate-item-avatar" src="{{item.userAvatar}}" mode="widthFix"></image>
<view class="evaluate-item-info"> <view class="evaluate-item-info">
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
} }
.other-black { .other-black {
border-bottom: 1rpx #3a3a40 solid; border-bottom: 0.5px #3a3a40 solid;
} }
.other-black view text:nth-child(3) { .other-black view text:nth-child(3) {
...@@ -93,13 +93,13 @@ ...@@ -93,13 +93,13 @@
width: 750rpx; width: 750rpx;
height: 160rpx; height: 160rpx;
padding: 32rpx 40rpx; padding: 32rpx 40rpx;
border-top: 1rpx #e2e7ef solid; border-top: 0.5px #e2e7ef solid;
background: #fff; background: #fff;
} }
.operation-black { .operation-black {
background: #272734; background: #272734;
border-top: 1rpx #272734 solid; border-top: 0.5px #272734 solid;
} }
.operation .button { .operation .button {
...@@ -175,14 +175,14 @@ ...@@ -175,14 +175,14 @@
.commodity-other { .commodity-other {
margin: 0 40rpx; margin: 0 40rpx;
padding: 50rpx 0; padding: 50rpx 0;
border-bottom: 1rpx #e2e7ef solid; border-bottom: 0.5px #e2e7ef solid;
font-size: 30rpx; font-size: 30rpx;
font-weight: 400; font-weight: 400;
line-height: 44rpx; line-height: 44rpx;
} }
.movie-border { .movie-border {
border-bottom: 1rpx #3a3a40 solid !important; border-bottom: 0.5px #3a3a40 solid !important;
} }
.commodity-other image { .commodity-other image {
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
width: 96rpx; width: 96rpx;
height: 32rpx; height: 32rpx;
border-radius: 4rpx; border-radius: 4rpx;
border: 1rpx solid #86c5e1; border: 0.5rpx solid #86c5e1;
background: #eaf0f5; background: #eaf0f5;
text-align: center; text-align: center;
font-size: 18rpx; font-size: 18rpx;
...@@ -607,7 +607,7 @@ ...@@ -607,7 +607,7 @@
height: 64rpx; height: 64rpx;
margin-top: 80rpx; margin-top: 80rpx;
padding: 0 40rpx; padding: 0 40rpx;
border-bottom: 1rpx #e2e7ef solid; border-bottom: 0.5px #e2e7ef solid;
} }
.selection-content-item { .selection-content-item {
...@@ -705,7 +705,7 @@ ...@@ -705,7 +705,7 @@
width: 670rpx; width: 670rpx;
min-height: 292rpx; min-height: 292rpx;
margin: 48rpx 40rpx 0 40rpx; margin: 48rpx 40rpx 0 40rpx;
border-bottom: 1rpx solid #e2e7ef; border-bottom: 0.5px solid #e2e7ef;
} }
.evaluate-item:last-child { .evaluate-item:last-child {
...@@ -833,7 +833,7 @@ ...@@ -833,7 +833,7 @@
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;
padding: 32rpx 0 48rpx 0; padding: 32rpx 0 48rpx 0;
border-bottom: 1rpx #e2e7ef solid; border-bottom: 0.5px #e2e7ef solid;
} }
.evaluate-item-album:last-child { .evaluate-item-album:last-child {
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
width: 670rpx; width: 670rpx;
margin-top: 50rpx; margin-top: 50rpx;
padding-bottom: 36rpx; padding-bottom: 36rpx;
border-bottom: 1rpx solid #e2e7ef; border-bottom: 0.5px solid #e2e7ef;
} }
.service-name { .service-name {
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
height: 196rpx; height: 196rpx;
padding: 32rpx 40rpx 68rpx; padding: 32rpx 40rpx 68rpx;
background-color: #fff; background-color: #fff;
border-top: 1rpx solid #e2e7ef; border-top: 0.5px solid #e2e7ef;
} }
/* 价格样式 */ /* 价格样式 */
......
...@@ -69,7 +69,7 @@ rich-text { ...@@ -69,7 +69,7 @@ rich-text {
.relation-title { .relation-title {
margin: 0 40rpx 90rpx 40rpx; margin: 0 40rpx 90rpx 40rpx;
padding-top: 64rpx; padding-top: 64rpx;
border-top: 1rpx #E2E7EF solid; border-top: 0.5px #E2E7EF solid;
} }
.relation-title text { .relation-title text {
width: 120rpx; width: 120rpx;
......
...@@ -70,5 +70,5 @@ ...@@ -70,5 +70,5 @@
} }
.tt { .tt {
border: 1rpx red solid; border: 0.5px red solid;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment