123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- /* nova-werun/components/home/index.wxss */
- .all{
- width: 100vw;
- overflow-y: scroll;
- background: linear-gradient(to bottom, #4F9AF7, #FFFFFF); /* 竖直渐变 */
- font-family: MicrosoftYaHei;
- color: #333333;
- display: flex;
- flex-direction: column;
- align-items: center;
- .navbox{
- width: 100vw;
- display: flex;
- align-items: flex-end;
- .nav{
- width: 100%;
- display: flex;
- justify-content: center;
- position: relative;
- margin-bottom: 20rpx;
- height: 40rpx;
- .nav-addbox{
- position: absolute;
- left: 32rpx;
- top: 8rpx;
- font-size: 28rpx;
- height: 40rpx;
- color: white;
- display: flex;
- .nav-add{
- margin-left: 4rpx;
- }
- }
- .nav-title{
- height: 36rpx;
- font-family: MicrosoftYaHei;
- font-size: 36rpx;
- color: #333333;
- line-height: 40rpx;
- text-align: center;
- }
- }
- }
- .topbox{
- width: 686rpx;
- height: 81rpx;
- display: flex;
- background-color: #4F9AF7;
- padding-left: 20rpx;
- padding-right: 20rpx;
- border-radius: 15rpx;
- padding-top: 20rpx;
- .top-tex{
- font-size: 26rpx;
- height: 34rpx;
- color: white;
- border-left: 8rpx solid white;
- padding-left: 10rpx;
- display: flex;
- align-items: center;
-
- }
- .top-tex2{
- width: 200rpx;
- height: 34rpx;
- display: flex;
- align-items: center;
- margin-left: auto;
- font-size: 26rpx;
- .top-tex2-tex{
- height: 34rpx;
- background-color: white;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 10rpx;
- padding-left: 4rpx;
- padding-right: 4rpx;
- margin-left: 4rpx;
- margin-right: 4rpx;
- }
- }
- }
- .clockinbox{
- width: 686rpx;
- height: 331rpx;
- display:flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/6p04ra030721696.png);
- background-position: center; /* 背景图片居中 */
- background-size: cover; /* 背景图片覆盖整个元素 */
- background-repeat: no-repeat; /* 不重复背景图片 */
- margin-top: -16rpx;
- .clockinbox2{
- width: 100%;
- display: flex;
- justify-content: center;
- .runbox{
- width: 217rpx;
- height: 217rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: white;
- .run{
- width: 195rpx;
- height: 195rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- flex-direction: column;
- justify-content: center;
- background-color: #9BC5F9;
- .tody-steps{
- font-size: 24rpx;
- color: white;
- }
- .step-num{
- font-size: 50rpx;
- color: #333333;
- }
- .objective{
- width: 100%;
- height: 50rpx;
- align-items: center;
- justify-content: center;
- display: flex;
- margin-top: 20rpx;
- image{
- width: 32rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
- .ob-num{
- font-size: 28rpx;
- }
- }
- }
- }
- .objbox{
- height: 217rpx;
- display: flex;
- justify-content: center;
- flex-direction: column;
- margin-left: 120rpx;
- .obj1{
- height: 74rpx;
- border-left: 8rpx solid #0178EE;
- padding-left: 10rpx;
- .boj1-ti{
- font-size: 24rpx;
- color: #0178EE;
- }
- .obj1-numbox{
- height: 40rpx;
- display: flex;
- font-size: 36rpx;
- align-items: center;
- margin-top: 4rpx;
- image{
- width: 32rpx;
- height: 32rpx;
- margin-right: 15rpx;
- }
- }
- }
- .obj2{
- font-size: 14rpx;
- margin-left: 20rpx;
- margin-top: 4rpx;
- }
- }
- }
- .today-check{
- width: 142rpx;
- height: 43rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 26rpx;
- margin-top: 10rpx;
- border-radius: 40rpx;
- color: white;
- background-color: #69A9F8;
- }
- }
- .a{
- width: 686rpx;
- border-radius: 15rpx;
- height: 55rpx;
- margin-top: 24rpx;
- }
- .typebox{
- width: 686rpx;
- height: 153rpx;
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 26rpx;
- background-color: white;
- border-radius: 15rpx;
- .column{
- height: 153rpx;
- display: flex;
- flex-direction: column; /* 使内容垂直排列 */
- align-items: center; /* 水平居中对齐 */
- justify-content: center;
- image{
- width: 74rpx;
- height: 82rpx;
- }
- .item-text{
- font-size: 26rpx;
- }
- }
- }
-
-
- }
|