123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- /**index.wxss**/
- .process-add {
- width: 84rpx;
- height: 84rpx;
- position: fixed;
- top: 24rpx;
- right: 24rpx;
- z-index: 999;
- }
- .process-add-img {
- width: 84rpx;
- height: 84rpx;
- }
- .top {
- position: relative;
- }
- .banner-default-img {
- height: 50vw;
- width: 100vw;
- }
- .banner {
- height: 50vw;
- }
- .banner image {
- width: 100%;
- height: 100%;
- }
- .banner .title {
- height: 60rpx;
- width: 100%;
- line-height: 60rpx;
- padding-left: 20rpx;
- background: rgba(0, 0, 0, 0.4);
- position: absolute;
- bottom: 0;
- color: white;
- font-size: 28rpx;
- }
- .indicator {
- height: 60rpx;
- line-height: 60rpx;
- color: white;
- font-size: 24rpx;
- position: absolute;
- bottom: 0;
- right: 20rpx;
- }
- .app-list {
- display: flex;
- flex-direction:row;
- margin: 10rpx 24rpx;
- justify-content:space-between;
- }
- .app-list .item {
- text-align:center;
- margin:5px 10px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .app-list .item image {
- width: 84rpx;
- height: 84rpx;
- margin-bottom: 20rpx;
- }
- .app-list .item text {
- font-size: 24rpx;
- color: #2c2c2c;
- }
- .divider {
- background-color:#f1efef;
- height: 20rpx;
- width: 100%;
- }
- .tab-category {
- height: 80rpx;
- margin-left: 120rpx;
- margin-right: 120rpx;
- display: flex;
- flex-direction:row;
- justify-content:space-between;
- color: #333333;
- border: 0;
- }
- .tab-category .active {
- border-bottom:1rpx solid #fb4747;
- color: #fb4747;
- }
- .news {
- height: 80rpx;
- width: 100%;
- text-align: center;
- }
- .tasks {
- height: 80rpx;
- width: 100%;
- text-align: center;
- }
- .news text, .tasks text {
- font-size: 28rpx;
- line-height: 80rpx;
- }
- .article {
- margin: 0rpx 24rpx;
- padding: 20rpx;
- height: 150rpx;
- box-sizing: border-box;
- position: relative;
- border-bottom: 1px #efefef solid;
- }
- .article .title {
- font-size: 28rpx;
- color: #696969;
- word-wrap: break-word;
- white-space: normal !important;
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- position: absolute;
- bottom: 20rpx;
- margin-left: 10rpx;
- }
- .article .date {
- font-size: 24rpx;
- color: #bfbfbf;
- position: absolute;
- top: 20rpx;
- right: 20rpx;
- }
- .article .type {
- font-size: 24rpx;
- font-weight: bold;
- color: #2c2c2c;
- padding: 2rpx 5rpx;
- margin-left: 10rpx;
- }
- .zixun{
- width: 55px;
- height: 55px;
- position: fixed;
- bottom: 35px;
- right: 35px;
- border-radius: 50%;
- box-shadow: 0 0 5px #ddd;
- text-align: center;
- font-size: 14px;
- color: #333;
- background: url(https://sample.o2oa.net/contact_us.png) center center no-repeat;
- }
- .zixun .kf{
- position: relative;
- top: 0px;
- left: 0px;
- margin:15px auto;
- opacity: 0;
- }
- .zixun_text {
- width: 85px;
- height: 25px;
- position: fixed;
- bottom: 10px;
- right: 20px;
- font-size: 13px;
- text-align: center;
- }
|