|
@@ -8,7 +8,7 @@
|
|
<image src="../../static/yym/Rectangle 40.png" mode="aspectFill"></image>
|
|
<image src="../../static/yym/Rectangle 40.png" mode="aspectFill"></image>
|
|
<view class="card">
|
|
<view class="card">
|
|
<view class="cardTop">
|
|
<view class="cardTop">
|
|
- <view class="title">xxx虚拟教室</view>
|
|
|
|
|
|
+ <view class="title">xxxx虚拟教研教室</view>
|
|
<view class="">
|
|
<view class="">
|
|
<uni-icons type="star" size="30" color="#ffffff" style="margin-right: 20rpx;"></uni-icons>
|
|
<uni-icons type="star" size="30" color="#ffffff" style="margin-right: 20rpx;"></uni-icons>
|
|
<uni-icons type="folder-add" size="30" color="#ffffff"></uni-icons>
|
|
<uni-icons type="folder-add" size="30" color="#ffffff"></uni-icons>
|
|
@@ -18,12 +18,12 @@
|
|
成立日期:2023.5.12
|
|
成立日期:2023.5.12
|
|
</view>
|
|
</view>
|
|
<view class="col">
|
|
<view class="col">
|
|
- 人数:23
|
|
|
|
|
|
+ 人数:23人
|
|
</view>
|
|
</view>
|
|
<view class="tag col">
|
|
<view class="tag col">
|
|
<view class="">教研标签:</view>
|
|
<view class="">教研标签:</view>
|
|
<view class="" style="display: flex;">
|
|
<view class="" style="display: flex;">
|
|
- <view class="" style="font-size: 14px;color: #00b2b6; border: 1px #00b2b6 solid;padding: 2rpx 10rpx;border-radius: 5rpx;">
|
|
|
|
|
|
+ <view class="" style="font-size: 25rpx;color: #00b2b6; border: 1px #00b2b6 solid;padding: 2rpx 10rpx;border-radius: 5rpx;">
|
|
类型标签
|
|
类型标签
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -124,7 +124,8 @@
|
|
}
|
|
}
|
|
.card{
|
|
.card{
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 650rpx;
|
|
|
|
|
|
+ // width: 650rpx;
|
|
|
|
+ width: 690rpx;
|
|
height: 130px;
|
|
height: 130px;
|
|
bottom: 10px;
|
|
bottom: 10px;
|
|
left: 50%;
|
|
left: 50%;
|
|
@@ -138,17 +139,20 @@
|
|
transform: translate(-50%,0);
|
|
transform: translate(-50%,0);
|
|
border: 1rpx #667870 solid;
|
|
border: 1rpx #667870 solid;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
|
+ // background-color: #34453f;
|
|
.cardTop{
|
|
.cardTop{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
.title{
|
|
.title{
|
|
- font-weight: bold;
|
|
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ font-size: 35rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.col{
|
|
.col{
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
font-weight: 100;
|
|
font-weight: 100;
|
|
|
|
+ font-size: 30rpx;
|
|
}
|
|
}
|
|
.tag{
|
|
.tag{
|
|
display: flex;
|
|
display: flex;
|
|
@@ -167,10 +171,10 @@
|
|
width: 49%;
|
|
width: 49%;
|
|
background: linear-gradient(to bottom , #fcfcff 30%, #e8ecfd 100%);
|
|
background: linear-gradient(to bottom , #fcfcff 30%, #e8ecfd 100%);
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
- padding: 20px 10px;
|
|
|
|
|
|
+ padding: 35rpx 30rpx;
|
|
color: #424f85;
|
|
color: #424f85;
|
|
.tit1{
|
|
.tit1{
|
|
- font-size: 22px;
|
|
|
|
|
|
+ font-size: 35rpx;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
@@ -186,7 +190,7 @@
|
|
padding: 20px 10px;
|
|
padding: 20px 10px;
|
|
color: #855e42;
|
|
color: #855e42;
|
|
.tit1{
|
|
.tit1{
|
|
- font-size: 22px;
|
|
|
|
|
|
+ font-size: 35rpx;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|