12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /* pages/zhi_xing_gong_neng/zhi_xing_gong_neng.wxss */
- .li-text{
- color: #393939;
- font-size: 34rpx;
- padding-top: 50rpx;
- padding-right: 24rpx;
- text-align: center;
- display: flex;
- justify-content: space-between
- }
- .li-text-big{
- position: relative;
- left: 44%;
- }
- .li-num{
- display: flex;
- justify-content: space-around;
- padding: 230rpx 0;
- }
- .li-num-small{
- width:173rpx;
- height:173rpx;
- background:rgba(255,198,116,0.5);
- border:5rpx solid rgba(255,198,116,1);
- border-radius:24rpx;
- line-height: 173rpx;
- text-align: center;
- color: #393939;
- font-size: 60rpx;
- }
- .li-num-btn{
- width:90rpx;
- height:90rpx;
- border:4rpx solid rgba(208,213,230,1);
- border-radius:50%;
- text-align: center;
- line-height: 90rpx;
- margin: 56rpx auto;
- }
- .li-items-text{
- width:90rpx;
- height:90rpx;
- border:4rpx solid rgba(208,213,230,1);
- border-radius:50%;
- text-align: center;
- line-height: 90rpx;
- margin: 56rpx auto;
- display: block;
-
- }
- .li-yes{
- border-top: 1rpx solid #DADCE6;
- color: #7C819D;
- font-size: 30rpx;
- text-align: left;
- padding: 30rpx 58rpx;
- font-weight: 600
- }
|