doctor-mini/pages/login/login.less
2025-06-24 23:47:16 +08:00

214 lines
4.2 KiB
Plaintext

.page {
background-color: rgba(255,255,255,1.000000);
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
}
.box_1 {
background-color: rgba(255,255,255,1.000000);
padding-bottom: 12rpx;
display: flex;
flex-direction: column;
}
.image_1 {
width: 750rpx;
height: 88rpx;
}
.image-wrapper_1 {
flex-direction: row;
display: flex;
justify-content: space-between;
margin: 12rpx 12rpx 0 32rpx;
}
.image_2 {
width: 24rpx;
height: 48rpx;
margin: 8rpx 0 8rpx 0;
}
.image_3 {
width: 174rpx;
height: 64rpx;
}
.box_2 {
display: flex;
flex-direction: column;
padding: 60rpx 64rpx 36rpx 64rpx;
}
.text-group_1 {
margin-right: 238rpx;
display: flex;
flex-direction: column;
}
.text_1 {
overflow-wrap: break-word;
color: rgba(51,51,51,1);
font-size: 48rpx;
font-family: Alibaba-PuHuiTi-M;
font-weight: normal;
text-align: left;
white-space: nowrap;
line-height: 48rpx;
margin-right: 146rpx;
}
.text_2 {
overflow-wrap: break-word;
color: rgba(153,153,153,1);
font-size: 26rpx;
font-family: Alibaba-PuHuiTi-R;
font-weight: normal;
text-align: left;
white-space: nowrap;
line-height: 26rpx;
margin-top: 20rpx;
}
.section_1 {
background-color: rgba(245,245,245,1.000000);
border-radius: 24rpx;
margin-top: 90rpx;
display: flex;
flex-direction: row;
padding: 34rpx 34rpx 34rpx 40rpx;
}
.image-text_1 {
flex-direction: row;
display: flex;
justify-content: space-between;
width: 100%;
}
.thumbnail_1 {
font-size: 40rpx;
margin-right: 8rpx;
width: 50rpx;
transform: translateY(4rpx);
}
.text-group_2 {
overflow-wrap: break-word;
// color: rgba(170,170,170,1);
font-size: 32rpx;
letter-spacing: 0rpx;
font-family: Alibaba-PuHuiTi-R;
font-weight: normal;
white-space: nowrap;
line-height: 32rpx;
flex: auto;
}
.section_2 {
background-color: rgba(245,245,245,1.000000);
border-radius: 24rpx;
margin-top: 32rpx;
flex-direction: row;
padding: 32rpx 40rpx 34rpx 40rpx;
}
.image-text_2 {
display: flex;
position: relative;
.yanjing{
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
opacity: 0.7;
}
}
.thumbnail_2 {
font-size: 40rpx;
margin-right: 10rpx;
width: 50rpx;
transform: translateY(4rpx);
}
.text-group_3 {
// color: rgba(170,170,170,1);
font-size: 32rpx;
letter-spacing: 0rpx;
font-family: Alibaba-PuHuiTi-R;
font-weight: normal;
white-space: nowrap;
line-height: 32rpx;
margin-top: 2rpx;
}
.block_1 {
background-color: rgba(187,187,187,1.000000);
width: 2rpx;
height: 32rpx;
display: flex;
flex-direction: column;
margin: 2rpx 0 0 0;
}
.text_3 {
overflow-wrap: break-word;
color: rgba(0,91,162,1);
font-size: 32rpx;
font-family: Alibaba-PuHuiTi-R;
font-weight: normal;
text-align: right;
white-space: nowrap;
line-height: 32rpx;
margin: 2rpx 0 0 34rpx;
}
.text-wrapper_1 {
background-color: rgba(0,91,162,1.000000);
border-radius: 24rpx;
margin-top: 80rpx;
display: flex;
justify-content: center;
padding: 34rpx;
}
.text_4 {
overflow-wrap: break-word;
color: rgba(255,255,255,1);
font-size: 34rpx;
letter-spacing: 0rpx;
font-family: Alibaba-PuHuiTi-M;
font-weight: normal;
text-align: right;
white-space: nowrap;
line-height: 34rpx;
}
.text_5 {
overflow-wrap: break-word;
color: rgba(144,147,153,1);
font-size: 26rpx;
font-family: PingFangSC-Regular;
font-weight: normal;
text-align: right;
white-space: nowrap;
line-height: 26rpx;
align-self: center;
margin-top: 40rpx;
}
.text-wrapper_2 {
width: 520rpx;
flex-direction: row;
display: flex;
justify-content: space-between;
margin: 600rpx 50rpx 0 52rpx;
}
.text_6 {
overflow-wrap: break-word;
color: rgba(136,136,136,1);
font-size: 24rpx;
letter-spacing: 1rpx;
font-family: PingFangSC-Regular;
font-weight: normal;
text-align: center;
white-space: nowrap;
line-height: 24rpx;
}
.text_7 {
overflow-wrap: break-word;
color: rgba(33,80,159,1);
font-size: 24rpx;
letter-spacing: 1rpx;
font-family: PingFangSC-Medium;
font-weight: 500;
text-align: left;
white-space: nowrap;
line-height: 24rpx;
}
.image_4 {
width: 750rpx;
height: 68rpx;
margin-top: -2rpx;
}