/* pages/weightReport/weightReport.wxss */ .top_bar { height: 102px; background-image: linear-gradient(-180deg, #88ddab 1%, #48C17B 100%); width: calc(100% - 15px); color: white; font-size: 20px; padding-top: 20px; padding-left: 15px; } .top_bar_text text:first-child { font-size: 42px; font-weight: 200; } .top_bar_text text:last-child { font-size: 14px; font-weight: 200; margin-left: 10px; } .collectionView { display: flex; flex-wrap: wrap; justify-content: space-between; margin-left: 20px; margin-right: 20px; } .cell { background: white; width: calc(50% - 5px); margin-top: 10px; box-shadow: 0 1px 19px 4px #F3F2EE; border-radius: 4px; } .cell_img { width: 42px; height: 42px; background: #b3eecc; margin-left: 20px; font-size: 50px; text-align: center; color: #48C17B; } .cell_img view { transform: translateY(-7px); } .cell_title { margin-left: 20px; margin-top: 12px; font-weight: 600; font-size: 16px; color: #261F0C; } .cell_checkDetail { margin-left: 20px; margin-top: 32px; font-size: 12px; color: #b3eecc; font-weight: 600; margin-bottom: 24px; } /* 个人信息 */ .top_title { font-size: 20px; color: #261f0c; font-weight: 600; height: 54px; background: white; } .top_title image { width: 8px; height: 20px; background: #48C17B; margin-right: 10px; } .info_card { background: #fff; box-shadow: 0 1px 19px 4px #f3f2ee; border-radius: 4px; display: flex; flex-wrap: wrap; margin: 10px 20px 20px 20px; } .info_card_title { font-size: 15px; color: #261f0c; font-weight: 600; width: 100px; text-align: center; height: 44px; line-height: 44px; } .info_card_content { width: calc(100% - 120px); font-size: 15px; color: #89857b; height: 44px; line-height: 44px; } .weightInfo_card { margin: 20px; background: #fff; box-shadow: 0 1px 19px 4px #f3f2ee; border-radius: 4px; display: flex; } .weightInfo_item { flex: 1; height: 84px; text-align: center; } .weightInfo_item_text { font-size: 28px; color: #333; font-weight: 555; margin-top: 10px; } .weightInfo_item_unit { font-size: 13px; color: #a6a091; } .risk_view_item { min-height: 24px; padding-top: 5px; padding-bottom: 5px; background: #f4879b; border-radius: 17px; color: white; font-size: 15px; display: inline-block; padding-left: 15px; padding-right: 15px; } .white-block{ background: #fff; padding: .5rem; } .caca-table{ border-top-left-radius: 4mm; overflow: hidden; } .caca-table tr th{ background-color: #51D8DA; color: #fff; border-right:2px solid #fff; height: 10mm; font-weight: normal; } .caca-table tr:nth-child(2n+2){ background-color: #CCF7F8; } .caca-table tr:nth-child(2n+1){ background-color: #ABECED; } .caca-table td{ border-right:2px solid #fff; padding: 2mm 0.5mm; height: 20mm; } .caca-table td:nth-child(1){ min-width: 12mm; } .boxShadow{ margin-top: .3rem; box-shadow: 0 2rpx 20rpx 2rpx #999; } .my_apport { height: 30px; text-align: center; line-height: 30px; font-size: 14px; margin-top: 5px; right: 10px; background: #48c17b; border-radius: 50rem; color: white; margin: 15px auto 5px auto; position: relative; width: 120px; }