This commit is contained in:
kbing1981 2024-07-22 15:53:27 +08:00
parent d4cb7a9b62
commit ed3f2855ef
3 changed files with 15 additions and 14 deletions

View File

@ -28,7 +28,7 @@
<view <view
class="position_view" :animation="animationData1" class="position_view" :animation="animationData1"
style="background: linear-gradient(90deg, #019C88, #28BA92, #35C495); style="background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
border-radius: 8rpx;width: 81.25rpx;" border-radius: 30rpx;width: 81.25rpx;"
></view> ></view>
</view> </view>
</template> </template>
@ -146,11 +146,11 @@ export default {
.switch-container { .switch-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
width: 126rpx; width: 144rpx;
height: 48rpx; height: 58rpx;
background: #fff; background: #fff;
border: 1rpx #41b9a6 solid; border: 1rpx #41b9a6 solid;
border-radius: 10rpx; border-radius: 30rpx;
position: relative; position: relative;
.switch_view{ .switch_view{
position: absolute; position: absolute;

View File

@ -1273,6 +1273,7 @@ import permision from "@/components/permission.js";
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-top: 10rpx;
} }
/deep/.margin-bottom-sm{ /deep/.margin-bottom-sm{
margin-bottom: 70px; margin-bottom: 70px;
@ -1286,7 +1287,7 @@ import permision from "@/components/permission.js";
// } // }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 26rpx;
color: #999; color: #999;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
@ -1311,7 +1312,7 @@ import permision from "@/components/permission.js";
} }
.liebiao{ .liebiao{
//height: 100vh; //height: 100vh;
margin-top: 100px; margin-top: 90px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -1580,14 +1581,14 @@ import permision from "@/components/permission.js";
// overflow: auto; // overflow: auto;
} }
/deep/.u-content{ /deep/.u-content{
height: 48rpx!important; height: 56rpx!important;
border-radius: 5px !important; border-radius: 30px !important;
} }
.flex-sub{ .flex-sub{
width: 260rpx !important; width: 260rpx !important;
height:52rpx !important; height:60rpx !important;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
border-radius: 10rpx; border-radius: 30rpx;
color: #fff!important; color: #fff!important;
} }
.map-list{ .map-list{
@ -1607,7 +1608,7 @@ import permision from "@/components/permission.js";
width: 160rpx; width: 160rpx;
margin-left: 4rpx; margin-left: 4rpx;
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 30rpx;
color: #333; color: #333;
} }
.dingwei-img{ .dingwei-img{
@ -1921,7 +1922,7 @@ import permision from "@/components/permission.js";
justify-content: space-between; justify-content: space-between;
} }
.therap-pin{ .therap-pin{
font-size: 24rpx; font-size: 26rpx;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
margin-right: 10rpx; margin-right: 10rpx;

View File

@ -700,8 +700,8 @@
} }
.z-tabs-item-title{ .z-tabs-item-title{
font-weight: bold; /*font-weight: bold;*/
font-size: 28rpx; font-size: 31rpx;
color: #019c88; color: #019c88;
} }