/* pages/main/index.wxss */ page { background-color: white; } .onDataImg { width: 320rpx; height: 249rpx; } .img-nodata { width: 100%; height: 548rpx; display: flex; flex-direction: column; align-items: center; margin-top: 30rpx; } .top-nodata-text1 { font-family: PingFangSC-Medium; font-size: 30rpx; color: rgba(0, 0, 0, 0.75); letter-spacing: 0; text-align: left; margin-top: 16rpx; } .top-nodata-text2 { width: 480rpx; height: 88rpx; background: #007AFF; border-radius: 10rpx; border-radius: 10rpx; font-family: PingFangSC-Medium; font-size: 36rpx; color: #FFFFFF; letter-spacing: 0; text-align: left; line-height: 88rpx; text-align: center; margin-top: 41rpx; } .bottomView { width: 750rpx; height: 228rpx; padding: 24rpx 32rpx 24rpx 32rpx } .bottomViewleft { width: 423rpx; height: 180rpx; float: left; } .bottomViewRight { width: 240rpx; height: 180rpx; background-color: green; float: right; } .tableStyle { width: 100%; line-height: 100rpx; font-size: 34rpx; color: rgba(0, 0, 0, 0.85); letter-spacing: 0; } .son-table-btn { width: 120rpx; height: 56rpx; line-height: 56rpx; font-size: 26rpx; color: #007AFF; letter-spacing: 0; text-align: left; background: #FFFFFF; border: 1rpx solid #007AFF; border-radius: 28rpx; border-radius: 28rpx; text-align: center; } .bottomViewleft-top { width: 100%; height: 90rpx; } .bottomViewleft-bottem { width: 100%; height: 33rpx; margin-top: 57rpx; } .bottomViewRightImg { width: 240rpx; height: 180rpx; } .gzBtn { width: 255rpx; height: 96rpx; background: #F4F4F4; border: 1rpx solid #F4F4F4; box-shadow: 0 5rpx 10rpx 0 rgba(0, 0, 0, 0.10); border-radius: 48rpx; border-radius: 48rpx; position: absolute; right: 32rpx; bottom: 233rpx; display: flex; align-items: center; justify-content: space-between; } .gzBtnIcon { height: 96rpx; display: flex; align-items: center; margin-left: 35rpx; } .gzBtnText { height: 96rpx; display: flex; align-items: center; font-family: PingFangSC-Semibold; font-size: 30rpx; color: rgba(0, 0, 0, 0.60); letter-spacing: 2px; margin-right: 35rpx; } .yesAttention { width: 78rpx; height: 26rpx; background: rgb(204, 224, 245); border-radius: 1px; border-radius: 1px; line-height: 26rpx; text-align: center; font-family: PingFangSC-Regular; font-size: 18rpx; color: #007AFF; letter-spacing: 0; position: absolute; bottom: 1rpx; } .noAttention { width: 78rpx; height: 26rpx; background: #F4F4F4; border-radius: 1px; border-radius: 1px; line-height: 26rpx; text-align: center; font-family: PingFangSC-Regular; font-size: 18rpx; color: rgb(150, 150, 150); letter-spacing: 0; position: absolute; bottom: 1rpx; }