This commit is contained in:
weipengfei 2023-08-21 12:06:59 +08:00
parent 3d4ac015a8
commit e52013289e
3 changed files with 11 additions and 4 deletions

View File

@ -326,7 +326,7 @@
line-height: 84.21rpx; line-height: 84.21rpx;
margin: 0 auto; margin: 0 auto;
margin-top: 84.21rpx; margin-top: 84.21rpx;
width: 614.04rpx; width: 694rpx;
height: 84.21rpx; height: 84.21rpx;
background: $theme-oa-color; background: $theme-oa-color;
box-shadow: 0px 9px 26px 1px #E9EFF5; box-shadow: 0px 9px 26px 1px #E9EFF5;

View File

@ -28,7 +28,7 @@
<!-- #endif --> <!-- #endif -->
</u--input> </u--input>
</u-form-item> </u-form-item>
<u-button style="margin-top: 28rpx;background-color: #3175f9;color: #fff;" @click="submit">提交</u-button> <u-button style="margin-top: 28rpx;background-color: #0122c7;color: #fff;" @click="submit">提交</u-button>
</u--form> </u--form>
</view> </view>
</template> </template>

View File

@ -686,6 +686,7 @@
.certification { .certification {
margin-bottom: 28rpx; margin-bottom: 28rpx;
overflow: hidden;
.title { .title {
margin-bottom: 0; margin-bottom: 0;
@ -693,14 +694,20 @@
.c_item { .c_item {
width: 694rpx; width: 694rpx;
padding: 0 28rpx;
background-color: #fff;
&:last-child{
padding-bottom: 28rpx;
border-radius: 0 0 14rpx 14rpx;
}
.card_box { .card_box {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
image { image {
width: 336rpx; width: 306rpx;
height: 238rpx; height: 208rpx;
background: #ffffff; background: #ffffff;
border-radius: 14rpx 14rpx 14rpx 14rpx; border-radius: 14rpx 14rpx 14rpx 14rpx;
border: 2rpx solid #cccccc; border: 2rpx solid #cccccc;