1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /* pages/tu_xing_tui_li/tu_xing_tui_li.wxss */
- .li-text{
- color: #393939;
- font-size: 34rpx;
- font-weight: 600;
- padding-left: 24rpx;
- text-align: left;
- }
- .li-image{
- margin: 60rpx auto
- }
- .li-all{
- display: flex;
- justify-content: space-around
- }
- .li-items{
- display: inline-block;
- width: 33%;
- text-align: center;
- padding: 0;
- margin: 0;
- }
- .li-items-text{
- width:78rpx;
- height:78rpx;
- border:4rpx solid rgba(208,213,230,1);
- border-radius:50%;
- text-align: center;
- line-height: 78rpx;
- margin: 34rpx auto;
- display: block;
- overflow: visible;
- }
- .li-yes{
- border-top: 1rpx solid #DADCE6;
- color: #7C819D;
- font-size: 30rpx;
- text-align: left;
- padding: 30rpx 58rpx;
- }
- .li-exercise{
- font-size: 34rpx;
- color: #E19220;
- text-align: left;
- padding: 34rpx 0 10rpx 24rpx;
- font-weight: 600;
- }
- .li-four{
- height: 705rpx;
- position: relative;
- }
- .li-four-img{
- width: 160rpx;
- height: 160rpx;
- position: absolute;
- }
- .li-four-point{
- width:16rpx;
- height:16rpx;
- background:rgba(0,0,0,1);
- border-radius:8rpx;
- position: absolute;
- top:353rpx;
- left: 343rpx;
- }
- .li-four-select-img{
- width: 160rpx;
- height: 160rpx;
- }
- .li-four-select{
- position: absolute;
- }
- .li-four-yes{
- width: 100rpx;
- height: 100rpx;
- position: absolute;
- top: 20rpx;
- left: 20rpx;
- z-index: 1000;
- }
|