|
- /* pages/noLoginIndex.wxss */
- page{
- background-color: #ffffff!important;
- height: 100vh;
- }
- .navList_main{
- width: 685rpx;
- height: 228rpx;
- margin:0 auto;
- display: flex;
- border-top: 1px solid rgba(0,0,0,.1);
- }
- .navList_main .tab_item{
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
-
- .navList_main .tab_item .icon{
- width: 130rpx;
- height: 130rpx;
- margin-bottom: 12rpx;
- }
- .navList_main .tab_item .icon_img{
- width: 130rpx;
- height: 130rpx;
- }
- .navList_main .tab_item .desc{
- font-size: 26rpx;
- }
-
- .page-section{
- width: 100%;
- }
- .page-section:last-child{
- margin-bottom: 0;
- }
- .page-section-spacing{
- box-sizing: border-box;
- }
- swiper{
- display: block;
- height: 144px!important;
- }
-
- .child_function{
- margin: 15px 20rpx 0;
- display: flex;
- flex-wrap: wrap;
- align-content:space-between;
- }
- .child_function .flex_block{
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- width: 20%;
- }
- .child_function .flex_block:nth-child(n+6){
- margin-top: 25rpx;
- }
- .child_function .flex_block .image{
- width: 76rpx;
- height: 70rpx;
- margin-bottom: 20rpx;
- }
- .child_function .flex_block .attribute{
- width: 76rpx;
- height: 70rpx;
- }
-
- .child_function .flex_block .desc{
- font-size: 26rpx;
- }
-
- .work_plan{
- padding: 40rpx 32.5rpx 30rpx;
- display: flex;
- justify-content: space-between;
- }
-
- .work_plan .menu_item{
- height: 60rpx;
- width: 140rpx;
- background-color: #fff;
- box-shadow: 0rpx 4rpx 9rpx rgba(0,0,0,.2);
- border-radius: 60rpx;
- line-height: 60rpx;
- text-align: center;
- font-size: 28rpx;
- position: relative;
- }
- .work_plan .menu_item.active{
- background-color: #5bae78;
- color: #fff;
- }
- .work_plan .menu_item .remind{
- height: 30rpx;
- background: #e90101;
- color: #fff;
- font-size: 26rpx;
- position: absolute;
- line-height: 30rpx;
- padding:0 10rpx;
- border-radius: 50px;
- top: -10rpx;
- right: -10rpx;
- }
-
- .work_plan .more{
- flex: 1;
- text-align: center;
- line-height: 60rpx;
- font-size: 36rpx;
- color: #31936c;
- }
-
- .title{
- font-size: 18px;
- padding: 0 32.5rpx;
- margin-top: 10px;
- display: block;
- font-weight: bold;
- }
|