修改
This commit is contained in:
parent
298e2261ca
commit
754dfe9662
159
pages/coupon/coupon.scss
Normal file
159
pages/coupon/coupon.scss
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
.app {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
.content {
|
||||||
|
width: 96%;
|
||||||
|
margin: 20rpx auto 0;
|
||||||
|
background-color: #fff;
|
||||||
|
padding-bottom: 100rpx;
|
||||||
|
|
||||||
|
.rollup {
|
||||||
|
border-radius: 5rpx;
|
||||||
|
|
||||||
|
.item {
|
||||||
|
width: 94%;
|
||||||
|
height: 240rpx;
|
||||||
|
margin: 20rpx auto 0;
|
||||||
|
border: 1rpx solid #f4f5f7;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
|
||||||
|
.bottom {
|
||||||
|
font-size: 22rpx;
|
||||||
|
color: #969394;
|
||||||
|
line-height: 60rpx;
|
||||||
|
padding-left: 25rpx;
|
||||||
|
border-radius: 0 0 10rpx 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top {
|
||||||
|
width: 100%;
|
||||||
|
height: 180rpx;
|
||||||
|
background: #FDE9E8;
|
||||||
|
position: relative;
|
||||||
|
color: #F44B2F;
|
||||||
|
border-radius: 10rpx 10rpx 0 0;
|
||||||
|
|
||||||
|
.what {
|
||||||
|
padding: 0 10rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
background: #FED1D2;
|
||||||
|
border-radius: 16rpx;
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
top: 120rpx;
|
||||||
|
left: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btngq {
|
||||||
|
width: 110rpx;
|
||||||
|
height: 50rpx;
|
||||||
|
border: 2rpx solid #DFDEDE;
|
||||||
|
border-radius: 24rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 70rpx;
|
||||||
|
right: 20rpx;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 50rpx;
|
||||||
|
background: #DFDEDE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
width: 98rpx;
|
||||||
|
height: 50rpx;
|
||||||
|
border: 2rpx solid #F44B2F;
|
||||||
|
border-radius: 24rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 70rpx;
|
||||||
|
right: 20rpx;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 50rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.time {
|
||||||
|
font-size: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 120rpx;
|
||||||
|
left: 240rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.texts {
|
||||||
|
font-size: 32rpx;
|
||||||
|
font-weight: 800;
|
||||||
|
position: absolute;
|
||||||
|
top: 44rpx;
|
||||||
|
left: 240rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
position: absolute;
|
||||||
|
top: 30rpx;
|
||||||
|
left: 10rpx;
|
||||||
|
|
||||||
|
.price {
|
||||||
|
font-size: 54rpx;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 34rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.statuss {
|
||||||
|
padding-top: 25rpx;
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: #c1c1c1;
|
||||||
|
font-size: 18rpx;
|
||||||
|
line-height: 60rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.statusitem {
|
||||||
|
text-align: center;
|
||||||
|
padding: 0 40rpx;
|
||||||
|
display: inline-block;
|
||||||
|
height: 60rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: #969394;
|
||||||
|
line-height: 60rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.tab-item {
|
||||||
|
margin: 20rpx 0 0 24rpx;
|
||||||
|
text-align: center;
|
||||||
|
width: 20%;
|
||||||
|
|
||||||
|
.text {
|
||||||
|
width: 70%;
|
||||||
|
margin-left: 15%;
|
||||||
|
height: 30rpx;
|
||||||
|
background: #F44B2F;
|
||||||
|
border-radius: 9rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 24rpx;
|
||||||
|
line-height: 30rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 40rpx;
|
||||||
|
font-family: Source Han Sans CN;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #F44B2F;
|
||||||
|
line-height: 59rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app">
|
<view class="app">
|
||||||
<u-tabs :list="tabList" :current="tabcurrent" @change="change"></u-tabs>
|
<!-- <u-tabs :list="tabList" :current="tabcurrent" @change="change"></u-tabs>
|
||||||
<view class="items">
|
<view class="items">
|
||||||
<view class="item" @tap='godiseasemanagement'>
|
<view class="item" @tap='godiseasemanagement'>
|
||||||
<image src="../../static/zbglzbgl.png" mode=""></image>
|
<image src="../../static/zbglzbgl.png" mode=""></image>
|
||||||
@ -14,6 +14,23 @@
|
|||||||
国家老年病中心
|
国家老年病中心
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<view class="concent">
|
||||||
|
<view class="background">
|
||||||
|
<image src="/static/logo.png" mode=""></image>
|
||||||
|
<view>
|
||||||
|
<view class="detailed">
|
||||||
|
国家老年病中心山东分中心是依托于首都医科大学宣武医院的国家老年疾病临床医学研究中心(国家科技部、国家卫计委、中央军委后勤保障部、国家食品药品监督管理总局联合批准的国家级临床医学研究中心),老年慢性病全国网络化诊治体系及医疗大数据系统,医疗与健康一体化的新型服务体系和数据体系山东省建设单位。为提升山东省基层医院老年病学科水平,建设区域老年疾病预防、管理体系。利用国家中心在老年疾病临床诊疗的优势:在衰老、老年常见重大疾病(帕金森和老年痴呆等老年神经变性病、心脑及外周血管病、糖尿病)和老年综合征(衰弱、跌倒、便秘等)防治领域,围绕老年高龄外科围手术期管理、老年用药管理、老年共病、老年重症、以及老年常见疾病(帕金森病、痴呆、心脑外周血管病、糖尿病等)早期预警、干预及全程管理的综合评估、干预和管理新技术。
|
||||||
|
主要
|
||||||
|
<view class="">
|
||||||
|
1、开展的科室有:帕金森,两腺科,妇科,心脑血管等精准治疗
|
||||||
|
</view>
|
||||||
|
<view class="">
|
||||||
|
2、开展项目有:慢病管理,血液净化(高血脂症)妇科筛查,老年病筛查、康复治疗等
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@ -75,6 +92,60 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.app {
|
||||||
|
padding-top: 10rpx;
|
||||||
|
|
||||||
|
.concent {
|
||||||
|
width: 701rpx;
|
||||||
|
height: 1700rpx;
|
||||||
|
background: #4C7BC9;
|
||||||
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||||
|
border-radius: 20rpx;
|
||||||
|
margin: 5% auto 20px;
|
||||||
|
|
||||||
|
.background {
|
||||||
|
position: relative;
|
||||||
|
width: 657rpx;
|
||||||
|
height: 1650rpx;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 25rpx;
|
||||||
|
background-color: white;
|
||||||
|
margin: 0 auto;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 178rpx;
|
||||||
|
height: 200rpx;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 25px;
|
||||||
|
margin-left: 68%;
|
||||||
|
margin-top: 5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailed {
|
||||||
|
width: 657rpx;
|
||||||
|
padding: 0 42rpx;
|
||||||
|
line-height: 56rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailed view {
|
||||||
|
text-indent: 2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
|||||||
502
pages/integral/integral.scss
Normal file
502
pages/integral/integral.scss
Normal file
@ -0,0 +1,502 @@
|
|||||||
|
.app {
|
||||||
|
.masks {
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.information {
|
||||||
|
width: 70%;
|
||||||
|
height: 400rpx;
|
||||||
|
margin: 50% auto;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
text-align: center;
|
||||||
|
color: #FFFFFF;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.determine,
|
||||||
|
.cancel {
|
||||||
|
width: 200rpx;
|
||||||
|
height: 70rpx;
|
||||||
|
border-radius: 26rpx;
|
||||||
|
font-size: 34rpx;
|
||||||
|
line-height: 70rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 74%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.determine {
|
||||||
|
background: #4C7BC9;
|
||||||
|
right: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cancel {
|
||||||
|
background: #C5BFBF;
|
||||||
|
left: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 42rpx;
|
||||||
|
margin-top: 40rpx;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 100rpx;
|
||||||
|
height: 100rpx;
|
||||||
|
margin: 10% 0 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.close {
|
||||||
|
width: 31rpx;
|
||||||
|
height: 31rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 2%;
|
||||||
|
right: 2%;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .r-canvas {
|
||||||
|
width: 660rpx !important;
|
||||||
|
height: 1100rpx !important;
|
||||||
|
margin: 0 auto;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .r-canvas-component {
|
||||||
|
width: 660rpx !important;
|
||||||
|
height: 1100rpx !important;
|
||||||
|
margin: 0 auto;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .u-mode-center-box {
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yaoqbtn {
|
||||||
|
color: #fff;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 71rpx;
|
||||||
|
left: 0;
|
||||||
|
width: 251rpx;
|
||||||
|
height: 71rpx;
|
||||||
|
background: linear-gradient(90deg, #85C8AE 0%, #03AD6B 59%);
|
||||||
|
border-radius: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yaoqbtn2 {
|
||||||
|
color: #fff;
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 71rpx;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
width: 251rpx;
|
||||||
|
height: 71rpx;
|
||||||
|
background: linear-gradient(90deg, #64B0F9 0%, #436BF6 59%);
|
||||||
|
border-radius: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yaoqing {
|
||||||
|
height: 1200rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.PurchasePage {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
height: 930rpx;
|
||||||
|
width: 100%;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 30rpx 30rpx 0px 0px;
|
||||||
|
font-size: 36rpx;
|
||||||
|
padding-bottom: 20rpx;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
|
.bodys {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
width: 96%;
|
||||||
|
margin: 10rpx auto 0;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
padding: 15rpx 0 20rpx;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.addressinfo {
|
||||||
|
font-size: 32rpx;
|
||||||
|
line-height: 65rpx;
|
||||||
|
margin-left: 90rpx;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 50rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 20rpx;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.address {
|
||||||
|
padding-top: 10rpx;
|
||||||
|
width: 92%;
|
||||||
|
font-size: 30rpx;
|
||||||
|
word-break: break-all;
|
||||||
|
line-height: 45rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.namephone {
|
||||||
|
width: 70%;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.picture2 {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
right: 20rpx;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 18rpx;
|
||||||
|
height: 18rpx;
|
||||||
|
color: #FFFFFF;
|
||||||
|
margin-left: 20rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.topcontent {
|
||||||
|
width: 96%;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding-bottom: 15rpx;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.goodsStock {
|
||||||
|
font-size: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 75%;
|
||||||
|
right: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.prices {
|
||||||
|
position: absolute;
|
||||||
|
top: 70%;
|
||||||
|
left: 35%;
|
||||||
|
|
||||||
|
.price {
|
||||||
|
color: #D43953;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 36rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 3%;
|
||||||
|
left: 35%;
|
||||||
|
font-weight: 600;
|
||||||
|
width: 58%;
|
||||||
|
// height: 85rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 3;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image {
|
||||||
|
width: 200rpx;
|
||||||
|
height: 200rpx;
|
||||||
|
margin: 15rpx 0 0 0;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 201rpx;
|
||||||
|
height: 201rpx;
|
||||||
|
margin: 7rpx 0 0 7rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.buy {
|
||||||
|
width: 60%;
|
||||||
|
height: 71rpx;
|
||||||
|
background: #4C7BC9;
|
||||||
|
color: #FFFFFF;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 71rpx;
|
||||||
|
border-radius: 26rpx;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 30rpx;
|
||||||
|
left: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.centercontent {
|
||||||
|
font-size: 32rpx;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
margin-top: 10rpx;
|
||||||
|
padding-top: 20rpx;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
|
||||||
|
.header {
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
margin-left: 17rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productmodel {
|
||||||
|
border: 4rpx solid #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Productmodel {
|
||||||
|
background: #ECF1FA;
|
||||||
|
border: 4rpx solid #4C7BC9;
|
||||||
|
color: #4C7BC9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productmodel,
|
||||||
|
.Productmodel {
|
||||||
|
background-color: #F6F6F6;
|
||||||
|
height: 300rpx;
|
||||||
|
text-align: center;
|
||||||
|
width: 30%;
|
||||||
|
font-size: 24rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
margin: 5rpx 1.5% 10rpx;
|
||||||
|
padding: 0 0 10rpx;
|
||||||
|
|
||||||
|
view {
|
||||||
|
background-color: #F6F6F6;
|
||||||
|
margin: 10rpx auto;
|
||||||
|
width: 98%;
|
||||||
|
// height: 90rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
text-overflow: -o-ellipsis-lastline;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
border-radius: 10rpx;
|
||||||
|
width: 100%;
|
||||||
|
height: 200rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mask {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
height: 600rpx;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #fff;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
|
.maskitems {
|
||||||
|
color: #fff;
|
||||||
|
width: 90%;
|
||||||
|
margin: 60rpx auto 0;
|
||||||
|
|
||||||
|
.item {
|
||||||
|
background: #557BC2;
|
||||||
|
width: 100%;
|
||||||
|
margin: 0 auto 20rpx;
|
||||||
|
height: 150rpx;
|
||||||
|
position: relative;
|
||||||
|
font-size: 26rpx;
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
text-align: center;
|
||||||
|
width: 120rpx;
|
||||||
|
height: 50rpx;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 22rpx;
|
||||||
|
position: absolute;
|
||||||
|
right: 30rpx;
|
||||||
|
top: 58rpx;
|
||||||
|
line-height: 50rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #557BC2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
position: absolute;
|
||||||
|
left: 150rpx;
|
||||||
|
top: 90rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titletext {
|
||||||
|
position: absolute;
|
||||||
|
left: 150rpx;
|
||||||
|
top: 48rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
margin: 49rpx 0 0 43rpx;
|
||||||
|
width: 66rpx;
|
||||||
|
height: 66rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
padding-top: 10rpx;
|
||||||
|
font-size: 38rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.items {
|
||||||
|
margin-top: 30rpx;
|
||||||
|
|
||||||
|
.item {
|
||||||
|
width: 92%;
|
||||||
|
margin: 0 auto 12rpx;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
height: 220rpx;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.text {
|
||||||
|
font-size: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
left: 220rpx;
|
||||||
|
top: 90rpx;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
position: absolute;
|
||||||
|
right: 40rpx;
|
||||||
|
top: 140rpx;
|
||||||
|
width: 150rpx;
|
||||||
|
height: 50rpx;
|
||||||
|
background: #557BC2;
|
||||||
|
border-radius: 22rpx;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #FFFFFF;
|
||||||
|
line-height: 50rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jifen {
|
||||||
|
position: absolute;
|
||||||
|
left: 220rpx;
|
||||||
|
top: 140rpx;
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: #666666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
width: 460rpx;
|
||||||
|
font-size: 34rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
position: absolute;
|
||||||
|
left: 220rpx;
|
||||||
|
top: 25rpx;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
margin: 15rpx 0 0 15rpx;
|
||||||
|
width: 180rpx;
|
||||||
|
height: 180rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.titles {
|
||||||
|
margin: 38rpx 0 0 31rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vacancies {
|
||||||
|
width: 92%;
|
||||||
|
height: 330rpx;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
|
.bottombutton {
|
||||||
|
position: absolute;
|
||||||
|
top: 230rpx;
|
||||||
|
left: 50%;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #557BC2;
|
||||||
|
line-height: 72rpx;
|
||||||
|
text-align: center;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
width: 440rpx;
|
||||||
|
height: 72rpx;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.centertext {
|
||||||
|
position: absolute;
|
||||||
|
top: 160rpx;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 28rpx;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
font-size: 70rpx;
|
||||||
|
top: 90rpx;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.righttext {
|
||||||
|
position: absolute;
|
||||||
|
top: 32rpx;
|
||||||
|
right: 31rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
line-height: 28rpx;
|
||||||
|
width: 130rpx;
|
||||||
|
height: 28rpx;
|
||||||
|
|
||||||
|
image {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
width: 28rpx;
|
||||||
|
height: 28rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
view {
|
||||||
|
opacity: 0.6;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lefttext {
|
||||||
|
position: absolute;
|
||||||
|
top: 32rpx;
|
||||||
|
left: 33rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
|
line-height: 33rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user