|
@@ -0,0 +1,183 @@
|
|
|
+
|
|
|
+page {
|
|
|
+ background-color: #161616;
|
|
|
+}
|
|
|
+.page {
|
|
|
+ background-color: #161616;
|
|
|
+}
|
|
|
+.topbg {
|
|
|
+}
|
|
|
+.topBody {
|
|
|
+ width:750rpx;
|
|
|
+}
|
|
|
+.list_info {
|
|
|
+ display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
|
|
|
+ width:750rpx;
|
|
|
+ .name {
|
|
|
+ width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
|
|
|
+ color:#fff;font-size: 28rpx;margin-top: 50rpx;
|
|
|
+ .right {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #FF2A95;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
|
|
|
+ color:#999;font-size: 24rpx;margin-top: 20rpx;
|
|
|
+ }
|
|
|
+ .item {
|
|
|
+ width: 690rpx;height: 84rpx;margin-top: 20rpx;
|
|
|
+ background: #282828;position: relative;
|
|
|
+ border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
+ input {
|
|
|
+ width:100%;height:100%;padding-left: 20rpx;font-size: 28rpx;
|
|
|
+ }
|
|
|
+ .btn {
|
|
|
+ position: absolute;right:20rpx;top:0rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 28rpx;line-height: 84rpx;
|
|
|
+ color: #FF2A95;
|
|
|
+ }
|
|
|
+ .arrow {
|
|
|
+ width:36rpx;position: absolute;right:20rpx;top:24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .bcenter {
|
|
|
+ display: flex;flex-direction: row;justify-content: space-around;align-items: center;margin-top: 20rpx;
|
|
|
+ width:650rpx;flex-wrap: wrap;
|
|
|
+ .avator {
|
|
|
+ width: 172rpx;margin:20rpx auto;position: relative;
|
|
|
+
|
|
|
+ image {
|
|
|
+ border-radius: 100rpx;width: 144rpx;height: 144rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .active {
|
|
|
+ image {
|
|
|
+ border-radius: 100rpx;
|
|
|
+ border: solid 4rpx #FF2A95;border-radius: 100rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .item2 {
|
|
|
+ width: 690rpx;height: 84rpx;margin-top: 20rpx;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ .sex {
|
|
|
+ width: 334rpx;height: 84rpx;
|
|
|
+ background: #282828;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ border: 2rpx solid #282828;color:#999;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ }
|
|
|
+ .active {
|
|
|
+ border: 4rpx solid #FF2A95;color:#FF2A95;
|
|
|
+ }
|
|
|
+ .sex2 {
|
|
|
+ image {
|
|
|
+ width:172rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .itemSex {
|
|
|
+ width: 690rpx;margin-top: 20rpx;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ .sex2 {
|
|
|
+ display: flex;flex-direction: column;justify-content: flex-end;align-items: center;
|
|
|
+ width:210rpx;height:210rpx;
|
|
|
+ text {
|
|
|
+ color:#999;
|
|
|
+ }
|
|
|
+ image {
|
|
|
+ width:132rpx;height:132rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .active {
|
|
|
+ text {
|
|
|
+ color:#fff;
|
|
|
+ }
|
|
|
+ image {
|
|
|
+ border: 4rpx solid #36D6FF;border-radius: 172rpx;width:172rpx;height:172rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .itemSingle {
|
|
|
+ width: 690rpx;height: 84rpx;margin-top: 20rpx;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ .slider {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .itemXL {
|
|
|
+ width: 690rpx;
|
|
|
+ }
|
|
|
+ .item_tag {
|
|
|
+ display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
|
|
|
+ flex-wrap: wrap;width: 690rpx;
|
|
|
+ .tag {
|
|
|
+ border-radius: 20rpx;margin-right: 10rpx;margin-top:20rpx;padding:0rpx 20rpx;height:60rpx;
|
|
|
+ border: 2rpx solid #404040;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ .close {
|
|
|
+ width:36rpx;margin-left:10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .active {
|
|
|
+ border-radius: 20rpx;
|
|
|
+ border: 2rpx solid #FF2A95;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.btn_submit {
|
|
|
+ width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
|
|
|
+ background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
|
|
|
+ border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+}
|
|
|
+.btn_list {
|
|
|
+ width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
|
|
|
+ display: flex;flex-direction: row;justify-content: space-between;align-items: center;
|
|
|
+ .btn_submit1 {
|
|
|
+ width: 326rpx;height: 96rpx;border: 2rpx solid #D0D0D0;
|
|
|
+ border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ }
|
|
|
+ .btn_submit2 {
|
|
|
+ width: 312rpx;height: 96rpx;
|
|
|
+ background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
|
|
|
+ border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
|
|
|
+ display: flex;flex-direction: row;justify-content: center;align-items: center;
|
|
|
+ }
|
|
|
+}
|
|
|
+.picker-view {
|
|
|
+ width: 690rpx;
|
|
|
+ height: 400rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ background-color: #00000000;
|
|
|
+}
|
|
|
+.itemXll {
|
|
|
+ line-height: 100rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.selectLine {
|
|
|
+ background: #80404040;border-radius: 24rpx;height:100rpx;border:0;border-top:0;
|
|
|
+}
|
|
|
+// 给中间选中行添加border-radius
|
|
|
+::v-deep .itemXll .selectLine {
|
|
|
+ border-radius: 0 16rpx 16rpx 0;
|
|
|
+}
|
|
|
+::v-deep .itemXll .selectLine {
|
|
|
+ border-radius: 16rpx 0 0 16rpx;
|
|
|
+}
|
|
|
+
|
|
|
+// 修改原有的上下边框颜色
|
|
|
+::v-deep .selectLine::after {
|
|
|
+ border-bottom: 0rpx solid #000;
|
|
|
+}
|
|
|
+::v-deep .selectLine::before {
|
|
|
+ border-top: 0rpx solid #000;
|
|
|
+}
|
|
|
+.blankHeight {
|
|
|
+ height:300rpx;
|
|
|
+}
|