19 표시 제거
This commit is contained in:
parent
d75367c78b
commit
3dfe4f3b8a
|
@ -22,17 +22,6 @@ struct ContentListItemView: View {
|
||||||
.frame(width: 66.7, height: 66.7, alignment: .top)
|
.frame(width: 66.7, height: 66.7, alignment: .top)
|
||||||
.clipped()
|
.clipped()
|
||||||
.cornerRadius(5.3)
|
.cornerRadius(5.3)
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.clipShape(Circle())
|
|
||||||
.padding(.top, 4.3)
|
|
||||||
.padding(.leading, 4.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
|
|
|
@ -35,17 +35,6 @@ struct ContentOrderConfirmDialogView: View {
|
||||||
.frame(width: 88.7, height: 88.7, alignment: .center)
|
.frame(width: 88.7, height: 88.7, alignment: .center)
|
||||||
.clipped()
|
.clipped()
|
||||||
.cornerRadius(4)
|
.cornerRadius(4)
|
||||||
|
|
||||||
if audioContent.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.clipShape(Circle())
|
|
||||||
.padding(.leading, 4.3)
|
|
||||||
.padding(.top, 4.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
|
|
|
@ -20,17 +20,6 @@ struct ContentMainItemView: View {
|
||||||
.scaledToFill()
|
.scaledToFill()
|
||||||
.frame(width: 133.3, height: 133.3, alignment: .top)
|
.frame(width: 133.3, height: 133.3, alignment: .top)
|
||||||
.cornerRadius(2.7)
|
.cornerRadius(2.7)
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.clipShape(Circle())
|
|
||||||
.padding(.top, 4.3)
|
|
||||||
.padding(.leading, 4.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Text(item.title)
|
Text(item.title)
|
||||||
|
|
|
@ -37,17 +37,6 @@ struct UserProfileLiveView: View {
|
||||||
.clipped()
|
.clipped()
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
|
|
||||||
if liveRoom.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.clipShape(Circle())
|
|
||||||
.padding(.top, 6.7)
|
|
||||||
.padding(.leading, 6.7)
|
|
||||||
}
|
|
||||||
|
|
||||||
if !liveRoom.isActive {
|
if !liveRoom.isActive {
|
||||||
Rectangle()
|
Rectangle()
|
||||||
.frame(width: 80, height: 116.7, alignment: .top)
|
.frame(width: 80, height: 116.7, alignment: .top)
|
||||||
|
|
|
@ -22,17 +22,6 @@ struct LiveNowAllItemView: View {
|
||||||
.frame(width: 80, height: 116.7, alignment: .top)
|
.frame(width: 80, height: 116.7, alignment: .top)
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.cornerRadius(20)
|
|
||||||
.padding(.top, 3.3)
|
|
||||||
.padding(.leading, 3.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
|
|
|
@ -47,15 +47,6 @@ struct LiveNowItemView: View {
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 20, height: 20)
|
.frame(width: 20, height: 20)
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.clipShape(Circle())
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.padding(.horizontal, 3.3)
|
.padding(.horizontal, 3.3)
|
||||||
.padding(.top, 3.3)
|
.padding(.top, 3.3)
|
||||||
|
|
|
@ -22,17 +22,6 @@ struct LiveReservationAllItemView: View {
|
||||||
.frame(width: 80, height: 116.7, alignment: .top)
|
.frame(width: 80, height: 116.7, alignment: .top)
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.cornerRadius(20)
|
|
||||||
.padding(.top, 3.3)
|
|
||||||
.padding(.leading, 3.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HStack(alignment: .top, spacing: 0) {
|
HStack(alignment: .top, spacing: 0) {
|
||||||
|
|
|
@ -22,17 +22,6 @@ struct LiveReservationItemView: View {
|
||||||
.frame(width: 80, height: 116, alignment: .top)
|
.frame(width: 80, height: 116, alignment: .top)
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.cornerRadius(20)
|
|
||||||
.padding(.top, 3.3)
|
|
||||||
.padding(.leading, 3.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HStack(alignment: .top, spacing: 0) {
|
HStack(alignment: .top, spacing: 0) {
|
||||||
|
|
|
@ -34,17 +34,6 @@ struct MyLiveReservationItemView: View {
|
||||||
.frame(width: 80, height: 116, alignment: .top)
|
.frame(width: 80, height: 116, alignment: .top)
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
if item.isAdult {
|
|
||||||
Text("19")
|
|
||||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
.padding(4)
|
|
||||||
.background(Color(hex: "e53621"))
|
|
||||||
.cornerRadius(20)
|
|
||||||
.padding(.top, 3.3)
|
|
||||||
.padding(.leading, 3.3)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HStack(alignment: .center, spacing: 0) {
|
HStack(alignment: .center, spacing: 0) {
|
||||||
|
|
Loading…
Reference in New Issue