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

View File

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

View File

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