/* packageE/healthy/healthyDetails/healthyDetails.wxss */ page { background: #fff; } view, input, text { box-sizing: border-box; } .infoWrapper { padding: 25rpx 25rpx 0 25rpx; } .infoWrapper .name { color: #403e3e; font-size: 32rpx; padding-left: 5rpx; } .infoWrapper .content { margin-top: 23rpx; width: 100%; background-color: #fbfbfb; border-radius: 20rpx; padding: 29rpx 59rpx 35rpx 39rpx; display: grid; grid-template-rows: 4fr 3fr; grid-column-gap: 25rpx; grid-row-gap: 20rpx; grid-auto-flow: column; } .infoWrapper .content .item { height: 100%; display: flex; justify-content: flex-start; } .infoWrapper .content .item .text1 { font-size: 28rpx; color: #999; } .infoWrapper .content .item .text2 { font-size: 28rpx; color: #403e3e; margin-left: 50rpx; } .tabs { height: 126rpx; display: flex; justify-content: space-evenly; align-items: center; } .tabs .item { color: #999; font-size: 32rpx; padding: 0 16rpx; padding-bottom: 10rpx; } .tabs .item.active { color: #403e3e; border-bottom: 6rpx solid #3ecc9c; } .problemWrapper { width: 700rpx; margin: 0 auto; background-color: #fbfbfb; border-radius: 20rpx; } .problemWrapper .item { padding: 25rpx 32rpx; } .problemWrapper .item .content { font-size: 28rpx; font-weight: normal; font-stretch: normal; letter-spacing: 0rpx; color: #000; } .problemWrapper .item .btns { display: flex; flex-direction: column; align-items: center; } .problemWrapper .item .btns .btn { margin-top: 37rpx; width: 409rpx; height: 77rpx; border-radius: 38rpx; display: flex; align-items: center; justify-content: center; border: solid 2rpx #bfbfbf; font-size: 32rpx; font-weight: normal; font-stretch: normal; line-height: 48rpx; letter-spacing: 0rpx; color: #333; } .problemWrapper .item .btns .btn.active { background-color: #3ecc9c; border: none; color: #fff; }