/* packageE/commodityDividends/commodityDividends.wxss */ #superior { width: 100%; min-height: 100vh; background: #fff; } #superior .s_shop { height: 191.04rpx; margin: 0 30.08rpx; background-color: #fff; border-bottom: 1.92rpx solid #ebebeb; display: flex; align-items: center; } #superior .s_shop .s_shop_i { width: 140.16rpx; height: 140.16rpx; margin-right: 21.12rpx; } #superior .s_shop .s_shop_i image { width: 140.16rpx; height: 140.16rpx; } #superior .s_shop .s_shop_r { width: 390.08rpx; text-align: left; height: 140.16rpx; display: flex; flex-direction: column; justify-content: space-between; } #superior .s_box { height: 128rpx; margin: 0 30.08rpx; background-color: #fff; border-bottom: 1.92rpx solid #ebebeb; display: flex; align-items: center; justify-content: flex-start; } #superior .s_box .s_box_t { margin-bottom: 41.6rpx; margin-left: 16.96rpx; } #superior .s_box .s_box_i { width: 80rpx; height: 80rpx; background-color: #f2f2f2; border-radius: 40rpx; } #superior .s_box .s_box_i image { width: 80rpx; height: 80rpx; border-radius: 40rpx; } #superior .r_ls { height: 122.88rpx; margin: 0 30.08rpx; background-color: #fff; border-bottom: 1.92rpx solid #ebebeb; display: flex; justify-content: space-between; align-items: center; } #superior .r_ls .r_ls_r { display: flex; flex-direction: column; } #superior .r_ls .r_ls_r .r_li_o { font-size: 24rpx; color: #333; } #superior .r_ls .r_ls_r .r_li_t { font-size: 25.92rpx; color: #8c8c8c; } #superior .r_ls .r_ls_r .r_li_m { font-size: 32rpx; color: #f15353; } #superior .r_ls .r_ls_r .r_li_s { font-size: 24rpx; color: #8c8c8c; } #superior .line { width: 100%; height: 20.16rpx; } #superior .r_je { width: 100%; height: 172.16rpx; display: flex; align-items: center; justify-content: space-around; background-color: #fff; } #superior .r_je .r_je_d { display: flex; flex-direction: column; } #superior .r_je .r_je_d .r_je_m { font-size: 32rpx; color: #f15353; } #superior .r_je .r_je_d .r_je_txt { font-size: 28.16rpx; color: #8c8c8c; } #superior .r_top_box { background-color: #ee2e2b; padding: 1.69rem 1.56rem 0.6rem 1.56rem; display: flex; flex-direction: column; } #superior .r_top_box .user_info { display: flex; align-items: center; } #superior .r_top_box .user_info .image { width: 92.16rpx; height: 92.16rpx; margin-right: 22.08rpx; } #superior .r_top_box .user_info .image image { width: 92.16rpx; height: 92.16rpx; background-color: #000; border-radius: 50%; } #superior .r_top_box .user_info .r_top_box_name { font-size: 32rpx; color: #fff; } #superior .r_top_box .user_info .r_top_box_leve { width: 103.04rpx; height: 40rpx; background-color: rgba(255, 255, 255, 0.29); border-radius: 20.16rpx; font-size: 24rpx; color: #fff; text-align: center; line-height: 40rpx; } #superior .r_top_box .desc { margin-top: 0.8rem; text-align: left; color: #fff; }