123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- /* pages/recommendRule/recommendRule.wxss */
-
- .content {
- padding-bottom: 88rpx;
- width: 100%;
- min-height: 100vh;
- background: #FFFFFF;
- }
-
- .quest {
- width: 690rpx;
- margin-left: 30rpx;
- margin-bottom: 48rpx;
- }
-
- .quest-title {
- margin-top: 40rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .quest-content {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- margin-top: 20rpx;
- }
-
- .value-title {
- margin-left: 30rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .value-title1 {
- margin-top: 30rpx;
- margin-left: 30rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .devices {
- width: 690rpx;
- margin-left: 30rpx;
- margin-top: 32rpx;
- display: flex;
- align-items: center;
- }
-
- .devices-image {
- width: 176rpx;
- height: 176rpx;
- }
-
- .right-content {
- flex: 1;
- margin-left: 15rpx;
- }
-
- .devices-name {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .devices-tag {
- margin-top: 20rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .project {
- width: 690rpx;
- margin-left: 30rpx;
- margin-top: 32rpx;
- display: flex;
- align-items: center;
- }
-
- .project-image {
- width: 144rpx;
- height: 144rpx;
- }
-
- .project-content {
- flex: 1;
- margin-left: 45rpx;
- }
-
- .project-name {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .project-tag {
- margin-top: 20rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
-
- /* <view class="content">
-
- <view class="devices">
- <image class="devices-image"></image>
- <view class="right-content">
- <view class="devices-name">啥子仪器啊</view>
- <view class="devices-tag">干啥用的啊</view>
- </view>
- </view>
-
- <view class="project">
- <image class="project-image"></image>
- <view class="right-content">
- <view class="project-name">啥子仪器啊</view>
- <view class="project-tag">干啥用的啊</view>
- </view>
- </view>
-
- <view class="submits">确定</view>
-
- </view> */
-
- .submits {
- margin-top: 60rpx;
- margin-left: 40rpx;
- width: 670rpx;
- background: #FA7D22;
- border-radius: 42px;
- line-height: 84rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
|