样式修改

This commit is contained in:
Shang Chen
2025-07-01 16:59:10 +08:00
parent 150b39dfea
commit 758e59eeac
68 changed files with 1058 additions and 1008 deletions

View File

@ -4,13 +4,14 @@
display: flex;
flex-direction: column;
align-items: center;
.EnglishFont{
font-size: 36rpx;
font-weight: 600;
margin-top: 60rpx;
margin-bottom: 40rpx;
// display: flex;
// align-items: center;
.EnglishFont {
font-size: 36rpx;
font-weight: 600;
margin-top: 60rpx;
margin-bottom: 40rpx;
// display: flex;
// align-items: center;
}
}
@ -29,15 +30,15 @@
.list-call-user .u-input {
font-size: 30rpx;
width: 100%;
height: 110rpx;
text-indent: 2%;
border: 1px solid #00CA9A;
width: 100%;
height: 110rpx;
text-indent: 2%;
border: 1px solid #00CA9A;
}
.zhanghao{
color: #282828;
margin-bottom: 10rpx;
.zhanghao {
color: #282828;
margin-bottom: 10rpx;
}
.list-call-password .u-input {
@ -45,15 +46,15 @@
font-size: 30rpx;
width: 100%;
height: 110rpx;
text-indent: 2%;
border: 1px solid #00CA9A;
text-indent: 2%;
border: 1px solid #00CA9A;
}
.list-call-password .u-icon-right {
position: absolute;
right: 20rpx;
position: absolute;
right: 20rpx;
color: #aaaaaa;
width: 40rpx;
height: 40rpx;
@ -65,7 +66,7 @@
font-size: 35rpx;
width: 603rpx;
height: 95rpx;
background: #009C77;
background: #009c77;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
border-radius: 10rpx;
line-height: 95rpx;
@ -77,15 +78,16 @@
width: 100%;
height: 400rpx;
border-radius: 0 0 50% 50%;
background-color: #069E7A;
background: linear-gradient(-45deg, rgba(7, 151, 110, 1), rgba(254, 131, 15, 0.3));
}
.center-logo{
width: 410rpx;
height: 230rpx;
top: 100rpx;
position: absolute;
.center-logo {
width: 410rpx;
height: 150rpx;
top: 100rpx;
position: absolute;
}
.user-card {
@ -107,41 +109,45 @@
border-bottom: 1rpx solid #f5f5f5;
width: 100%;
height: 89rpx;
position: relative;
position: relative;
margin-bottom: 30rpx;
.u-icon-delete {
position: absolute;
right: 20rpx;
color: #aaaaaa;
width: 40rpx;
height: 40rpx;
}
.u-icon-delete {
position: absolute;
right: 20rpx;
color: #aaaaaa;
width: 40rpx;
height: 40rpx;
}
input {
height: 90rpx;
border-radius: 10rpx;
padding-left: 10rpx;
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
border-radius: 10rpx;
padding-left: 10rpx;
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
}
.user-icon {
width: 36rpx;
height: 39rpx;
}
}
.list-call-password {
display: flex;
align-items: center;
border-bottom: 1rpx solid #f5f5f5;
width: 100%;
height: 89rpx;
position: relative;
position: relative;
input {
height: 90rpx;
color: #939393;
border-radius: 10rpx;
padding-left: 10rpx;
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
border-radius: 10rpx;
padding-left: 10rpx;
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
}
.password-icon {
@ -159,4 +165,4 @@
.u-tabs {
padding: 0 70rpx;
}
}