123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /* pages/shi_jue_suo_sou/shi_jue_suo_sou.wxss */
- .li-imparity{
- height: 900rpx;
- position: relative;
- }
- .li-items{
- /* margin-top: 100rpx; */
- }
- .li-text{
- color: #393939;
- font-size: 40rpx;
- padding-top: 50rpx;
- padding-left: 24rpx;
- text-align: center;
- font-weight: 600;
- }
- .li-yes{
- border-top: 1rpx solid #DADCE6;
- color: #7C819D;
- font-size: 30rpx;
- text-align: left;
- padding: 30rpx 58rpx;
- font-weight: 600;
-
- }
- .li-text-num{
- color:#7E7E7E !important;
- font-size:30rpx !important;
- }
- .li-see-no{
- width: 95rpx;
- height: 63rpx;
- }
- .li-see-yes{
- width: 91rpx;
- height: 93rpx;
- }
- .li-blue-items{
- position: absolute;
- }
- .li-blue-items-key{
- position: absolute;
- width: 80rpx;
- height: 80rpx;
- top: 10rpx;
- left: 10rpx;
- }
- .li-four{
- height: 850rpx;
- position: relative;
- }
- .li-four-item{
- position: absolute;
- }
- .li-four-item-imgT{
- width: 93rpx;
- height: 93rpx;
- }
- .li-four-item-imgE{
- width: 45rpx;
- height: 67rpx;
- }
- .li-four-item-imgL{
- width: 95rpx;
- height: 63rpx;
- }
- .li-four-item-yes{
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- top: 20rpx;
- left: 20rpx;
- }
- .li-four-point{
- width:26rpx;
- height:26rpx;
- background:rgba(0,0,0,1);
- border-radius:50%;
- position: absolute;
- top: 421rpx;
- left: 338rpx;
- }
- .li-four-img{
- width:244rpx;
- height:180rpx;
- position: absolute;
- }
- .li-flex{
- margin-right: 25rpx;
- display: flex;
- justify-content: space-between;
- font-weight: 600;
- }
|