123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- /* pages/job/detailPage.wxss */
- page{
- background: #f4f4f4;
- }
- .containers {
- height: 100%;
- padding-bottom: 120rpx;
- flex-direction: column;
- justify-content: space-between;
- box-sizing: border-box;
- }
- .loginTop{
- width: 100%;
-
-
- height: 100rpx;
- text-align: center;
- background: #2577e3;
- line-height: 100rpx;
- color: #fff;
- }
- .loginTopC{
- width:20%;
- padding-left: 5%;
- font-size:1em;
- height: 100rpx;
- float: left;
- line-height: 100rpx;
- text-align: left;
-
- }
- .loginTopR{
- width: 50%;
- font-size:1em;
- height: 100rpx;
- float: left;
- text-align:center;
- }
- .top{
- width: 100%;
- height: 360rpx;
- background: #fff;
- margin-top: 20rpx;
- }
- .title{
- width: 100%;
- height: 80rpx;
- padding-top: 10rpx;
- line-height: 80rpx;
- text-align: center;
- background: #fff;
- white-space:nowrap;
- font-weight: bold;
- font-size: 26rpx;
- text-overflow:ellipsis;
- overflow:hidden;
- color: #555555;
- }
- .topTwo{
- width: 90%;
- margin-left: 5%;
- margin-bottom:10rpx;
- height:40rpx;
- font-size: 24rpx;
- color:#555555;
- font-weight: normal;
- border-bottom: 1px solid #ccc;
- }
- .topThree{
- width: 90%;
- margin-left: 5%;
- margin-bottom:10rpx;
- height:215rpx;
- font-size: 22rpx;
- color:#555555;
- font-weight: normal;
- background: #fff;
- }
- .threeLeft{
- float: left;
- width: 70%;
- height:240rpx;
- margin-right: 10%;
-
- }
- .threetxt{
- line-height:35rpx;
- font-size: 24rpx;
- color:#555555;
- font-weight: normal;
-
- }
- .over{
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- }
- .threeRight{
- float: left;
- width: 20%;
- height:60rpx;
- line-height: 60rpx;
- text-align: center;
- color: #fff;
- margin-top:140rpx;
- border-radius: 10rpx;
- background: #2577e3;
- }
- .colr{
- color: #ff9913;
- }
- .center{
- width: 100%;
- height: auto;
- background: #fff;
- }
- .centerTop{
- width:90%;
- margin-left: 5%;
- height: 60rpx;
- background: #efefef;
- }
- .centerTxt{
- width:24%;
- color: #fff;
- height: 60rpx;
- text-align: center;
- font-size: 24rpx;
- line-height: 25rpx;
- background: #2577e3;
- }
- .centerTit{
- width: 100%;
- height: 40rpx;
- font-weight: bold;
- text-align: center;
- font-size: 26rpx;
- color: #555555;
- }
- .pt40{
- padding-top:40rpx;
- }
- .pd40{
- padding-bottom:40rpx;
- }
- .centerTxtTwo{
- width: 90%;
- padding-left: 5%;
-
- line-height: 38rpx;
- font-size:26rpx;
- color:#555555;
- font-weight:normal;
- }
- .textright{
- text-align: right;
- }
- .txtTwoTxt{
- line-height:38rpx;
- font-size:24rpx;
- color:#555555;
- font-weight:normal;
- }
- .pd80{
- padding-bottom: 80rpx;
- }
- .botm{
- width: 100%;
- height: 90rpx;
-
-
- background: #fff;
- position:fixed;
- bottom: 0rpx;
- }
- .botmLeft{
- width: 50%;
- height: 90rpx;
- float: left;
-
- }
- .diT{
- margin: 14rpx 0 0 160rpx;
- width: 37.5rpx;
- height: 62.5rpx;
- }
- .diTwo{
- margin: 14rpx 0 0 120rpx;
- width: 96.25rpx;
- height: 62.5rpx;
- }
|