Commit ce00d108 authored by lvtz's avatar lvtz

fix

parent 631b0364
......@@ -26,7 +26,7 @@
font-size: 22rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #fff;
color: rgba(255,255,255,0.85);
line-height: 32rpx;
}
.page-topbg .top-content {
......
......@@ -27,7 +27,7 @@
font-size: 22rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #fff;
color: rgba(255,255,255,0.85);
line-height: 32rpx;
}
.page-topbg .top-content {
......
......@@ -16,8 +16,8 @@
<view class="itembottom">
<view class="status">{{item.id==id?'当前使用': ''}}</view>
<view class="itembtnbox">
<view class="itembtn" data-item="{{item}}" bindtap="useThemeAd">立即使用</view>
<view class="itembtn" data-item="{{item}}" bindtap="viewThemeAd">查看模板</view>
<view class="itembtn itembtn-primary" data-item="{{item}}" bindtap="useThemeAd">使用模板</view>
</view>
</view>
</view>
......
......@@ -71,8 +71,8 @@
display: flex;
align-items: center;
}
.itembtn {
margin-left: 20rpx;
.itembtnbox .itembtn {
margin-right: 12rpx;
width: 104rpx;
height: 40rpx;
color: #fff;
......@@ -80,8 +80,17 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #16b0fd;
background-color: #fff;
border-radius: 4rpx;
border: 1px solid #16B0FD;
color: #16B0FD;
}
.itembtnbox .itembtn-primary{
color: #fff;
background: #16B0FD;
}
.itembtnbox .itembtn:last-of-type{
margin-right: 0;
}
.btn-add {
position: absolute;
......
......@@ -32,8 +32,11 @@ page{
background-color: #16B0FD;
color: #FFFFFF;
}
.themetab .themetypeitem:nth-child(1) {
/* border-left: 1px solid #16B0FD; */
.themetab .themetypeitem:first-of-type {
border-radius: 4rpx 0 0 4rpx;
}
.themetab .themetypeitem:last-of-type {
border-radius: 0 4rpx 4rpx 0;
}
.container{
padding: 0 0 170rpx;
......
......@@ -26,7 +26,7 @@
font-size: 22rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #fff;
color: rgba(255,255,255,0.85);
line-height: 32rpx;
}
.page-topbg .top-content {
......
......@@ -34,7 +34,7 @@
height: 60rpx;
line-height: 60rpx;
border: 2rpx solid #16B0FD;
border-radius: 0 4rpx  4rpx 0;
border-radius: 4rpx;
margin: 30rpx auto 0;
}
.tabs-box .tabs-item {
......
......@@ -11,7 +11,7 @@
height: 60rpx;
line-height: 60rpx;
border: 2rpx solid #16b0fd;
border-radius: 0 4rpx  4rpx 0;
border-radius: 4rpx;
margin: 0 auto;
width: 420rpx;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment